Explorar o código

use warning level for "Cannot parse original message" error

Son NK %!s(int64=5) %!d(string=hai) anos
pai
achega
5ada83d48d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      email_handler.py

+ 1 - 1
email_handler.py

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