aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2013-12-27 00:15:11 -0800
committerAlexey <AlexeySa@users.noreply.github.com>2013-12-27 00:15:11 -0800
commit655661ca0d67151161e52f034e390ac5879ff19b (patch)
tree1930ae35259d36ec6f4a2ce560c16abee9b4d9b7 /conf/metrics.conf
parent60d53c395aa9f3e3cbd1a7f3b5c01fd217d0eaf7 (diff)
downloadrspamd-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.conf2
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";
}