From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:48:47 +0000 (+0000) Subject: [Enhancement] Make Google URL redirection rules productive X-Git-Tag: 3.5~49^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4399%2Fhead;p=rspamd.git [Enhancement] Make Google URL redirection rules productive --- diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua index e493a663e..c95561163 100644 --- a/rules/regexp/headers.lua +++ b/rules/regexp/headers.lua @@ -908,16 +908,16 @@ reconf['HAS_LIST_UNSUB'] = { reconf['HAS_GUC_PROXY_URI'] = { re = '/\\.googleusercontent\\.com\\/proxy/{url}i', - description = 'Has googleusercontent.com proxy URI', - score = 0.01, - group = 'experimental' + description = 'Has googleusercontent.com proxy URL', + score = 1.0, + group = 'url' } reconf['HAS_GOOGLE_REDIR'] = { re = '/\\.google\\.com\\/url\\?/{url}i', description = 'Has google.com/url redirection', - score = 0.01, - group = 'experimental' + score = 1.0, + group = 'url' } reconf['XM_UA_NO_VERSION'] = {