Explorar o código

fix error email bouncing between postfix and `email_handler`

doanguyen %!s(int64=5) %!d(string=hai) anos
pai
achega
be6db8fab1
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 "450 ignored"
+            return "550 ignored"
 
 
         # remove DKIM-Signature
         # remove DKIM-Signature
         if msg["DKIM-Signature"]:
         if msg["DKIM-Signature"]: