From 9bfe62797c6c774ca151a1dbec5406e1b8a33c51 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 20 Nov 2015 16:44:09 +0000 Subject: [PATCH] Reduce weight of SUSPICIOUS_RECIPS --- conf/metrics.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index a60efb401..4560c3ece 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -30,7 +30,7 @@ metric { name = "FORGED_SENDER"; } symbol { - weight = 3.500000; + weight = 1.500000; description = "Recipients seems to be autogenerated (works if recipients count is more than 5)"; name = "SUSPICIOUS_RECIPS"; } -- 2.39.5