commit c0d8b18: [Rules] Remove broken rule
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Oct 14 10:28:06 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-10-14 11:27:22 +0100
URL: https://github.com/rspamd/rspamd/commit/c0d8b18d5bdb954e74646ced8e336d768a0c7c31 (HEAD -> master)
[Rules] Remove broken rule
Pointed by: @citrin
---
rules/regexp/headers.lua | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua
index b70284a2a..2df12929f 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -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'
More information about the Commits
mailing list