From 54ce1dc9644be92517ef25d512e0ead835f4810a Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Mon, 11 May 2020 14:46:18 +0200 Subject: [PATCH] remove unnecessary max_nb_email limit in spf --- email_handler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/email_handler.py b/email_handler.py index b7fad61f..35532d33 100644 --- a/email_handler.py +++ b/email_handler.py @@ -606,9 +606,6 @@ def spf_pass( subject=msg["Subject"], time=arrow.now(), ), - # as the returned error status is 4**, - # the sender will try to resend the email. Send the error message only once - max_alert_24h=1, ) return False