commit e0d9991: [Minor] Reduce score of URIBL_SBL_CSS

twesterhever 40121680+twesterhever at users.noreply.github.com
Sat Aug 19 18:07:04 UTC 2023


Author: twesterhever
Date: 2023-08-02 13:07:59 +0000
URL: https://github.com/rspamd/rspamd/commit/e0d9991191bc8e3c0cc9f3acc79136c5fa5047e5

[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"];


More information about the Commits mailing list