[Rspamd] Fix tag handling for mailboxes

This commit is contained in:
andryyy
2020-10-28 11:06:33 +01:00
parent 781ca3c07e
commit 9034e0f3a8
2 changed files with 3 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ rspamd_config:register_symbol({
local function http_callback(err_message, code, body, headers)
if body ~= nil and body ~= "" then
rspamd_logger.infox(rspamd_config, "expanding alias to \"%s\"", body)
rspamd_logger.infox(rspamd_config, "expanding rcpt to \"%s\"", body)
local function tag_callback_subject(err, data)
if err or type(data) ~= 'string' then