From 308238c1548be8d53f83c9bcf01ebeb6916cffe0 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 23 Jun 2015 21:04:35 +0200 Subject: [PATCH] Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/modules.conf b/conf/modules.conf index 6f4e12e2c..4a6f296e5 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -148,6 +148,7 @@ rbl { rbl = "swl.spamhaus.org"; ipv6 = true; is_whitelist = true; + whitelist_exception = "RWL_SPAMHAUS_WL"; returncodes { RWL_SPAMHAUS_WL_IND = "127.0.2.2"; RWL_SPAMHAUS_WL_TRANS = "127.0.2.3";