change the smtp response code

This commit is contained in:
doanguyen 2020-01-04 11:36:55 +01:00
parent 8202be7bae
commit 0e7016b2e0
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"]: