diff options
Diffstat (limited to 'rules/html.lua')
-rw-r--r-- | rules/html.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/html.lua b/rules/html.lua index c324b9de1..da4ef1d13 100644 --- a/rules/html.lua +++ b/rules/html.lua @@ -171,6 +171,7 @@ rspamd_config.R_SUSPICIOUS_IMAGES = { local vis_check_id = rspamd_config:register_symbol{ name = 'HTML_VISIBLE_CHECKS', type = 'callback', + group = 'html', callback = function(task) --local logger = require "rspamd_logger" local tp = task:get_text_parts() -- get text parts in a message |