Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-59 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-59 Summary: RemoteDelivery mailet should not split messages based on host when using a gateway Type: Bug Status: Closed Resolution: FIXED Project: James Components: Mailet API Assignee: Reporter: Brad D. Walker Created: Thu, 3 Oct 2002 4:04 PM Updated: Sun, 6 Jun 2004 2:26 PM Environment: Operating System: All Platform: All Description: When mail gets passed through the org.apache.james.transport.mailets.RemoteDelivery mailet, each message gets split up into a separate list depending on the host name for that recipient. This works fine when the RemoteDelivery mailet delivers the messages directly. However, when a gateway server is specified, the split should not be done. When a gateway server is used, ALL messages get routed through that gateway, so splitting them up based on host doesn't accomplish anything -- in fact, it takes additional processing power to do so, when in reality, the message should just be sent to the gateway verbatim, and then the gateway can decide how best to deliver the messages. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
