aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2015-02-12 20:51:03 +0300
committerAlexey AL <AlexeySa@users.noreply.github.com>2015-02-12 20:51:03 +0300
commitdd991d1106912bcf8642468d0d580e0690191515 (patch)
tree6185f3f50529d0b7c0506678c38dc0ede942af82 /conf
parent4ce366470467ef4052c171f02bf5e6fa6e1a5c57 (diff)
downloadrspamd-dd991d1106912bcf8642468d0d580e0690191515.tar.gz
rspamd-dd991d1106912bcf8642468d0d580e0690191515.zip
Hfilter: Fix metric
Diffstat (limited to 'conf')
-rw-r--r--conf/lua/hfilter.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/lua/hfilter.lua b/conf/lua/hfilter.lua
index 5e601e5fb..e623a0d6b 100644
--- a/conf/lua/hfilter.lua
+++ b/conf/lua/hfilter.lua
@@ -321,6 +321,8 @@ end
local symbols_enabled = {}
local symbols_helo = {
+ "HFILTER_HELO_BAREIP",
+ "HFILTER_HELO_UNKNOWN",
"HFILTER_HELO_1",
"HFILTER_HELO_2",
"HFILTER_HELO_3",