aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2014-10-23 16:23:21 +0200
committerAndrew Lewis <nerf@judo.za.org>2014-10-23 16:23:21 +0200
commitbdf2d9588abf5826c7d1a4baeac163d5f692d786 (patch)
tree941f20fc535a06b65f2b0e3d742c1bc34b91edee /conf
parentfacf86f9a53c73000431725d1a38a0caa7d612d4 (diff)
downloadrspamd-bdf2d9588abf5826c7d1a4baeac163d5f692d786.tar.gz
rspamd-bdf2d9588abf5826c7d1a4baeac163d5f692d786.zip
Remove CBL as it's wholly included in Spamhaus XBL which we're querying already - http://cbl.abuseat.org/faq.html
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf6
-rw-r--r--conf/modules.conf5
2 files changed, 0 insertions, 11 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 01c1cc08c..cd2c90e58 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -437,12 +437,6 @@ metric {
}
symbol {
- weight = 1.0;
- name = "RBL_ABUSEAT";
- description = "Address is listed in Abuseat RBL";
- }
-
- symbol {
weight = 3.0;
description = "Text and HTML parts differ";
name = "R_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";