aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-06-23 21:04:35 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-06-23 21:04:35 +0200
commit308238c1548be8d53f83c9bcf01ebeb6916cffe0 (patch)
tree6f5349e4020486713d8c37b350137b397d39bee3 /conf
parentb077a882599d6f0a7ead3203509cb65218300150 (diff)
downloadrspamd-308238c1548be8d53f83c9bcf01ebeb6916cffe0.tar.gz
rspamd-308238c1548be8d53f83c9bcf01ebeb6916cffe0.zip
Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.conf1
1 files changed, 1 insertions, 0 deletions
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";