aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorSteve Freegard <steve@stevefreegard.com>2018-03-19 13:43:16 +0000
committerSteve Freegard <steve@stevefreegard.com>2018-03-19 13:43:16 +0000
commitc8aef97e5c42a85c64d20c0b13230d6d1094aeef (patch)
tree45610c3d6b5b512bfb1b09cfe083b2a7f784af7f /rules
parentbc7911b668a5e7600788377a2227e191692e92b2 (diff)
downloadrspamd-c8aef97e5c42a85c64d20c0b13230d6d1094aeef.tar.gz
rspamd-c8aef97e5c42a85c64d20c0b13230d6d1094aeef.zip
Fix HAS_GUC_PROXY_URI and HAS_GOOGLE_REDIR
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 64a416c9a..75ed91fd1 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -932,14 +932,14 @@ reconf['HAS_LIST_UNSUB'] = {
}
reconf['HAS_GUC_PROXY_URI'] = {
- re = '/\\.googleusercontent\\.com\\/proxy/{raw_mime}i',
+ re = '/\\.googleusercontent\\.com\\/proxy/{url}i',
description = 'Has googleusercontent.com proxy URI',
score = 0.01,
group = 'experimental'
}
reconf['HAS_GOOGLE_REDIR'] = {
- re = '/\\.google\\.com\\/url\\?/{raw_mime}i',
+ re = '/\\.google\\.com\\/url\\?/{url}i',
description = 'Has google.com/url redirection',
score = 0.01,
group = 'experimental'