Prechádzať zdrojové kódy

use warning level for "Cannot parse original message" error

Son NK 5 rokov pred
rodič
commit
5ada83d48d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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:
         # 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,