From: Andrew Lewis Date: Thu, 23 Oct 2014 14:23:21 +0000 (+0200) Subject: Remove CBL as it's wholly included in Spamhaus XBL which we're querying already ... X-Git-Tag: 0.7.3~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F112%2Fhead;p=thirdparty%2Frspamd.git Remove CBL as it's wholly included in Spamhaus XBL which we're querying already - http://cbl.abuseat.org/faq.html --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 01c1cc08c3..cd2c90e581 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -436,12 +436,6 @@ metric { description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } - symbol { - weight = 1.0; - name = "RBL_ABUSEAT"; - description = "Address is listed in Abuseat RBL"; - } - symbol { weight = 3.0; description = "Text and HTML parts differ"; diff --git a/conf/modules.conf b/conf/modules.conf index 31fa47852b..dfe6c66a4d 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -185,11 +185,6 @@ rbl { ipv6 = true; } - abuseat { - symbol = "RBL_ABUSEAT"; - rbl = "cbl.abuseat.org"; - } - dnswl { symbol = "RCVD_IN_DNSWL"; rbl = "list.dnswl.org";