mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01: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
|
# remove DKIM-Signature
|
||||||
if msg["DKIM-Signature"]:
|
if msg["DKIM-Signature"]:
|
||||||
|
|
Loading…
Reference in a new issue