]> source.dussan.org Git - rspamd.git/commitdiff
[Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 18 Oct 2022 22:11:17 +0000 (23:11 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 18 Oct 2022 22:11:17 +0000 (23:11 +0100)
rules/html.lua

index 6427a325ab2f557ce1bb4c512762a53abf9edfce..e2345e45d2b8def69f0c3eb0fd0ac210f8ee411a 100644 (file)
@@ -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'
 }