chibenwa commented on code in PR #2391: URL: https://github.com/apache/james-project/pull/2391#discussion_r1732523877
########## server/apps/jpa-smtp-app/sample-configuration/jvm.properties: ########## @@ -53,4 +53,8 @@ jmx.remote.x.mlet.allow.getMBeansFromURL=false openjpa.Multithreaded=true # Whether James should unzip JWTs. Default to false -# james.jwt.zip.allow=false \ No newline at end of file +# james.jwt.zip.allow=false + +# Relax validating `*` and `%` characters in the mailbox name. Defaults to false. +# Be careful turning on this as `%` and `*` are ambiguous for the LIST / LSUB commands that interpret those as wildcard thus returning all mailboxes matching the pattern. +#james.relaxed.mailbox.name.validation=true Review Comment: This app have no mailbox this option is thus not needed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
