chibenwa commented on code in PR #2391: URL: https://github.com/apache/james-project/pull/2391#discussion_r1732524333
########## server/apps/scaling-pulsar-smtp/sample-configuration/jvm.properties: ########## @@ -46,3 +46,7 @@ # Whether James should unzip JWTs. Default to false # 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: Idem this app is smtp only -- 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]
