Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopt phishing plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -0/+1 |
* | Adopt once_received plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -0/+1 |
* | Adopt multimap plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -0/+2 |
* | Modernize maillist plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -11/+11 |
* | Adopt ip_score plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -0/+2 |
* | Adopt emails plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -5/+6 |
* | Fix reading maps. | Vsevolod Stakhov | 2014-08-20 | 1 | -4/+10 |
* | Fix adding map for settings. | Vsevolod Stakhov | 2014-08-20 | 1 | -1/+1 |
* | Support slashed re in lua_regexp. | Vsevolod Stakhov | 2014-08-19 | 1 | -1/+1 |
* | Fix indentation. | Vsevolod Stakhov | 2014-08-19 | 1 | -49/+49 |
* | Fix settings priorities. | Vsevolod Stakhov | 2014-08-19 | 1 | -7/+13 |
* | Fix settings plugin. | Vsevolod Stakhov | 2014-08-19 | 1 | -22/+11 |
* | Refactor lua_ip slightly | Vsevolod Stakhov | 2014-08-18 | 1 | -2/+6 |
* | Add settings check logic. | Vsevolod Stakhov | 2014-08-18 | 1 | -1/+109 |
* | Add more settings processing. | Vsevolod Stakhov | 2014-08-18 | 1 | -21/+41 |
* | Start lua-settings implementation. | Vsevolod Stakhov | 2014-08-18 | 1 | -0/+209 |
* | Fix plugins. | Vsevolod Stakhov | 2014-08-18 | 3 | -92/+11 |
* | Fix RBL module | Alexey | 2014-06-02 | 1 | -1/+1 |
* | Avoid redefining hardcoded defaults in RBL plugin | Andrew Lewis | 2014-05-23 | 1 | -2/+2 |
* | Change logic | Alexey | 2014-05-21 | 1 | -2/+2 |
* | Fix after the previous commit. | Vsevolod Stakhov | 2014-05-21 | 1 | -2/+2 |
* | * use the "User:" rspamc proto param for ratelimit | eneq123 | 2014-05-07 | 1 | -3/+15 |
* | DNSWL support (via RBL) added | eneq123 | 2014-05-07 | 1 | -2/+2 |
* | Fix misusage of ip object. | Vsevolod Stakhov | 2014-04-03 | 1 | -3/+3 |
* | Update plugins. | Vsevolod Stakhov | 2014-03-29 | 2 | -8/+8 |
* | Fix plugins. | Vsevolod Stakhov | 2014-03-29 | 3 | -4/+4 |
* | Remove dated configuration example & add another missing option registration | Andrew Lewis | 2014-02-07 | 1 | -23/+1 |
* | Check for [ip.address]-style HELO and suppress lookups | Andrew Lewis | 2014-01-31 | 1 | -1/+1 |
* | Support HELO blacklist and fix options registration for RDNS blacklist | Andrew Lewis | 2014-01-31 | 1 | -1/+14 |
* | Fix whitelist module. | Vsevolod Stakhov | 2014-01-28 | 1 | -7/+11 |
* | Fix hostname lookup for rdns rbl | Alexey | 2014-01-22 | 1 | -1/+1 |
* | Allow FCrDNS-style RBL lookups | Andrew Lewis | 2014-01-22 | 1 | -2/+13 |
* | Fix bug for check sender rule | Alexey | 2013-12-27 | 1 | -1/+1 |
* | Do not check invalid IP addresses. | Vsevolod Stakhov | 2013-12-20 | 2 | -3/+3 |
* | Rework once_received plugin. | Vsevolod Stakhov | 2013-12-09 | 1 | -24/+28 |
* | Rework emails plugin. | Vsevolod Stakhov | 2013-12-09 | 1 | -85/+34 |
* | Fixed bug in whitelist plugin with getting from address | Simon Pin | 2013-12-04 | 1 | -4/+8 |
* | Do not try to register rbls without a symbol. | Vsevolod Stakhov | 2013-11-26 | 1 | -1/+1 |
* | Properly check for empty source IP | Andrew Lewis | 2013-11-25 | 1 | -1/+1 |
* | Don't use key as symbol if returncodes given and unknown is false | Andrew Lewis | 2013-11-23 | 1 | -2/+1 |
* | Unbreak a use-case | Andrew Lewis | 2013-11-23 | 1 | -12/+8 |
* | Check all results | Andrew Lewis | 2013-11-23 | 1 | -18/+20 |
* | Allow symbol per return code | Andrew Lewis | 2013-11-21 | 1 | -8/+70 |
* | Adjust rbl priority to neutral. | Vsevolod Stakhov | 2013-11-21 | 1 | -1/+1 |
* | Fix rbl module registration. | Vsevolod Stakhov | 2013-11-21 | 2 | -14/+12 |
* | Fix mistake: wrong use of string comparison | Andrew Lewis | 2013-11-20 | 1 | -4/+4 |
* | More concise ip_to_rbl function | Andrew Lewis | 2013-11-20 | 1 | -8/+1 |
* | Make lookup conditional on RBL preferences | Andrew Lewis | 2013-11-20 | 1 | -0/+6 |
* | Fix identification of missing source IP | Andrew Lewis | 2013-11-20 | 1 | -1/+1 |
* | Correct use of wrong variable | Andrew Lewis | 2013-11-20 | 1 | -1/+1 |