aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-07-01 15:20:28 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-07-01 15:20:28 +0200
commit4c2c52433abe83cb94f883347b744bb3237c255c (patch)
treec9cef9d9ace8103ed37ee7223a57daa16015d607
parentb8e030c3b305d87ad9884128a6cf9ca9739c7db4 (diff)
downloadrspamd-4c2c52433abe83cb94f883347b744bb3237c255c.tar.gz
rspamd-4c2c52433abe83cb94f883347b744bb3237c255c.zip
Add RCVD_IN_DNSWL_NONE as whitelisting exclusion
-rw-r--r--conf/modules.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index a767e32ba..20b6cc9b7 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -238,6 +238,7 @@ rbl {
is_whitelist = true;
unknown = true;
whitelist_exception = "RCVD_IN_DNSWL";
+ whitelist_exception = "RCVD_IN_DNSWL_NONE";
whitelist_exception = "DNSWL_BLOCKED";
returncodes {
RCVD_IN_DNSWL_NONE = "127.0.%d+.0";