From 4fae291251310c0f0df6507b5f09ab290174afd6 Mon Sep 17 00:00:00 2001 From: Son Date: Fri, 7 Jan 2022 12:19:51 +0100 Subject: [PATCH] improve logging --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index c616d8d7..ce65352f 100644 --- a/email_handler.py +++ b/email_handler.py @@ -2121,7 +2121,7 @@ def handle(envelope: Envelope) -> str: delete_header(msg, headers.REPLY_TO) LOG.d( - "after out-of-office transformation %s %s %s", + "after out-of-office transformation to_header:%s reply_to:%s rcpt_tos:%s", msg.get_all(headers.TO), msg.get_all(headers.REPLY_TO), rcpt_tos,