Norman Maurer wrote:
Its a message i get and send it to the main mailserver..
Where should the message located ?
deadletter table ?
Unfortunately generic exceptions in the delivery process ends in message
purging:
} catch (Exception e) {
// Prevent unexpected exceptions from causing looping by removing
// message from outgoing.
// DO NOT CHNANGE THIS to catch Error! For example, if there were an
OutOfMemory condition
// caused because something else in the server was abusing memory, we
would not want to
// start purging the outgoing spool!
outgoing.remove(key);
throw e;
}
} catch (Throwable e) {
if (!destroyed) log("Exception caught in RemoteDelivery.run()", e);
}
If you can find a message to reproduce the issue please post it here:
http://issues.apache.org/jira/browse/JAMES-419?page=all
We already found this javamail 1.3.2 bug and applied a workaround, but
probably there are more conditions hitting the bug.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]