Browse Source

use warning level for SMTPRecipientsRefused error

Son NK 4 years ago
parent
commit
b7b4c07cd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      email_handler.py

+ 1 - 1
email_handler.py

@@ -643,7 +643,7 @@ async def forward_email_to_mailbox(
         )
     except SMTPRecipientsRefused:
         # that means the mailbox is maybe invalid
-        LOG.exception(
+        LOG.warning(
             "SMTPRecipientsRefused forward phase %s -> %s -> %s",
             contact,
             alias,