From 1803e71558dac929f0eede3bcecdad27ba058667 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 18 Oct 2022 23:11:17 +0100 Subject: [PATCH] [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely --- rules/html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.39.5