From: Alexander Moisseev Date: Mon, 2 May 2016 14:22:00 +0000 (+0300) Subject: [Minor fix] Limit PHISHING to one shot X-Git-Tag: 1.3.0~558^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c91754812becc29ad253ce56efbe1112920892b;p=thirdparty%2Frspamd.git [Minor fix] Limit PHISHING to one shot --- diff --git a/conf/metrics.conf b/conf/metrics.conf index c79299df16..b42413658e 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -833,8 +833,9 @@ metric { group "phishing" { symbol "PHISHING" { - weight = 3.0; + weight = 6.0; description = "Phished mail"; + one_shot = true; } }