aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/rbl.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-3/+4
* [Minor] RBL: Display matched IP instead of thing being matched againstAndrew Lewis2016-09-131-2/+2
* [Feature] Descriptive options for RBL symbolsAndrew Lewis2016-09-091-7/+7
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-3/+1
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-1/+4
* [Minor] Resurrect RBL moduleAndrew Lewis2016-08-301-1/+2
* [Fix] Params should be treated as a hashVsevolod Stakhov2016-08-291-1/+1
* [Rework] Rework and simplify rbl pluginVsevolod Stakhov2016-08-291-220/+265
* [Feature] Monitor RBL recordsVsevolod Stakhov2016-08-261-84/+93
* [Feature] Simple mechanism for disabling RBLs in local.d/rbl.confAndrew Lewis2016-08-101-71/+74
* [Feature] Enable forced resolving for some lua pluginsVsevolod Stakhov2016-06-131-7/+16
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-3/+17
* Drop unneeded `require`Andrew Lewis2016-02-051-1/+0
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-19/+9
* RBL module: remove `private_ips` setting in favour of `local_addrs`Andrew Lewis2016-01-031-14/+2
* Do not parse URLs for getting TLD in luaVsevolod Stakhov2015-12-211-21/+17
* Fix DKIM RBLAndrew Lewis2015-09-171-2/+2
* Minor refactoringAndrew Lewis2015-09-021-40/+29
* Update logging in lua modules.Vsevolod Stakhov2015-09-011-2/+2
* Use symbol_allow from DKIM module if setAndrew Lewis2015-08-191-0/+5
* Fix lua plugins with the new DNS API.Vsevolod Stakhov2015-07-211-25/+40
* Add DKIM support to RBL moduleAndrew Lewis2015-07-051-0/+48
* Fix use of RBL name as symbol; ignore RBL names that would not be yieldedAndrew Lewis2015-06-301-2/+4
* Remove duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
* rbl.lua: Fix issues with application of whitelistsAndrew Lewis2015-06-231-2/+23
* Add whitelist_exception setting to RBL moduleAndrew Lewis2015-06-221-1/+16
* Fix lua plugins.Vsevolod Stakhov2015-05-281-4/+5
* RBL: Change order of calls to avoid sending error messages to logsAndrew Lewis2015-04-011-2/+2
* RBL: change behaviour of whitelistsAndrew Lewis2015-04-011-0/+27
* Filter double-dots in rbl.lua validate_dnsAndrew Lewis2015-03-111-0/+3
* rbl.lua: HousekeepingAndrew Lewis2015-02-251-47/+33
* Since exclude_private_ips requires config to change behaviour now we can make...Andrew Lewis2015-02-171-1/+1
* 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
* 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 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 be...Andrew Lewis2015-02-141-6/+13
* 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