瀏覽代碼

Merge pull request #21 from simple-login/staging

change the smtp response code
Son Nguyen Kim 5 年之前
父節點
當前提交
f62a7ffe47
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"]: