diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-09 14:43:48 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-09 14:43:48 +0000 |
commit | 5440508153d1b77f746853c139638bedb0fab095 (patch) | |
tree | f052d21b912a31d3d84672d525ee08b099bf9be0 /conf/scores.d | |
parent | c191fe870def67e3e36ff8ea398372b9262a9f09 (diff) | |
download | rspamd-5440508153d1b77f746853c139638bedb0fab095.tar.gz rspamd-5440508153d1b77f746853c139638bedb0fab095.zip |
[Enhancement] Adjust scores of Spamhaus SBL hits
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 6b3f04de1..653ae8057 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -87,7 +87,7 @@ symbols = { groups = ["spamhaus"]; } "RBL_SPAMHAUS_SBL" { - weight = 2.0; + weight = 4.0; description = "From address is listed in ZEN SBL"; groups = ["spamhaus"]; } @@ -127,7 +127,7 @@ symbols = { groups = ["spamhaus"]; } "RECEIVED_SPAMHAUS_SBL" { - weight = 1.0; + weight = 3.0; description = "Received address is listed in ZEN SBL"; groups = ["spamhaus"]; one_shot = true; |