aboutsummaryrefslogtreecommitdiffstats
path: root/rules/regexp/headers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rules/regexp/headers.lua')
-rw-r--r--rules/regexp/headers.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua
index c14dd3500..af63d7131 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -905,11 +905,3 @@ reconf['HAS_XOIP'] = {
score = 0.0,
group = 'headers'
}
-
-reconf['RCVD_VIA_SMTP_AUTH'] = {
- re = "Received=/\\bE?SMTPS?A\\b/ || Received=/\\bauthenticated\\b/i",
- description = "Recieved using SMTP AUTH",
- score = 0,
- group = 'headers'
-}
-