use warning level for "Cannot parse original message" error

This commit is contained in:
Son NK 2020-05-21 20:05:07 +02:00
parent 9a423f3247
commit 5ada83d48d
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
if not orig_msg:
# Some MTA does not return the original message in bounce message
# nothing we can do here
LOG.error(
LOG.warning(
"Cannot parse original message from bounce message %s %s %s %s",
alias,
user,