]> source.dussan.org Git - rspamd.git/commitdiff
Disable bad hfilter symbols in metrics
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Jan 2016 11:08:54 +0000 (11:08 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Jan 2016 11:08:54 +0000 (11:08 +0000)
Issue: #497
Reported by: @MisterM74

conf/metrics.conf

index 4b3d4b10306896be9615cd1d1911d5f12b55e2b8..6b951be11296308c071085de5bc433c720b52a38 100644 (file)
@@ -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";