local tp = task:get_text_parts() -- get text parts in a message
local ret = false
local diff = 0.0
- local normal_len = 0
local transp_rate = 0
local arg
for _,p in ipairs(tp) do -- iterate over text parts array using `ipairs`
if p:is_html() and p:get_html() then -- if the current part is html part
- normal_len = p:get_length()
+ local normal_len = p:get_length()
local transp_len = 0
local hc = p:get_html() -- we get HTML context
}
local function add_antivirus_rule(sym, opts)
- local rule = {}
if not opts['type'] then
return nil
end
opts['type'])
end
- rule = cfg.configure(opts)
+ local rule = cfg.configure(opts)
if not rule then
rspamd_logger.errx(rspamd_config, 'cannot configure %s for %s',