aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-25 11:08:54 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-25 11:08:54 +0000
commit10287f4f6fca92b3e8bba803abec24bac175629f (patch)
tree193977f7a70ae5ca9e58f332a681956c5cdfb4e2
parentf624af1aab93246ef43644995f545f74f7acba11 (diff)
downloadrspamd-10287f4f6fca92b3e8bba803abec24bac175629f.tar.gz
rspamd-10287f4f6fca92b3e8bba803abec24bac175629f.zip
Disable bad hfilter symbols in metrics
Issue: #497 Reported by: @MisterM74
-rw-r--r--conf/metrics.conf2
1 files changed, 2 insertions, 0 deletions
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";