]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Further reduce negative weights for SPF and DKIM success
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Aug 2016 10:23:19 +0000 (11:23 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Aug 2016 11:50:36 +0000 (12:50 +0100)
conf/metrics.conf

index 752499bfc41497e1b6c5f2efdc60b4c405dcf2d9..7c47981449a2ef53922e6967627ba1590fde7f0c 100644 (file)
@@ -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;
         }