From 1511ab920e19a59c1bbe967c08793c93b06947e3 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 21 May 2014 11:31:29 -0700 Subject: [PATCH] Fix: Change rbl logic --- conf/modules.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/conf/modules.conf b/conf/modules.conf index 6cc0c7d157..979dcfed3b 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -135,22 +135,13 @@ rbl { } sem { - symbol = "RBL_SEM_UNKNOWN"; + symbol = "RBL_SEM"; rbl = "bl.spameatingmonkey.net"; - ipv4 = true; - ipv6 = false; - unknown = false; - returncodes { - RBL_SEM = "127.0.0.2"; - } } dnswl { symbol = "RCVD_IN_DNSWL"; rbl = "list.dnswl.org"; - ipv4 = true; - ipv6 = false; - received = false; unknown = true; returncodes { RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; -- 2.47.3