From: Alexey Date: Wed, 21 May 2014 18:31:29 +0000 (-0700) Subject: Fix: Change rbl logic X-Git-Tag: 0.7.0~210^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1511ab920e19a59c1bbe967c08793c93b06947e3;p=thirdparty%2Frspamd.git Fix: Change rbl logic --- 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";