mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
Merge branch 'master' into staging
This commit is contained in:
commit
1f370abf4d
1 changed files with 1 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue