diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-10-18 23:11:17 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-10-18 23:11:17 +0100 |
commit | 1803e71558dac929f0eede3bcecdad27ba058667 (patch) | |
tree | b98fcc414541125fb4d768ed9d0dbaddbf945cb2 /rules | |
parent | d16543a3b4c70ee29da64172e04df7498c5421a6 (diff) | |
download | rspamd-1803e71558dac929f0eede3bcecdad27ba058667.tar.gz rspamd-1803e71558dac929f0eede3bcecdad27ba058667.zip |
[Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely
Diffstat (limited to 'rules')
-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' } |