فهرست منبع

use warning level for SMTPRecipientsRefused error

Son NK 4 سال پیش
والد
کامیت
b7b4c07cd3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,