Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Emails and multimap configuration fixes. | Vsevolod Stakhov | 2013-11-20 | 2 | -7/+4 |
| | |||||
* | Check type of rule in multimap module. | Vsevolod Stakhov | 2013-11-20 | 1 | -6/+10 |
| | |||||
* | Fix emailbl plugin. | Vsevolod Stakhov | 2013-11-20 | 1 | -27/+10 |
| | |||||
* | Remove unused function. | Vsevolod Stakhov | 2013-11-19 | 1 | -26/+0 |
| | |||||
* | Remove duplicated resolving functions from task. | Vsevolod Stakhov | 2013-11-19 | 3 | -23/+25 |
| | |||||
* | Use local function in multimap. | Vsevolod Stakhov | 2013-11-19 | 1 | -4/+4 |
| | |||||
* | Fix rbl plugin. | Vsevolod Stakhov | 2013-11-19 | 1 | -72/+21 |
| | |||||
* | Fix multimap plugin. | Vsevolod Stakhov | 2013-11-19 | 1 | -63/+26 |
| | |||||
* | Remove received_rbl.lua | Andrew Lewis | 2013-11-17 | 1 | -72/+0 |
| | |||||
* | Obscure braindamage | Andrew Lewis | 2013-11-17 | 1 | -2/+1 |
| | |||||
* | Multimap: add IPv6 DNSBL support & change config layout | Andrew Lewis | 2013-11-17 | 1 | -80/+68 |
| | |||||
* | Add new RBL module | Andrew Lewis | 2013-11-17 | 1 | -0/+147 |
| | |||||
* | Replace gfind with gmatch. | Vsevolod Stakhov | 2013-11-08 | 3 | -3/+3 |
| | | | | Reported by: Andrew Lewis | ||||
* | Fix work with lua 5.2 eventually. | Vsevolod Stakhov | 2013-11-05 | 2 | -3/+3 |
| | |||||
* | Final update for 0.5.4. | Vsevolod Stakhov | 2013-02-02 | 3 | -6/+10 |
| | |||||
* | Fix spelling. Submitted by: Laszlo Boszormenyi. | Vsevolod Stakhov | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | * Avoid DoS while sending a message with a lot of recipients in 'To' header. | Vsevolod Stakhov | 2012-05-28 | 1 | -1/+12 |
| | | | | | Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes. | ||||
* | Fix multimap to handle ipv6 addresses. | Vsevolod Stakhov | 2012-04-20 | 1 | -2/+5 |
| | |||||
* | * Add ratelimit plugin | Vsevolod Stakhov | 2012-04-06 | 1 | -0/+315 |
| | | | | Some polishing of lua task api. | ||||
* | Add expire and whitelist options to ip_score plugin. | Vsevolod Stakhov | 2011-12-16 | 1 | -2/+28 |
| | | | | Some fixes to expiration of keys (still need to be reworked however). | ||||
* | * Add new plugin ip_score to set and get score for specified ip address. | Vsevolod Stakhov | 2011-12-16 | 1 | -0/+149 |
| | |||||
* | If message has no 'To/CC' headers do not try to count elements in nil table. | Vsevolod Stakhov | 2011-12-07 | 1 | -1/+4 |
| | |||||
* | * Fix DNS PTR resolving | Vsevolod Stakhov | 2011-08-22 | 1 | -3/+42 |
| | | | | * Add ability to resolve ip in once_received plugin to avoid temporary DNS fails of SMTP resolving | ||||
* | More checks in lua plugins.0.4.2 | Vsevolod Stakhov | 2011-08-05 | 2 | -7/+11 |
| | |||||
* | Improve performance of trie search. | Vsevolod Stakhov | 2011-06-10 | 2 | -1/+3 |
| | |||||
* | Fixes from previous commit. | Vsevolod Stakhov | 2011-06-10 | 2 | -3/+3 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+9 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | * Improve maillist plugin to detect majordomo, cgp and google groups | Vsevolod Stakhov | 2011-05-11 | 1 | -2/+87 |
| | |||||
* | Optimize performance of received_rbl plugin. | Vsevolod Stakhov | 2011-03-24 | 1 | -38/+17 |
| | |||||
* | * Add ability to extract urls from subject field0.3.10 | Vsevolod Stakhov | 2011-03-23 | 2 | -13/+12 |
| | | | | | | Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector | ||||
* | * Add throttling detection mechanic for dns resolver | Vsevolod Stakhov | 2011-03-23 | 1 | -6/+49 |
| | | | | * Improve phishing module adding ability to define 'strict' phishing domains | ||||
* | Fix configuration of received_rbl module. | Vsevolod Stakhov | 2011-03-22 | 1 | -1/+5 |
| |