From 935c992ce705d3b978eb1e6defb9f3f64498a935 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 22 Jun 2015 21:54:48 +0200 Subject: [PATCH] Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting --- conf/modules.conf | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.5