From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Sat, 9 Apr 2022 14:43:48 +0000 (+0000) Subject: [Enhancement] Adjust scores of Spamhaus SBL hits X-Git-Tag: 3.3~319^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4142%2Fhead;p=thirdparty%2Frspamd.git [Enhancement] Adjust scores of Spamhaus SBL hits --- diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 6b3f04de15..653ae80574 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;