diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-29 14:51:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-29 14:51:29 +0100 |
commit | d31f486d55ea8827c5e540ce74dba7fdd68e8c1a (patch) | |
tree | 74ea08a7ce0fc941c921ee4a94273ce5dea19a5a /rules/html.lua | |
parent | d2811768ed72130425eac4d42bb30f8e8cde4d6e (diff) | |
download | rspamd-d31f486d55ea8827c5e540ce74dba7fdd68e8c1a.tar.gz rspamd-d31f486d55ea8827c5e540ce74dba7fdd68e8c1a.zip |
[Fix] Fix groups mess
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 |