diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-07-02 16:34:18 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-07-02 16:34:18 +0200 |
commit | 45581e92c4264797c2d9b6c0f76c71270b25ef99 (patch) | |
tree | 221a32248861e08f4a1c5bf8c716a38fd6276623 /conf | |
parent | c3b8ab4425a166cfc9fb85068532fc9eeb66a68d (diff) | |
download | rspamd-45581e92c4264797c2d9b6c0f76c71270b25ef99.tar.gz rspamd-45581e92c4264797c2d9b6c0f76c71270b25ef99.zip |
Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 047b019e7..8a701b5d6 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -142,6 +142,7 @@ rbl { ipv6 = true; received = true; from = false; + ignore_whitelists = true; } spamhaus_swl { |