chibenwa commented on code in PR #2337: URL: https://github.com/apache/james-project/pull/2337#discussion_r1701106480
########## 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: > only consider the priority if it is explicitly set in the email. This is what I meant. The property is however useful when set to false as it allows tiurning off priorities when dealing with unknown third party systems when performing remote delivery mx resolution. (Prioritiesmakes sens localy or with known 3rd party) -- 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]
