mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
change the smtp response code
This commit is contained in:
parent
8202be7bae
commit
0e7016b2e0
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class MailHandler:
|
|||
"",
|
||||
)
|
||||
|
||||
return "250 ignored"
|
||||
return "450 ignored"
|
||||
|
||||
# remove DKIM-Signature
|
||||
if msg["DKIM-Signature"]:
|
||||
|
|
Loading…
Reference in a new issue