aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/rbl.lua
Commit message (Expand)AuthorAgeFilesLines
* Adopt rbl plugin.Vsevolod Stakhov2014-08-251-0/+2
* Fix RBL moduleAlexey2014-06-021-1/+1
* Avoid redefining hardcoded defaults in RBL pluginAndrew Lewis2014-05-231-2/+2
* Change logicAlexey2014-05-211-2/+2
* Fix after the previous commit.Vsevolod Stakhov2014-05-211-2/+2
* DNSWL support (via RBL) addedeneq1232014-05-071-2/+2
* Remove dated configuration example & add another missing option registrationAndrew Lewis2014-02-071-23/+1
* Check for [ip.address]-style HELO and suppress lookupsAndrew Lewis2014-01-311-1/+1
* Support HELO blacklist and fix options registration for RDNS blacklistAndrew Lewis2014-01-311-1/+14
* Fix hostname lookup for rdns rblAlexey2014-01-221-1/+1
* Allow FCrDNS-style RBL lookupsAndrew Lewis2014-01-221-2/+13
* Do not check invalid IP addresses.Vsevolod Stakhov2013-12-201-2/+2
* 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-211-3/+3
* 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
* Remove duplicated resolving functions from task.Vsevolod Stakhov2013-11-191-8/+11
* Fix rbl plugin.Vsevolod Stakhov2013-11-191-72/+21
* Add new RBL moduleAndrew Lewis2013-11-171-0/+147