diff options
Diffstat (limited to 'rules/html.lua')
-rw-r--r-- | rules/html.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/html.lua b/rules/html.lua index 6427a325a..e2345e45d 100644 --- a/rules/html.lua +++ b/rules/html.lua @@ -396,7 +396,7 @@ rspamd_config.HTTP_TO_HTTPS = { return false end, description = 'Anchor text contains different scheme to target URL', - score = 2.0, + score = 0.5, group = 'html' } |