This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 1000123a05b26440af6079611062427a1bdabb25 Author: Benoit Tellier <[email protected]> AuthorDate: Fri Nov 15 09:48:16 2019 +0700 Changelog entry for stricter mailbox name validation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458a8eb..302fd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ of tasks being currently executed. - JAMES-2739 fixed browse mails from queue over JMX - JAMES-2375 DSNBounce mailet should provide a subject - JAMES-2097 RemoteDelivery: Avoid retrying already succeeded recipients when sendPartial +- MAILBOX-392 Mailbox name validation upon mailbox creation is stricter: forbid `#&*%` and empty sub-mailboxes names. ### Removed - Classes marked as deprecated whose removal was planned after 3.4.0 release (See JAMES-2703). This includes: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
