瀏覽代碼

change the smtp response code

doanguyen 5 年之前
父節點
當前提交
0e7016b2e0
共有 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
         # remove DKIM-Signature
         if msg["DKIM-Signature"]:
         if msg["DKIM-Signature"]: