aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
Commit message (Collapse)AuthorAgeFilesLines
* Split modules configuration.Vsevolod Stakhov2015-08-071-335/+1
|
* Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBLAndrew Lewis2015-07-021-0/+1
|
* Further defang whitelistsAndrew Lewis2015-07-021-0/+2
|
* Add RCVD_IN_DNSWL_NONE as whitelisting exclusionAndrew Lewis2015-07-011-0/+1
|
* Silence errors; yield unknown results from RBLs; fix scoring for DNSWLAndrew Lewis2015-06-291-0/+10
|
* Don't use RWL_SPAMHAUS_WL (unknown result) for whitelistingAndrew Lewis2015-06-231-0/+1
|
* Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelistingAndrew Lewis2015-06-221-0/+2
|
* Config tidyingAndrew Lewis2015-05-061-165/+184
|
* Add DBL list gradation.Vsevolod Stakhov2015-05-011-0/+12
|
* RBL: Add missing is_whitelist = true settingAndrew Lewis2015-04-011-0/+1
|
* RBL: change behaviour of whitelistsAndrew Lewis2015-04-011-14/+20
|
* Fix missing symbol registrationAndrew Lewis2015-03-111-0/+1
|
* Check IPv6 addresses at dnswl.org and Spamhaus whitelistAndrew Lewis2015-02-261-0/+2
|
* Rework ip_score module completely.Vsevolod Stakhov2015-02-261-0/+9
|
* Merge pull request #177 from fatalbanana/masterVsevolod Stakhov2015-02-171-8/+12
|\ | | | | More fixes & improvements for RBL module
| * Since exclude_private_ips requires config to change behaviour now we can ↵Andrew Lewis2015-02-171-1/+0
| | | | | | | | make it default true
| * Support emails dnsblAndrew Lewis2015-02-171-7/+12
| |
* | Merge pull request #176 from AlexeySa/masterVsevolod Stakhov2015-02-161-0/+1
|\ \ | |/ |/| Hfilter: Bounce message check
| * Update modules.confAlexey AL2015-02-161-0/+1
| |
* | Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-161-0/+2
|/ | | | | Conflicts: src/plugins/lua/rbl.lua
* Make ignoring private IP space configurable; avoid changing plugin default ↵Andrew Lewis2015-02-141-0/+1
| | | | behaviour
* Rename user to exclude_users and invert logicAndrew Lewis2015-02-121-1/+1
|
* Update RBL module: fix indentation; collapse loops; avoid calling for ↵Andrew Lewis2015-02-111-0/+1
| | | | un-needed information; allow disabling RBLs for authenticated users
* Add DNSWL_BLOCKED symbolAndrew Lewis2015-02-111-0/+1
|
* Allow to disable components of hfilter.Vsevolod Stakhov2014-11-211-0/+8
|
* Remove CBL as it's wholly included in Spamhaus XBL which we're querying ↵Andrew Lewis2014-10-231-5/+0
| | | | already - http://cbl.abuseat.org/faq.html
* Remove nszones.com fake RBL:Anton Yuzhaninov2014-10-211-5/+0
| | | | http://www.spamhaus.org/organization/statement/8/
* Config: reflect SURBL changes.Anton Yuzhaninov2014-10-101-2/+2
| | | | | Outblaze removed, malware moved to separate list: http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi
* Merge pull request #77 from fatalbanana/masterVsevolod Stakhov2014-05-241-0/+4
|\ | | | | Avoid redefining hardcoded defaults in RBL plugin
| * Avoid redefining hardcoded defaults in RBL pluginAndrew Lewis2014-05-231-0/+4
| |
* | Merge pull request #76 from AlexeySa/masterVsevolod Stakhov2014-05-241-2/+32
|\ \ | | | | | | Some adding for RBL and SURBL
| * | Update modules.confAlexey2014-05-231-0/+1
| | |
| * | Add Spamhaus WLAlexey2014-05-221-0/+11
| | |
| * | Update modules.confAlexey2014-05-221-1/+0
| | |
| * | Add symbol for DNSWLAlexey2014-05-221-0/+1
| | |
| * | Upgrage Mailspake rblAlexey2014-05-221-1/+13
| | |
| * | Update modules.confAlexey2014-05-221-0/+1
| | |
| * | Add metric for Spameatingmonkey rblAlexey2014-05-221-0/+5
| |/
* / Remove duplicate rbl ruleAlexey2014-05-221-33/+29
|/
* Add rules for Abuseat and Nszones rblAlexey2014-05-211-0/+10
|
* Add rules for Abuse.ch and Uceprotect rblAlexey2014-05-211-0/+12
|
* Fix: Change rbl logicAlexey2014-05-211-10/+1
|
* Very small fix for DNSWL ruleAlexey2014-05-211-3/+3
|
* * use the "User:" rspamc proto param for ratelimiteneq1232014-05-071-0/+1
| | | | | * fix rspamd_actions typo * rspamd_logger added for 'Ratelimit exceeded' case
* DNSWL support (via RBL) addedeneq1232014-05-071-2/+16
|
* Merge pull request #46 from AlexeySa/masterVsevolod Stakhov2014-02-131-0/+27
|\ | | | | Added Spameatingmonkey RBL, URIBL and fresh URIBL
| * Fix setting for Spameatingmonkey RBLAlexey2014-02-121-1/+1
| | | | | | Remove ipv6 support for RBL
| * Add Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+27
| |
* | Tweak default RBL module config for brevityAndrew Lewis2014-02-071-5/+0
|/
* Improve spamhaus RBL support.Vsevolod Stakhov2013-12-241-15/+21
| | | | Submitted by: AL