aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/regexp/headers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua
index 8f6e47ee9..6ec37181f 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -436,8 +436,8 @@ reconf['FORGED_GENERIC_RECEIVED5'] = 'Received=/\\s*from \\[(\\d{1,3}\\.\\d{1,3}
reconf['INVALID_POSTFIX_RECEIVED'] = 'Received=/ \\(Postfix\\) with ESMTP id [A-Z\\d]+([\\s\\r\\n]+for <\\S+?>)?;[\\s\\r\\n]*[A-Z][a-z]{2}, \\d{1,2} [A-Z][a-z]{2} \\d\\d\\d\\d \\d\\d:\\d\\d:\\d\\d [\\+\\-]\\d\\d\\d\\d$/X'
reconf['X_PHP_EVAL'] = {
- re = "X-PHP-Originating-Script=/\\s:\\seval\\(\\)'d code$/X",
+ re = "X-PHP-Originating-Script=/ : eval\\(\\)'d code$/X",
score = 4.0,
- description = "Message sent by eval()'d php code",
+ description = "Message sent by eval()'d PHP code",
group = 'header'
}