]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Temporarily reset scores of new symbols unless tested
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 21 Jun 2018 18:27:00 +0000 (19:27 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 21 Jun 2018 18:27:00 +0000 (19:27 +0100)
rules/html.lua

index 7a0f5127b45039b68cecfdef261309388fae54d7..fff42d9e7739df1e597435672d7ef9d0ba8d2f49 100644 (file)
@@ -302,7 +302,7 @@ rspamd_config:register_symbol{
   parent = vis_check_id,
   name = 'ZERO_FONT',
   description = 'Zero sized font used',
-  score = 10.0, -- Reached if more than 5 elements have zero size
+  score = 1.0, -- Reached if more than 5 elements have zero size
   one_shot = true,
   group = 'html'
 }
@@ -312,7 +312,7 @@ rspamd_config:register_symbol{
   parent = vis_check_id,
   name = 'MANY_INVISIBLE_PARTS',
   description = 'Many parts are visually hidden',
-  score = 6.0, -- Reached if more than 10 elements are hidden
+  score = 1.0, -- Reached if more than 10 elements are hidden
   one_shot = true,
   group = 'html'
 }