From 9cd48b1709800dfe6a437c4a3b397aa463379d7d Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 30 Sep 2016 16:20:11 +0200 Subject: [PATCH] [Minor] Retire old SURBL settings Issue: #966 Reported by: @xpunkt --- conf/metrics.conf | 4 ---- conf/modules.d/surbl.conf | 1 - 2 files changed, 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; } } -- 2.39.5