diff --git a/email_handler.py b/email_handler.py index 3fa30462..50d66d9c 100644 --- a/email_handler.py +++ b/email_handler.py @@ -2094,7 +2094,7 @@ def handle(envelope: Envelope, msg: Message) -> str: try: _, from_header_address = parse_full_address(from_header) except ValueError: - LOG.e("cannot parse the From header %s", from_header) + LOG.w("cannot parse the From header %s", from_header) else: contact = Contact.get_by(reply_email=from_header_address) if contact: