]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Reduce score of URIBL_SBL_CSS
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Wed, 2 Aug 2023 13:07:59 +0000 (13:07 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Wed, 2 Aug 2023 13:07:59 +0000 (13:07 +0000)
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

index 864a3e9c4f05ba45e5d5f4be26e12fe520be73e1..00e0be8aed37740ba8c460dc46462a6856ff5725 100644 (file)
@@ -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"];