diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |