From 5936b93bd57d49a426c5c32e59c9e58105d90389 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 8 Aug 2016 11:23:19 +0100 Subject: [PATCH] [Minor] Further reduce negative weights for SPF and DKIM success --- conf/metrics.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5