From 5adc48b7473dd0c94a1ac74c0230b55017842657 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sun, 24 Dec 2023 14:20:58 +0300 Subject: [PATCH] [Minor] Fix typo in hfilter map --- src/plugins/lua/hfilter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua index 601786f33..8c132f504 100644 --- a/src/plugins/lua/hfilter.lua +++ b/src/plugins/lua/hfilter.lua @@ -137,7 +137,7 @@ local checks_hellohost_map local checks_hello = [[ /^[^\.]+$/i 5 # for helo=COMPUTER, ANNA, etc... Without dot in helo /^(dsl)?(device|speedtouch)\.lan$/i 5 -/\.(lan|local|home|localdomain|intra|in-addr.arpa|priv|user|veloxzon)$ 5 +/\.(lan|local|home|localdomain|intra|in-addr.arpa|priv|user|veloxzon)$/i 5 ]] local checks_hello_map @@ -619,4 +619,4 @@ if #symbols_enabled > 0 then end else lua_util.disable_module(N, "config") -end \ No newline at end of file +end -- 2.39.5