]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix typo in hfilter map 4759/head
authormoisseev <moiseev@mezonplus.ru>
Sun, 24 Dec 2023 11:20:58 +0000 (14:20 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sun, 24 Dec 2023 11:20:58 +0000 (14:20 +0300)
src/plugins/lua/hfilter.lua

index 601786f3338b1e39798db7cf7dca9c0fe25ed2fb..8c132f504583008e49ce976c9ef7cff709cdc114 100644 (file)
@@ -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