The following message was sent by "Noel J. Bergman" <[EMAIL PROTECTED]> on Sat, 2 Aug 
2003 15:24:23 -0400.

> > it's not that important whether it is stored before or after (successful)
> delivery.
> 
> If it isn't important, just stick a ToRepository mailet in front of the
> RemoteDelivery mailet.

Sounds too simple in order to work ;) - and so it doesn't work:

         <mailet match="All" class="ToProcessor">
           <processor>sent</processor>
         </mailet>

         <mailet match="All" class="RemoteDelivery">
...
      </processor>

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

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

Reply via email to