mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
fix error email bouncing between postfix and email_handler
This commit is contained in:
parent
f8bd3800c3
commit
be6db8fab1
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class MailHandler:
|
|||
"",
|
||||
)
|
||||
|
||||
return "450 ignored"
|
||||
return "550 ignored"
|
||||
|
||||
# remove DKIM-Signature
|
||||
if msg["DKIM-Signature"]:
|
||||
|
|
Loading…
Reference in a new issue