This reading about expection worth the time:
http://wiki.apache.org/james/HandlingExceptions

This will not solve your issue: I'm writing a "queuing spool manager" that would allow you to do something in the middle between the remotedelivery queue and the spoolmanager processing...

If you can wait few weeks and you feel fine with unstable code you could be the first tester ;-)

Stefano


Kevin Baribeau wrote:
Hi,

I've written a custom mailet and am concerned about what happens if it
fails.  By default, if a mailet throws an Exception it is handled by
the error processor and gets sent to /var/mail/error.

Let's say I know why the Exception is thrown, and I know that if James
were to process the mail a second time it would be successful.  Is
there a simple way to queue up emails from a repository for
reprocessing?  Or if not, can I add some other mailet to the error
processor section of my config that will enable reprocessing at some
later time? (This could be hours, or days later).

Thanks,

-kb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to