aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-09-30 16:20:11 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-09-30 16:21:36 +0200
commit9cd48b1709800dfe6a437c4a3b397aa463379d7d (patch)
tree5d55cff3e1601e9231914eeb832e714db5c852d4
parent1b62013a8c6dc0603c38ff6f6820ae2c35bbf0f0 (diff)
downloadrspamd-9cd48b1709800dfe6a437c4a3b397aa463379d7d.tar.gz
rspamd-9cd48b1709800dfe6a437c4a3b397aa463379d7d.zip
[Minor] Retire old SURBL settings
Issue: #966 Reported by: @xpunkt
-rw-r--r--conf/metrics.conf4
-rw-r--r--conf/modules.d/surbl.conf1
2 files changed, 0 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 8d228a5ba..2ac9651d6 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -361,10 +361,6 @@ metric {
weight = 4.0;
description = "SURBL: cracked site";
}
- symbol "WS_SURBL_MULTI" {
- weight = 5.5;
- description = "SURBL: sa-blacklist web sites ";
- }
symbol "RAMBLER_URIBL" {
weight = 4.5;
description = "rambler.ru uribl";
diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf
index cd5f49b25..655f3c572 100644
--- a/conf/modules.d/surbl.conf
+++ b/conf/modules.d/surbl.conf
@@ -25,7 +25,6 @@ surbl {
ABUSE_SURBL = 64;
MW_SURBL_MULTI = 16;
PH_SURBL_MULTI = 8;
- WS_SURBL_MULTI = 4;
SURBL_BLOCKED = 1;
}
}