Browse Source

Merge pull request #21 from simple-login/staging

change the smtp response code
Son Nguyen Kim 5 năm trước cách đây
mục cha
commit
f62a7ffe47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]: