Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0-beta4
-
None
-
None
Description
Init() in RemoteDelivery is using
String outgoing = getInitParameter("outgoing");
The name in defined in mailetcontainer.conf is 'outgoingQueue'
<outgoingQueue>outgoing</outgoingQueue>
This can obviously be worked around by correcting in config file, but I was
trying to reuse this mailet and needed different name and found out the hardway.