aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-23 16:27:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-23 16:27:42 +0100
commit24612f3e4388b8c6535edd8a92ed67020b9e0d60 (patch)
tree941f20fc535a06b65f2b0e3d742c1bc34b91edee
parentfacf86f9a53c73000431725d1a38a0caa7d612d4 (diff)
parentbdf2d9588abf5826c7d1a4baeac163d5f692d786 (diff)
downloadrspamd-24612f3e4388b8c6535edd8a92ed67020b9e0d60.tar.gz
rspamd-24612f3e4388b8c6535edd8a92ed67020b9e0d60.zip
Merge pull request #112 from fatalbanana/master
Remove CBL as it's wholly included in Spamhaus XBL
-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";