diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-08-02 13:07:59 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-08-02 13:07:59 +0000 |
commit | e0d9991191bc8e3c0cc9f3acc79136c5fa5047e5 (patch) | |
tree | 343c929c97dceb90b8e84eeca67bf6b162613522 /conf/scores.d | |
parent | e1b653d22441860199b7eba5304ecb56afd6fa8d (diff) | |
download | rspamd-e0d9991191bc8e3c0cc9f3acc79136c5fa5047e5.tar.gz rspamd-e0d9991191bc8e3c0cc9f3acc79136c5fa5047e5.zip |
[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.
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; |