chibenwa commented on code in PR #2337: URL: https://github.com/apache/james-project/pull/2337#discussion_r1693957765
########## docs/modules/servers/partials/RemoteDelivery.adoc: ########## @@ -74,6 +74,9 @@ within the mailet code.<br> Note: This facility should be used with extreme care by expert users with a thorough knowledge of the relevant RFCs and the ability to perform their own problem resolutions. * *debug* (optional) - a Boolean (true/false) indicating whether debugging is on. Default is false. +* *usePriority* (optional) - a Boolean value (true/false) that indicates whether email priority support is enabled. +When this option is enabled, any email that does not have a specified priority will be assigned the highest priority upon +delivery and the lowest priority during retry attempts. Default is false. Review Comment: If enabled, I think we should not communicate priorities for mails that do not have one. -- 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]
