mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
remove unnecessary max_nb_email limit in spf
This commit is contained in:
parent
50a105f156
commit
54ce1dc964
1 changed files with 0 additions and 3 deletions
|
@ -606,9 +606,6 @@ def spf_pass(
|
||||||
subject=msg["Subject"],
|
subject=msg["Subject"],
|
||||||
time=arrow.now(),
|
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
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue