diff --git a/email_handler.py b/email_handler.py index b49faf0d..a61eb81e 100644 --- a/email_handler.py +++ b/email_handler.py @@ -1835,13 +1835,14 @@ def handle(envelope: Envelope) -> str: LOG.d( "==>> Handle mail_from:%s, rcpt_tos:%s, header_from:%s, header_to:%s, " - "cc:%s, reply-to:%s, mail_options:%s, rcpt_options:%s", + "cc:%s, reply-to:%s, message_id:%s, mail_options:%s, rcpt_options:%s", mail_from, rcpt_tos, msg[headers.FROM], msg[headers.TO], msg[headers.CC], msg[headers.REPLY_TO], + msg[headers.MESSAGE_ID], envelope.mail_options, envelope.rcpt_options, )