1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Avoid a stack-trace when the ratelimit is hit

This commit is contained in:
Florent Daigniere
2023-08-05 18:24:11 +02:00
parent 890f847f6c
commit 40b5e7ca39

View File

@@ -23,6 +23,7 @@ STATUSES = {
"ratelimit": ("Temporary authentication failure (rate-limit)", {
"imap": "LIMIT",
"smtp": "451 4.3.2",
"submission": "451 4.3.2",
"pop3": "-ERR [LOGIN-DELAY] Retry later"
}),
}