Browse Source

fix error email bouncing between postfix and `email_handler`

doanguyen 5 years ago
parent
commit
be6db8fab1
1 changed files with 1 additions and 1 deletions
  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
         if msg["DKIM-Signature"]: