From 10287f4f6fca92b3e8bba803abec24bac175629f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 25 Jan 2016 11:08:54 +0000 Subject: [PATCH] Disable bad hfilter symbols in metrics Issue: #497 Reported by: @MisterM74 --- conf/metrics.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/metrics.conf b/conf/metrics.conf index 4b3d4b103..6b951be11 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"; -- 2.39.5