aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-17 02:49:17 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-17 02:49:17 -0700
commit3ca562b763ec54c49fbbb15f71a4d82f85d4e26e (patch)
treee7c25c7ea805ad15a7ec7655feb4b48a02e37734 /conf/metrics.conf
parentfd6f0f795762dfb947f4737932a2ace81a9fec5b (diff)
downloadrspamd-3ca562b763ec54c49fbbb15f71a4d82f85d4e26e.tar.gz
rspamd-3ca562b763ec54c49fbbb15f71a4d82f85d4e26e.zip
Hfilter: Add new metrics
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 088d6aaca..3d23fe606 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -722,6 +722,8 @@ metric {
symbol { weight = 1.50; name = "HFILTER_FROMHOST_NORESOLVE_MX"; description = "MX found in FROM host and no resolve"; }
symbol { weight = 3.50; name = "HFILTER_FROMHOST_NORES_A_OR_MX"; description = "FROM host no resolve to A or MX"; }
symbol { weight = 4.00; name = "HFILTER_FROMHOST_NOT_FQDN"; description = "FROM host not FQDN"; }
+ symbol { weight = 0.50; name = "HFILTER_MID_NORESOLVE_MX"; description = "MX found in Message-id host and no resolve"; }
+ symbol { weight = 0.50; name = "HFILTER_MID_NORES_A_OR_MX"; description = "Message-id host no resolve to A or MX"; }
symbol { weight = 0.50; name = "HFILTER_MID_NOT_FQDN"; description = "Message-id host not FQDN"; }
symbol { weight = 4.00; name = "HFILTER_HOSTNAME_UNKNOWN"; description = "Unknown hostname (no PTR or no resolve PTR to hostname)"; }
symbol { weight = 3.50; name = "HFILTER_URL_ONLY"; description = "URL only in body"; }