]> source.dussan.org Git - rspamd.git/commitdiff
Fix HAS_GUC_PROXY_URI and HAS_GOOGLE_REDIR 2089/head
authorSteve Freegard <steve@stevefreegard.com>
Mon, 19 Mar 2018 13:43:16 +0000 (13:43 +0000)
committerSteve Freegard <steve@stevefreegard.com>
Mon, 19 Mar 2018 13:43:16 +0000 (13:43 +0000)
rules/regexp/headers.lua

index 64a416c9ad6799105e4a3b5985c149f626a07fee..75ed91fd1bfe71c43e98a93e0318aa466be8fb7b 100644 (file)
@@ -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'