5.3.6
Version published on 2025/07/22
If you wish to update your BlueMind from a previous minor or major version, please refer to the Release notes 5.3.
BlueMind Webmail (MailApp)
- BM-22215 : Fixes: Incorrect placement of the signature when forwarding an e-mail.
- BM-22417 : Fixes: When selecting multiple files in the double bottom of the trash can, only one file is recovered.
- BM-22415 : Fixes: When adding multiple recipients, adding a space automatically selects the first search result.
- BM-20849 : Fixes: The company signature cannot be moved even when moving is permitted.
- BM-22341 : Fixes: The input field for creating a subfolder disappears when focus is lost and does not reappear.
- BM-22441 : Fixes: During consultation, the sender part raises an error if there is no “Display Name”, which can sometimes cause functional errors.
Calendar
- BM-22388 : Fix: Added an option in the PDF export to print or not print canceled events.
Administration
- BM-21866 : Fixes: Failure of the scheduled password expiration task (
PasswordExpireNotificationJob
). - BM-22407 : Fixes: The list of scheduled task executions is not being updated correctly.
Cli
- Fix: prevent crash of
clone-capabilities --detailed
whensync.q
topic exists
Architecture
Clone/Kafka
- Fixes: messages were not grouped in conversations on clones
- Fixes: LockByKey had a race condition on unlock and could trigger
IllegalMonitorState
exception while cloning - Fix: we now build indexes at the beginning of the cloning process to avoid order problems in topics
Core
- BM-22395, BM-22445 : Fixes: Exporting an address book fails when a contact in it has been created or modified with Outlook.
- Fixes: possible cache pollution problems
Dataprotect
- BM-22266 : Improves backup speed on installations with many users (without data).
- BM-22429 : Each time it is run, the backup is performed in its entirety rather than incrementally.
KeyDB
- BM-22119 : Fixes: The settings for deleted domains remain in KeyDb.
Others
- BM-18112 : Fixes: SRS does not support email addresses longer than 64 characters.
Solution: if the original sender's email address is too long and generates an SRS address longer than 64 characters, the local bounce email address is used as the sender for redirected emails.
The local bounce email address isbounce@<default-domain>
and must exist, otherwise return emails (NDN, DSN, etc.) will be lost.