From be6db8fab1f738b9455aef70281797faad7328ad Mon Sep 17 00:00:00 2001 From: doanguyen Date: Fri, 10 Jan 2020 11:26:51 +0100 Subject: [PATCH] fix error email bouncing between postfix and `email_handler` --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 9b2829f4..3124e892 100644 --- a/email_handler.py +++ b/email_handler.py @@ -244,7 +244,7 @@ class MailHandler: "", ) - return "450 ignored" + return "550 ignored" # remove DKIM-Signature if msg["DKIM-Signature"]: