From: Vsevolod Stakhov Date: Mon, 8 Aug 2016 10:23:19 +0000 (+0100) Subject: [Minor] Further reduce negative weights for SPF and DKIM success X-Git-Tag: 1.3.2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5936b93bd57d49a426c5c32e59c9e58105d90389;p=rspamd.git [Minor] Further reduce negative weights for SPF and DKIM success --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 752499bfc..7c4798144 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -681,7 +681,7 @@ metric { description = "SPF policy is neutral"; } symbol "R_SPF_ALLOW" { - weight = -1.5; + weight = -0.2; description = "SPF verification allows sending"; } symbol "R_SPF_DNSFAIL" { @@ -700,7 +700,7 @@ metric { description = "DKIM verification soft-failed"; } symbol "R_DKIM_ALLOW" { - weight = -1.1; + weight = -0.2; description = "DKIM verification succeed"; one_shot = true; }