Browse Source

[Rules] Remove broken rule

Pointed by: @citrin
tags/2.7
Vsevolod Stakhov 3 years ago
parent
commit
c0d8b18d5b
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      rules/regexp/headers.lua

+ 0
- 9
rules/regexp/headers.lua View File

@@ -557,16 +557,6 @@ reconf['STOX_REPLY_TYPE'] = {
group = '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'

Loading…
Cancel
Save