]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338) 1339/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 12 Jan 2017 13:03:20 +0000 (15:03 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 12 Jan 2017 13:04:59 +0000 (15:04 +0200)
src/plugins/lua/hfilter.lua

index ebd99469789090adf6b4c84a1325c6ec27029357..b30837450cbdebdd5612d06893628a57547385c7 100644 (file)
@@ -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 = {