From: Vsevolod Stakhov Date: Mon, 8 Aug 2016 10:23:57 +0000 (+0100) Subject: [Minor] Lower negative DMARC score X-Git-Tag: 1.3.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816e265e27285d07ed261a89e18901f6fad54fa4;p=thirdparty%2Frspamd.git [Minor] Lower negative DMARC score --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 7c47981449..74de7715dc 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -988,7 +988,7 @@ metric { group "dmarc" { symbol "DMARC_POLICY_ALLOW" { - weight = -1.0; + weight = -0.5; description = "DMARC permit policy"; } symbol "DMARC_POLICY_REJECT" {