commit 1803e71: [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely
Vsevolod Stakhov
vsevolod at rspamd.com
Tue Oct 18 22:14:05 UTC 2022
Author: Vsevolod Stakhov
Date: 2022-10-18 23:11:17 +0100
URL: https://github.com/rspamd/rspamd/commit/1803e71558dac929f0eede3bcecdad27ba058667 (HEAD -> master)
[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'
}
More information about the Commits
mailing list