aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-07-02 09:18:01 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-07-02 09:18:01 +0200
commite5ed59e4269eaf81358157056a7a08519bceebe0 (patch)
treee13cb78dc00499a6f5e45070d4d490361de8bf20
parentdc444d0ac0b11ab945fc404215b4174f0ea60572 (diff)
downloadrspamd-e5ed59e4269eaf81358157056a7a08519bceebe0.tar.gz
rspamd-e5ed59e4269eaf81358157056a7a08519bceebe0.zip
Further defang whitelists
-rw-r--r--conf/modules.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index 20b6cc9b7..047b019e7 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -177,6 +177,7 @@ rbl {
is_whitelist = true;
unknown = true;
whitelist_exception = "RWL_MAILSPIKE";
+ whitelist_exception = "RWL_MAILSPIKE_GOOD";
whitelist_exception = "RWL_MAILSPIKE_POSSIBLE";
returncodes {
RWL_MAILSPIKE_POSSIBLE = "127.0.0.17";
@@ -239,6 +240,7 @@ rbl {
unknown = true;
whitelist_exception = "RCVD_IN_DNSWL";
whitelist_exception = "RCVD_IN_DNSWL_NONE";
+ whitelist_exception = "RCVD_IN_DNSWL_LOW";
whitelist_exception = "DNSWL_BLOCKED";
returncodes {
RCVD_IN_DNSWL_NONE = "127.0.%d+.0";