From 15333da57db5a70752c25f52eeb99266115e0024 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 7 Feb 2014 12:03:58 +0200 Subject: [PATCH] Tweak default RBL module config for brevity --- conf/modules.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/modules.conf b/conf/modules.conf index 41296b7bf..712671b30 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; -- 2.39.5