From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:07:59 +0000 (+0000) Subject: [Minor] Reduce score of URIBL_SBL_CSS X-Git-Tag: 3.7.1~73^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0d9991191bc8e3c0cc9f3acc79136c5fa5047e5;p=thirdparty%2Frspamd.git [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. --- diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 864a3e9c4f..00e0be8aed 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"];