From: Vsevolod Stakhov Date: Mon, 25 Jan 2016 11:08:54 +0000 (+0000) Subject: Disable bad hfilter symbols in metrics X-Git-Tag: 1.1.2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10287f4f6fca92b3e8bba803abec24bac175629f;p=thirdparty%2Frspamd.git Disable bad hfilter symbols in metrics Issue: #497 Reported by: @MisterM74 --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 4b3d4b1030..6b951be112 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1140,6 +1140,7 @@ metric { name = "HFILTER_FROM_BOUNCE"; description = "Bounce message"; } +/* symbol { weight = 0.50; name = "HFILTER_MID_NORESOLVE_MX"; @@ -1155,6 +1156,7 @@ metric { name = "HFILTER_MID_NOT_FQDN"; description = "Message-id host not FQDN"; } +*/ symbol { weight = 2.50; name = "HFILTER_HOSTNAME_UNKNOWN";