> Thanks a lot for your suggestion Stefano..it works !
> Here is what I did to make it work :
> I modified the root processor section like below and moved 
> the emails from the "myqueue" to the spool queue.
> I then restarted James.

IMHO this is bad: this will create infinite loops.
Just increase the number of retries in RemoteDelivery if you need to try a
longer period.

Stefano

> Maybe we need to modify the answer to the question in the doc:
> "How can I (re-)process emails that are in the error processor?" 
> ==============================================
>       <processor name="root">
>           <processor name="myprocessor">
>               <mailet match="All" class="ToProcessor">
>                  <processor>root</processor>
>               </mailet>
>           </processor>
>         <! -- other stuff -->
>      </processor>
> ====================================================


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

Reply via email to