chibenwa commented on code in PR #2393: URL: https://github.com/apache/james-project/pull/2393#discussion_r1734351194
########## docs/modules/servers/pages/distributed/configure/jvm.adoc: ########## @@ -103,3 +103,18 @@ Ex in `jvm.properties` # james.reactor.inputstream.prefetch=4 ---- +== Disable mailet container check at James startup + +James is doing a check on startup making sure that the `bcc` header is being removed via Review Comment: ```suggestion James is doing checks on startup for validating mailet container configuration against a set of business rules, for instance making sure that the `bcc` header is being removed via ``` ########## docs/modules/servers/pages/distributed/configure/jvm.adoc: ########## @@ -103,3 +103,18 @@ Ex in `jvm.properties` # james.reactor.inputstream.prefetch=4 ---- +== Disable mailet container check at James startup + +James is doing a check on startup making sure that the `bcc` header is being removed via +`RemoveMimeHeader` mailet in the mail processing pipeline defined in `mailetcontainer.xml` file. + +It could be useful for some administrators that know what they are doing to disable such a check Review Comment: ```suggestion It could be useful for some administrators that know what they are doing to disable such checks ``` -- 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]
