The following message was sent by "Noel J. Bergman" <[EMAIL PROTECTED]> on Wed, 30 Jul 
2003 13:48:54 -0400.

> > Did somebody already write a solution for outgoing mails
> > to be stored in a db (orcale) table "sent"
> 
> You could use the ToRepository mailet.

Did so:

      <processor name="sent">
         <mailet match="All" class="ToRepository">
            <repositoryPath> db://maildb/sent </repositoryPath>
         </mailet>
      </processor>

And at the very bottom of the RemoteDelivery mailet I put a <processor>sent</processor>

...does not work, what am I doing wrong?

Timo

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

Reply via email to