From: Andrew Lewis Date: Thu, 12 Jan 2017 13:03:20 +0000 (+0200) Subject: [Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338) X-Git-Tag: 1.5.0~361^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f72e0eab1a82a1ea1fa3984b3af41ded8349a919;p=rspamd.git [Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338) --- 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 = {