Merge pull request #21 from simple-login/staging

change the smtp response code
This commit is contained in:
Son Nguyen Kim 2020-01-04 14:40:15 +01:00 committed by GitHub
commit f62a7ffe47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class MailHandler:
"",
)
return "250 ignored"
return "450 ignored"
# remove DKIM-Signature
if msg["DKIM-Signature"]: