diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-06-22 21:54:48 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-06-22 21:54:48 +0200 |
commit | 935c992ce705d3b978eb1e6defb9f3f64498a935 (patch) | |
tree | b2ca1e54f4165ac73a75f0e8ac45d089052376a1 /conf | |
parent | 4bc4b010cfb465397c1ef995472be7fcd0cb5b09 (diff) | |
download | rspamd-935c992ce705d3b978eb1e6defb9f3f64498a935.tar.gz rspamd-935c992ce705d3b978eb1e6defb9f3f64498a935.zip |
Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting
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"; |