瀏覽代碼

use warning level

Son NK 4 年之前
父節點
當前提交
6585aef443
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      email_handler.py

+ 1 - 1
email_handler.py

@@ -547,7 +547,7 @@ def handle_forward(envelope, msg: Message, rcpt_to: str) -> List[Tuple[bool, str
     # can happen in case an email cannot be sent from an alias to a contact
     # in this case Postfix will send a bounce report to original sender, which is the alias
     if mail_from == "<>":
-        LOG.exception("Bounce email sent to %s", alias)
+        LOG.warning("Bounce email sent to %s", alias)
 
         handle_bounce_reply_phase(alias, msg, user)
         return [(False, "550 SL E24 Email cannot be sent to contact")]