diff --git a/email_handler.py b/email_handler.py index f47123ba..53e9de4a 100644 --- a/email_handler.py +++ b/email_handler.py @@ -1028,7 +1028,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User): try: mailbox_id = int(orig_msg[_MAILBOX_ID_HEADER]) except TypeError: - LOG.exception( + LOG.warning( "cannot parse mailbox from original message header %s", orig_msg[_MAILBOX_ID_HEADER], )