Explorar o código

Merge pull request #21 from simple-login/staging

change the smtp response code
Son Nguyen Kim %!s(int64=5) %!d(string=hai) anos
pai
achega
f62a7ffe47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      email_handler.py

+ 1 - 1
email_handler.py

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