diff --git a/email_handler.py b/email_handler.py index 25c21ed7..66c495d1 100644 --- a/email_handler.py +++ b/email_handler.py @@ -2240,9 +2240,8 @@ def handle(envelope: Envelope) -> str: if len(rcpt_tos) == 1 and is_reverse_alias(rcpt_tos[0]) and mail_from == "<>": contact = Contact.get_by(reply_email=rcpt_tos[0]) LOG.w( - "out-of-office email to reverse alias %s. %s %s", + "out-of-office email to reverse alias %s. Saved to %s", contact, - msg.as_string(), save_email_for_debugging(msg), # todo: remove ) return status.E206