aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug for check sender ruleAlexey2013-12-271-1/+1
|
* Do not check invalid IP addresses.Vsevolod Stakhov2013-12-202-3/+3
|
* Rework once_received plugin.Vsevolod Stakhov2013-12-091-24/+28
|
* Rework emails plugin.Vsevolod Stakhov2013-12-091-85/+34
|
* Fixed bug in whitelist plugin with getting from addressSimon Pin2013-12-041-4/+8
|
* Do not try to register rbls without a symbol.Vsevolod Stakhov2013-11-261-1/+1
|
* Properly check for empty source IPAndrew Lewis2013-11-251-1/+1
|
* Don't use key as symbol if returncodes given and unknown is falseAndrew Lewis2013-11-231-2/+1
|
* Unbreak a use-caseAndrew Lewis2013-11-231-12/+8
|
* Check all resultsAndrew Lewis2013-11-231-18/+20
|
* Allow symbol per return codeAndrew Lewis2013-11-211-8/+70
|
* Adjust rbl priority to neutral.Vsevolod Stakhov2013-11-211-1/+1
|
* Fix rbl module registration.Vsevolod Stakhov2013-11-212-14/+12
|
* Fix mistake: wrong use of string comparisonAndrew Lewis2013-11-201-4/+4
|
* More concise ip_to_rbl functionAndrew Lewis2013-11-201-8/+1
|
* Make lookup conditional on RBL preferencesAndrew Lewis2013-11-201-0/+6
|
* Fix identification of missing source IPAndrew Lewis2013-11-201-1/+1
|
* Correct use of wrong variableAndrew Lewis2013-11-201-1/+1
|
* Emails and multimap configuration fixes.Vsevolod Stakhov2013-11-202-7/+4
|
* Check type of rule in multimap module.Vsevolod Stakhov2013-11-201-6/+10
|
* Fix emailbl plugin.Vsevolod Stakhov2013-11-201-27/+10
|
* Remove unused function.Vsevolod Stakhov2013-11-191-26/+0
|
* Remove duplicated resolving functions from task.Vsevolod Stakhov2013-11-193-23/+25
|
* Use local function in multimap.Vsevolod Stakhov2013-11-191-4/+4
|
* Fix rbl plugin.Vsevolod Stakhov2013-11-191-72/+21
|
* Fix multimap plugin.Vsevolod Stakhov2013-11-191-63/+26
|
* Remove received_rbl.luaAndrew Lewis2013-11-171-72/+0
|
* Obscure braindamageAndrew Lewis2013-11-171-2/+1
|
* Multimap: add IPv6 DNSBL support & change config layoutAndrew Lewis2013-11-171-80/+68
|
* Add new RBL moduleAndrew Lewis2013-11-171-0/+147
|
* Replace gfind with gmatch.Vsevolod Stakhov2013-11-083-3/+3
| | | | Reported by: Andrew Lewis
* Fix work with lua 5.2 eventually.Vsevolod Stakhov2013-11-052-3/+3
|
* Final update for 0.5.4.Vsevolod Stakhov2013-02-023-6/+10
|
* Fix spelling. Submitted by: Laszlo Boszormenyi.Vsevolod Stakhov2012-08-101-1/+1
|
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-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 Stakhov2012-04-201-2/+5
|
* * Add ratelimit pluginVsevolod Stakhov2012-04-061-0/+315
| | | | Some polishing of lua task api.
* Add expire and whitelist options to ip_score plugin.Vsevolod Stakhov2011-12-161-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 Stakhov2011-12-161-0/+149
|
* If message has no 'To/CC' headers do not try to count elements in nil table.Vsevolod Stakhov2011-12-071-1/+4
|
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-221-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.2Vsevolod Stakhov2011-08-052-7/+11
|
* Improve performance of trie search.Vsevolod Stakhov2011-06-102-1/+3
|
* Fixes from previous commit.Vsevolod Stakhov2011-06-102-3/+3
|
* * Add LRU caching structureVsevolod Stakhov2011-06-101-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 groupsVsevolod Stakhov2011-05-111-2/+87
|
* Optimize performance of received_rbl plugin.Vsevolod Stakhov2011-03-241-38/+17
|
* * Add ability to extract urls from subject field0.3.10Vsevolod Stakhov2011-03-232-13/+12
| | | | | | Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector
* * Add throttling detection mechanic for dns resolverVsevolod Stakhov2011-03-231-6/+49
| | | | * Improve phishing module adding ability to define 'strict' phishing domains
* Fix configuration of received_rbl module.Vsevolod Stakhov2011-03-221-1/+5
|