Przeglądaj źródła

[Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338)

tags/1.5.0
Andrew Lewis 7 lat temu
rodzic
commit
f72e0eab1a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/plugins/lua/hfilter.lua

+ 1
- 1
src/plugins/lua/hfilter.lua Wyświetl plik

@@ -63,7 +63,7 @@ local checks_hellohost = {
local checks_hello = {
['^[^\\.]+$'] = 5, -- for helo=COMPUTER, ANNA, etc... Without dot in helo
['^(dsl)?(device|speedtouch)\\.lan$'] = 5,
['\\.(lan|local|home|localdomain|intra|in-addr.arpa|priv|online|user|veloxzon)$'] = 5
['\\.(lan|local|home|localdomain|intra|in-addr.arpa|priv|user|veloxzon)$'] = 5
}

local checks_hello_badip = {

Ładowanie…
Anuluj
Zapisz