Thanks for the response, Mark.

I set this up and threw a few dozen messages at it with a VB test spamming
macro.  It works perfectly. 

Will messages discarded from OWNER_PIPELINE appear in any log as those
discarded from GLOBAL_PIPELINE appear in vette?

Thanks again,
Michael
---
MINITEX Library Information Network / MnLINK
University of Minnesota

> There is a separate pipeline for messages to the owner, so if you want
> to filter these, you need to add
> 
> OWNER_PIPELINE.insert(1, 'SpamAssassin')
> 
> in mm_cfg.py. Also note that this and the
> 
> GLOBAL_PIPELINE.insert(1, 'SpamAssassin')
> 
> insert SpamAssassin after Mailman's own SpamDetect module. It doesn't
> really matter, but if you want to put it first, use
> 
> xxx_PIPELINE.insert(0, 'SpamAssassin').
> 
> OWNER_PIPELINE will directly take care of messages to -owner addresses.
> Messages to the -admin and -bounces (admin is a synonym for bounces)
> address will not be filtered, but if they are unrecognized and
> forwarded to the owner, they will be processed through the
> OWNER_PIPELINE at that point.


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to