From 26d4832651f42afac18eede43343c335e9748d75 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 23 Dec 2013 14:48:36 +0000 Subject: [PATCH] Reduce weight of FORGED_RECIPIENTS rule. --- conf/metrics.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index ff4aa69d0..5e73a1773 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -288,7 +288,7 @@ metric { name = "MISSING_MID"; } symbol { - weight = 3.0; + weight = 1.0; description = "Recipients are not the same as RCPT TO: mail command"; name = "FORGED_RECIPIENTS"; } -- 2.39.5