Thanks for the reply Noel.  I'm having problems accomplishing that with
config.xml.  

Do I do something like this?

<!-- Send remaining mails to the transport processor for either local or
remote delivery -->
<mailet match="All" class="ToProcessor">
  <processor>log_all_mail</processor>
  <processor>transport</processor>
</mailet>

Or can you only define one processor per mailet?

I keep getting this error even though I defined a transport called
log_all_mail in config.xml:
_Unable to find processor log_all_mail,transport requested for processing of
Mail1105024939305-0t

Alternatively, I can direct all mail to the all_mail_archive but then it
just sits there and does not also get delivered.

Thanks,
Andrew

-----Original Message-----
From: Noel J. Bergman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 05, 2005 12:55 PM
To: James Users List; [EMAIL PROTECTED]
Subject: RE: How to archive all inbound/outbound mail?

Use the ToRepository mailet.  I recommend something other than a file
repository, which currently has a memory issue (in the process of fixing).

        --- Noel





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

Reply via email to