瀏覽代碼

Merge branch 'master' into staging

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

+ 1 - 4
email_handler.py

@@ -406,10 +406,7 @@ def handle_reply(envelope, smtp: SMTP, msg: Message, rcpt_to: str) -> str:
     # the "reply email"
     if envelope.mail_from == "<>":
         LOG.error(
-            "Bounce when sending to alias %s, user %s, from header: %s",
-            alias,
-            gen_email.user,
-            msg["From"],
+            "Bounce when sending to alias %s, user %s", alias, gen_email.user,
         )
 
         handle_bounce(