improve logging

This commit is contained in:
Son 2022-01-07 12:19:51 +01:00
parent 4c63b4c0f1
commit 4fae291251
1 changed files with 1 additions and 1 deletions

View File

@ -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,