mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
smtp: remove the message in case of permanent failure
When `smtp_send` returns `Status::Finished`, the message should be removed from the queue even in case of failure, such as a permanent error. In addition to this bugfix, move the retry count increase to the beginning of `send_msg_to_smtp` to ensure no message is retried infinitely even in case of similar bugs.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
- treat "NO" IMAP response to MOVE and COPY commands as an error #3058
|
||||
- Fix a bug where messages in the Spam folder created contact requests #3015
|
||||
- Fix a bug where drafts disappeared after some days #3067
|
||||
- do not retry message sending infinitely in case of permanent SMTP failure #3070
|
||||
|
||||
|
||||
## 1.75.0
|
||||
|
||||
Reference in New Issue
Block a user