From f72e0eab1a82a1ea1fa3984b3af41ded8349a919 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 12 Jan 2017 15:03:20 +0200 Subject: [PATCH] [Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338) --- src/plugins/lua/hfilter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua index ebd994697..b30837450 100644 --- a/src/plugins/lua/hfilter.lua +++ b/src/plugins/lua/hfilter.lua @@ -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 = { -- 2.39.5