From: Andrew Lewis Date: Fri, 7 Feb 2014 10:03:58 +0000 (+0200) Subject: Tweak default RBL module config for brevity X-Git-Tag: 0.6.9~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15333da57db5a70752c25f52eeb99266115e0024;p=thirdparty%2Frspamd.git Tweak default RBL module config for brevity --- diff --git a/conf/modules.conf b/conf/modules.conf index 41296b7bf1..712671b304 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -67,17 +67,13 @@ surbl { } } rbl { - default_received = false; - default_from = true; rbls { spamhaus { symbol = "RBL_SPAMHAUS"; rbl = "zen.spamhaus.org"; - ipv4 = true; ipv6 = true; - unknown = false; returncodes { RBL_SPAMHAUS_SBL = "127.0.0.2"; RBL_SPAMHAUS_CSS = "127.0.0.3"; @@ -93,7 +89,6 @@ rbl { spamhaus_xbl { symbol = "RECEIVED_SPAMHAUS_XBL"; rbl = "xbl.spamhaus.org"; - ipv4 = true; ipv6 = true; received = true; from = false;