From b13b2498acb346b29a4aa57b6f142e518edc1b7e Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 1 Apr 2015 18:01:27 +0200 Subject: [PATCH] RBL: Add missing is_whitelist = true setting --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/modules.conf b/conf/modules.conf index a15f0fdb50..1697aa94a7 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -141,6 +141,7 @@ rbl { mailspike_wl { rbl = "wl.mailspike.net"; + is_whitelist = true; returncodes { RWL_MAILSPIKE_POSSIBLE = "127.0.0.17"; RWL_MAILSPIKE_GOOD = "127.0.0.18"; -- 2.47.3