[Rspamd] DeltaChat improvements

This commit is contained in:
andryyy
2021-07-09 09:19:06 +02:00
parent bdafb7ab2f
commit b3959e8071
3 changed files with 8 additions and 1 deletions

View File

@@ -331,6 +331,10 @@ rspamd_config:register_symbol({
local from_table = {}
local rcpt_table = {}
if task:has_symbol('ENCRYPTED_CHAT') then
return -- stop
end
local send_mail = function(task, bcc_dest)
local lua_smtp = require "lua_smtp"
local function sendmail_cb(ret, err)