diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 229e0815c..f4697c43d 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -761,6 +761,7 @@ metric { } # hfilter symbols symbol { weight = 4.00; name = "HFILTER_HELO_BAREIP"; description = "Helo host is bare ip"; } + symbol { weight = 4.50; name = "HFILTER_HELO_BADIP"; description = "Helo host is very bad 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)"; } |