From dc444d0ac0b11ab945fc404215b4174f0ea60572 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 1 Jul 2015 15:20:28 +0200 Subject: [PATCH] Add RCVD_IN_DNSWL_NONE as whitelisting exclusion --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.39.5