Skip to content

Commit

Permalink
[Rules] Remove broken rule
Browse files Browse the repository at this point in the history
Pointed by: @citrin
  • Loading branch information
vstakhov committed Oct 14, 2020
1 parent 35c0f05 commit c0d8b18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rules/regexp/headers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c0d8b18

Please sign in to comment.