From: Vsevolod Stakhov Date: Mon, 23 Dec 2013 14:48:36 +0000 (+0000) Subject: Reduce weight of FORGED_RECIPIENTS rule. X-Git-Tag: 0.6.6~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d4832651f42afac18eede43343c335e9748d75;p=thirdparty%2Frspamd.git Reduce weight of FORGED_RECIPIENTS rule. --- diff --git a/conf/metrics.conf b/conf/metrics.conf index ff4aa69d03..5e73a17739 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"; }