]> source.dussan.org Git - rspamd.git/commitdiff
Hfilter: New metrics for helo checks
authorAlexey AL <AlexeySa@users.noreply.github.com>
Thu, 12 Feb 2015 17:44:04 +0000 (20:44 +0300)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 13 Feb 2015 10:19:43 +0000 (12:19 +0200)
conf/metrics.conf

index 53b8cd6e55868e3dd74649703d1c0cb0a0340c8f..673a9feec2ec17661e3bca387b848bc2015d5b86 100644 (file)
@@ -755,6 +755,8 @@ metric {
         name = "DATE_IN_PAST";
     }
 # hfilter symbols
+    symbol { weight = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; }
+    symbol { weight = 4.00; name = "HFILTER_HELO_UNKNOWN"; description = "Helo host empty or unknown"; }
     symbol { weight = 1.00; name = "HFILTER_HELO_1"; description = "Helo host checks (very low)"; }
     symbol { weight = 2.00; name = "HFILTER_HELO_2"; description = "Helo host checks (low)"; }
     symbol { weight = 3.00; name = "HFILTER_HELO_3"; description = "Helo host checks (medium)"; }