summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/rbl.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Since exclude_private_ips requires config to change behaviour now we can ↵Andrew Lewis2015-02-171-1/+1
| | | | make it default true
* Support emails dnsblAndrew Lewis2015-02-171-1/+50
|
* Make local/private IP exclusions work for all RBL typesAndrew Lewis2015-02-171-4/+14
|
* Unbreak operation of rbl.lua in certain instancesAndrew Lewis2015-02-171-5/+2
|
* Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
|
* Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-161-33/+8
| | | | | Conflicts: src/plugins/lua/rbl.lua
* Make local exclusions configurable per-RBLAndrew Lewis2015-02-161-4/+11
|
* Support site-local IP address / subnet exclusionsAndrew Lewis2015-02-151-2/+16
|
* Merge pull request #170 from fatalbanana/masterVsevolod Stakhov2015-02-141-1/+1
|\ | | | | rbl.lua: Fix mistake
| * rbl.lua: Fix mistakeAndrew Lewis2015-02-141-1/+1
| |
* | Зreventing complications for ipv6 in rbl moduleAlexey AL2015-02-141-1/+1
|/
* Make ignoring private IP space configurable; avoid changing plugin default ↵Andrew Lewis2015-02-141-6/+13
| | | | behaviour
* rbl.lua: Ignore private IP spaceAndrew Lewis2015-02-141-3/+42
|
* Minor nonsenseAndrew Lewis2015-02-131-1/+1
|
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+27
|
* rbl.lua: remove un-needed character from pattern matchAndrew Lewis2015-02-131-1/+1
|
* rbl.lua: add reference to documentationAndrew Lewis2015-02-131-0/+4
|
* rbl.lua: Try harder to avoid invalid DNS lookupsAndrew Lewis2015-02-131-2/+15
|
* Fix helo checks in rbl.luaAlexey AL2015-02-121-1/+2
|
* Rename user to exclude_users and invert logicAndrew Lewis2015-02-121-5/+5
|
* rbl.lua: Don't ask for user unless called for by configAndrew Lewis2015-02-121-8/+10
|
* Another fix for RBL module (Reported by AL)Andrew Lewis2015-02-121-96/+81
|
* Fix rbl.luaAlexey AL2015-02-121-2/+0
|
* Further amendments for changes to RBL moduleAndrew Lewis2015-02-111-2/+2
|
* Amendment for rbl.lua updateAndrew Lewis2015-02-111-2/+5
|
* Update RBL module: fix indentation; collapse loops; avoid calling for ↵Andrew Lewis2015-02-111-125/+201
| | | | un-needed information; allow disabling RBLs for authenticated users
* 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
|