From bdf2d9588abf5826c7d1a4baeac163d5f692d786 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 23 Oct 2014 16:23:21 +0200 Subject: [PATCH] Remove CBL as it's wholly included in Spamhaus XBL which we're querying already - http://cbl.abuseat.org/faq.html --- conf/metrics.conf | 6 ------ conf/modules.conf | 5 ----- 2 files changed, 11 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 01c1cc08c..cd2c90e58 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 31fa47852..dfe6c66a4 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"; -- 2.39.5