diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2013-12-27 00:15:11 -0800 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2013-12-27 00:15:11 -0800 |
commit | 655661ca0d67151161e52f034e390ac5879ff19b (patch) | |
tree | 1930ae35259d36ec6f4a2ce560c16abee9b4d9b7 /conf/metrics.conf | |
parent | 60d53c395aa9f3e3cbd1a7f3b5c01fd217d0eaf7 (diff) | |
download | rspamd-655661ca0d67151161e52f034e390ac5879ff19b.tar.gz rspamd-655661ca0d67151161e52f034e390ac5879ff19b.zip |
Reduce metric for FORGED_SENDER
Many false positives from mail scripts and maillists.
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |