|
@@ -1028,7 +1028,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
|
|
try:
|
|
try:
|
|
mailbox_id = int(orig_msg[_MAILBOX_ID_HEADER])
|
|
mailbox_id = int(orig_msg[_MAILBOX_ID_HEADER])
|
|
except TypeError:
|
|
except TypeError:
|
|
- LOG.exception(
|
|
|
|
|
|
+ LOG.warning(
|
|
"cannot parse mailbox from original message header %s",
|
|
"cannot parse mailbox from original message header %s",
|
|
orig_msg[_MAILBOX_ID_HEADER],
|
|
orig_msg[_MAILBOX_ID_HEADER],
|
|
)
|
|
)
|