Parcourir la source

[Minor] Fix typo in hfilter map

tags/3.8.0
moisseev il y a 5 mois
Parent
révision
5adc48b747
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      src/plugins/lua/hfilter.lua

+ 2
- 2
src/plugins/lua/hfilter.lua Voir le fichier

@@ -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
end

Chargement…
Annuler
Enregistrer