From 655661ca0d67151161e52f034e390ac5879ff19b Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 27 Dec 2013 00:15:11 -0800 Subject: [PATCH] Reduce metric for FORGED_SENDER Many false positives from mail scripts and maillists. --- conf/metrics.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.39.5