]> source.dussan.org Git - rspamd.git/commitdiff
Reduce weight of FORGED_RECIPIENTS rule.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Dec 2013 14:48:36 +0000 (14:48 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 23 Dec 2013 14:48:36 +0000 (14:48 +0000)
conf/metrics.conf

index ff4aa69d0376b61c72fe9726893136b5038d8bfa..5e73a17739db6b7629c562e5ac5c6a7535d1e43a 100644 (file)
@@ -288,7 +288,7 @@ metric {
         name = "MISSING_MID";
     }
     symbol {
-        weight = 3.0;
+        weight = 1.0;
         description = "Recipients are not the same as RCPT TO: mail command";
         name = "FORGED_RECIPIENTS";
     }