From e0d9991191bc8e3c0cc9f3acc79136c5fa5047e5 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:07:59 +0000 Subject: [PATCH] [Minor] Reduce score of URIBL_SBL_CSS Given that CSS is an automated component of SBL, this should not receive the same scoring as manually conducted SBL listings. Particularly for shared hosting environments, CSS hits on IP addresses derived from FQDNs sometimes were found to be scored a bit too high. --- conf/scores.d/surbl_group.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 864a3e9c4..00e0be8ae 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -230,7 +230,7 @@ symbols = { } "URIBL_SBL_CSS" { ignore = true; - weight = 6.5; + weight = 5.0; description = "A domain in the message body resolves to an IP listed in Spamhaus CSS"; one_shot = true; groups = ["spamhaus"]; -- 2.39.5