]> source.dussan.org Git - rspamd.git/commitdiff
Reduce metric for FORGED_SENDER 18/head
authorAlexey <AlexeySa@users.noreply.github.com>
Fri, 27 Dec 2013 08:15:11 +0000 (00:15 -0800)
committerAlexey <AlexeySa@users.noreply.github.com>
Fri, 27 Dec 2013 08:15:11 +0000 (00:15 -0800)
Many false positives from mail scripts and maillists.

conf/metrics.conf

index 4490fd6ca028c1859c7274f20a3a1fc27834dde3..b2d6e6029d135ea14f5d6b912552a132c36f3410 100644 (file)
@@ -18,7 +18,7 @@ metric {
         name = "FORGED_OUTLOOK_TAGS";
     }
     symbol {
-        weight = 5.0;
+        weight = 0.30;
         description = "Sender is forged (different From: header and smtp MAIL FROM: addresses)";
         name = "FORGED_SENDER";
     }