aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-06-22 20:51:54 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-06-22 20:51:54 +0000
commit472537fc8301704737e60aa2dbc6d308c7d1be48 (patch)
tree0cfc79cf09524aedf71773d987ea3341e725190d /rules
parentbe4c99d32eaff543666bba515edca48566b293df (diff)
downloadrspamd-472537fc8301704737e60aa2dbc6d308c7d1be48.tar.gz
rspamd-472537fc8301704737e60aa2dbc6d308c7d1be48.zip
[Minor] Remove superfluous '|' in regular expression
Diffstat (limited to 'rules')
-rw-r--r--rules/regexp/headers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/regexp/headers.lua b/rules/regexp/headers.lua
index 2dddf7d0f..51c3bf5d1 100644
--- a/rules/regexp/headers.lua
+++ b/rules/regexp/headers.lua
@@ -915,7 +915,7 @@ reconf['HAS_GUC_PROXY_URI'] = {
}
reconf['HAS_GOOGLE_REDIR'] = {
- re = '/\\.google\\.([a-z]{2,3}(|\\.[a-z]{2,3})|info|jobs|)\\/url\\?/{url}i',
+ re = '/\\.google\\.([a-z]{2,3}(|\\.[a-z]{2,3})|info|jobs)\\/url\\?/{url}i',
description = 'Has google.com/url or alike Google redirection URL',
score = 1.0,
group = 'url'