]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Rules] Remove broken rule
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 14 Oct 2020 10:27:22 +0000 (11:27 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 14 Oct 2020 10:27:22 +0000 (11:27 +0100)
Pointed by: @citrin

rules/regexp/headers.lua

index b70284a2ac0d4a0cc81a11b58f93bd1f0743865c..2df12929f1ad5523ee5b5ed665ecf7813e15857d 100644 (file)
@@ -557,16 +557,6 @@ reconf['STOX_REPLY_TYPE'] = {
   group = 'headers'
 }
 
--- Fake Verizon headers
-local fhelo_verizon = 'X-Spam-Relays-Untrusted=/^[^\\]]+ helo=[^ ]+verizon\\.net /iH'
-local fhost_verizon = 'X-Spam-Relays-Untrusted=/^[^\\]]+ rdns=[^ ]+verizon\\.net /iH'
-reconf['FM_FAKE_HELO_VERIZON'] = {
-  re = string.format('(%s) & !(%s)', fhelo_verizon, fhost_verizon),
-  score = 2.0,
-  description = 'Fake helo for verizon provider',
-  group = 'headers'
-}
-
 -- Forged yahoo msgid
 local at_yahoo_msgid = 'Message-Id=/\\@yahoo\\.com\\b/iH'
 local from_yahoo_com = 'From=/\\@yahoo\\.com\\b/iH'