remove unnecessary max_nb_email limit in spf

This commit is contained in:
Son NK 2020-05-11 14:46:18 +02:00
parent 50a105f156
commit 54ce1dc964
1 changed files with 0 additions and 3 deletions

View File

@ -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