summaryrefslogtreecommitdiffstats
path: root/rules/regexp/headers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rules/regexp/headers.lua')
-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'