From: Alexey Date: Fri, 27 Dec 2013 08:15:11 +0000 (-0800) Subject: Reduce metric for FORGED_SENDER X-Git-Tag: 0.6.6~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=655661ca0d67151161e52f034e390ac5879ff19b;p=rspamd.git Reduce metric for FORGED_SENDER Many false positives from mail scripts and maillists. --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 4490fd6ca..b2d6e6029 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -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"; }