My "spam" processor is configured like so...
      <processor name="spam">
         <mailet match="All" class="Null"/>
         <mailet match="All" class="Bounce"/>
         <mailet match="All" class="NotifyPostmaster"/>
      </processor>

These don't seem to be blocking anything, nor are they notifying me. Can
anyone suggest why?

The match="All" class="Null" does delete the message.
The following matches will never be hit.

Please note that a mailet could set (and most does it) the state of the mail to GHOST and block any further processing.
Some mailet are configurable to avoid this (via the passThrough attribute).

Stefano


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

Reply via email to