summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-04-10 19:29:37 +0100
committerGitHub <noreply@github.com>2022-04-10 19:29:37 +0100
commit7a3ff6e3c41c85455694aeec9c45d82fa044ce7f (patch)
treeabb40db32eb978d11d869f7566cdfd82cd41ae0a /conf
parentded0cffcfbcbcbab924ce92358cd2689b1bae418 (diff)
parent5440508153d1b77f746853c139638bedb0fab095 (diff)
downloadrspamd-7a3ff6e3c41c85455694aeec9c45d82fa044ce7f.tar.gz
rspamd-7a3ff6e3c41c85455694aeec9c45d82fa044ce7f.zip
Merge pull request #4142 from twesterhever/temp-adjust-sbl-scores
[Enhancement] Adjust scores of Spamhaus SBL hits
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/rbl_group.conf4
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;