]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Lower negative DMARC score
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Aug 2016 10:23:57 +0000 (11:23 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Aug 2016 11:50:36 +0000 (12:50 +0100)
conf/metrics.conf

index 7c47981449a2ef53922e6967627ba1590fde7f0c..74de7715dc016c0f989b2d6aff35a2b5bf2ffea3 100644 (file)
@@ -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" {