From: Andrew Lewis Date: Thu, 2 Jul 2015 07:18:01 +0000 (+0200) Subject: Further defang whitelists X-Git-Tag: 0.9.9~6^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F322%2Fhead;p=rspamd.git Further defang whitelists --- 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";