From 0e7016b2e09d821a81cfae1369829c5e395adc6d Mon Sep 17 00:00:00 2001 From: doanguyen Date: Sat, 4 Jan 2020 11:36:55 +0100 Subject: [PATCH] change the smtp response code --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 00608592..9b2829f4 100644 --- a/email_handler.py +++ b/email_handler.py @@ -244,7 +244,7 @@ class MailHandler: "", ) - return "250 ignored" + return "450 ignored" # remove DKIM-Signature if msg["DKIM-Signature"]: