diff options
Diffstat (limited to 'rules/regexp/compromised_hosts.lua')
-rw-r--r-- | rules/regexp/compromised_hosts.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/regexp/compromised_hosts.lua b/rules/regexp/compromised_hosts.lua index 6159fbccc..69e77742f 100644 --- a/rules/regexp/compromised_hosts.lua +++ b/rules/regexp/compromised_hosts.lua @@ -1,5 +1,6 @@ local reconf = config['regexp'] local rspamd_regexp = require 'rspamd_regexp' +local util = require 'rspamd_util' reconf['HAS_PHPMAILER_SIG'] = { re = "X-Mailer=/^PHPMailer/Hi || Content-Type=/boundary=\"b[123]_/Hi", |