Stefano, I'm trying to use the mail-abuse.org filters.
It seems this may have changed, it looks like Trend have purchased them. Can it still be used? On Wed, 2006-03-22 at 21:05 +0100, Stefano Bagnara wrote: > > 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] > -- Kind Regards Andrew Sykes <[EMAIL PROTECTED]> Sykes Development Ltd http://www.sykesdevelopment.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
