From: Vsevolod Stakhov Date: Tue, 18 Oct 2022 22:11:17 +0000 (+0100) Subject: [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely X-Git-Tag: 3.4~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1803e71558dac929f0eede3bcecdad27ba058667;p=thirdparty%2Frspamd.git [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely --- diff --git a/rules/html.lua b/rules/html.lua index 6427a325ab..e2345e45d2 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' }