From: Andrew Lewis Date: Wed, 31 Aug 2016 15:00:22 +0000 (+0200) Subject: [Minor] Silence RBL log X-Git-Tag: 1.4.0~509^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F919%2Fhead;p=thirdparty%2Frspamd.git [Minor] Silence RBL log --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 28d1e39b9f..330d4bf229 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -17,6 +17,7 @@ rbl { default_from = true; default_received = false; default_exclude_users = true; + default_unknown = true; rbls { @@ -24,7 +25,6 @@ rbl { symbol = "RBL_SPAMHAUS"; rbl = "zen.spamhaus.org"; ipv6 = true; - unknown = true; returncodes { RBL_SPAMHAUS_SBL = "127.0.0.2"; RBL_SPAMHAUS_CSS = "127.0.0.3"; @@ -54,7 +54,6 @@ rbl { rbl = "swl.spamhaus.org"; ipv6 = true; is_whitelist = true; - unknown = true; whitelist_exception = "RWL_SPAMHAUS_WL"; returncodes { RWL_SPAMHAUS_WL_IND = "127.0.2.2"; @@ -68,7 +67,6 @@ rbl { symbol = "MAILSPIKE"; rbl = "rep.mailspike.net"; is_whitelist = true; - unknown = true; whitelist_exception = "MAILSPIKE"; whitelist_exception = "RWL_MAILSPIKE_GOOD"; whitelist_exception = "RWL_MAILSPIKE_NEUTRAL"; @@ -106,7 +104,6 @@ rbl { sorbs { symbol = "RBL_SORBS"; rbl = "dnsbl.sorbs.net"; - unknown = true; returncodes { # http:// www.sorbs.net/general/using.shtml RBL_SORBS_HTTP = "127.0.0.2"; @@ -138,7 +135,6 @@ rbl { rbl = "list.dnswl.org"; ipv6 = true; is_whitelist = true; - unknown = true; whitelist_exception = "RCVD_IN_DNSWL"; whitelist_exception = "RCVD_IN_DNSWL_NONE"; whitelist_exception = "RCVD_IN_DNSWL_LOW";