mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
improve logging
This commit is contained in:
parent
b5637d6415
commit
cdea0e08ce
1 changed files with 1 additions and 4 deletions
|
@ -368,10 +368,7 @@ def handle_reply(envelope, smtp: SMTP, msg: Message, rcpt_to: str) -> str:
|
||||||
# the "reply email"
|
# the "reply email"
|
||||||
if envelope.mail_from == "<>":
|
if envelope.mail_from == "<>":
|
||||||
LOG.error(
|
LOG.error(
|
||||||
"Bounce when sending to alias %s, user %s, from header: %s",
|
"Bounce when sending to alias %s, user %s", alias, gen_email.user,
|
||||||
alias,
|
|
||||||
gen_email.user,
|
|
||||||
msg["From"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
handle_bounce(
|
handle_bounce(
|
||||||
|
|
Loading…
Reference in a new issue