> It seems to me that the simplest way of achieving synchronous
> processing is to modify James.sendMail(Mail mail) to bypass
> the spool and call JamesSpoolManager.process(MailImpl mail)
> directly in the case you want synchronous processing.
If you try that, there is a return about half-way through the
process(MailImpl) method that you will probably need to remove, causing the
method to stick with the message until it is ghosted. Otherwise, the method
returns after the first (root) processor completes.
Let us know how it works for you.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]