From: Andrew Lewis Date: Mon, 22 Jun 2015 19:54:48 +0000 (+0200) Subject: Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting X-Git-Tag: 1.0.0~518^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=935c992ce705d3b978eb1e6defb9f3f64498a935;p=rspamd.git Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting --- diff --git a/conf/modules.conf b/conf/modules.conf index ad875ece3..6f4e12e2c 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -169,6 +169,7 @@ rbl { mailspike_wl { rbl = "wl.mailspike.net"; is_whitelist = true; + whitelist_exception = "RWL_MAILSPIKE_POSSIBLE"; returncodes { RWL_MAILSPIKE_POSSIBLE = "127.0.0.17"; RWL_MAILSPIKE_GOOD = "127.0.0.18"; @@ -226,6 +227,7 @@ rbl { rbl = "list.dnswl.org"; ipv6 = true; is_whitelist = true; + whitelist_exception = "DNSWL_BLOCKED"; returncodes { RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; RCVD_IN_DNSWL_LOW = "127.0.%d+.1";