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: https://source.dussan.org/?a=commitdiff_plain;h=816e265e27285d07ed261a89e18901f6fad54fa4;p=rspamd.git [Minor] Lower negative DMARC score --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 7c4798144..74de7715d 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" {