diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-06-23 21:04:35 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-06-23 21:04:35 +0200 |
commit | 308238c1548be8d53f83c9bcf01ebeb6916cffe0 (patch) | |
tree | 6f5349e4020486713d8c37b350137b397d39bee3 /conf | |
parent | b077a882599d6f0a7ead3203509cb65218300150 (diff) | |
download | rspamd-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.conf | 1 |
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"; |