As an alternative, this is what is live on my server:

  <processor name="check-spam">
     <mailet match="HasAttachment"
             class="ToRepository">
       <processor> file://var/mail/sobig/ </processor>
     </mailet>
     <mailet match="All"
             class="ToProcessor">
       <processor> transport </processor>
     </mailet>
  </processor>

That uses ToRepository to dump the messages into a specific repository,
rather than forward it to the spam processor.

        --- Noel


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

Reply via email to