diff --git a/email_handler.py b/email_handler.py index c8b40df6..cec50480 100644 --- a/email_handler.py +++ b/email_handler.py @@ -391,7 +391,7 @@ def replace_header_when_reply(msg: Message, alias: Alias, header: str): contact = Contact.get_by(reply_email=reply_email) if not contact: LOG.w( - "email %s contained in %s header in reply phase %s must be reply emails. headers:%s", + "email %s contained in %s header in reply phase must be reply emails. headers:%s", reply_email, header, headers,