On 2/28/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > If you really think this is resulting in messages being discarded that > shouldn't be, I suggest you remove the KNOWN_SPAMMERS entry from > mm_cfg.py and instead, put > > ^X-Spam-Status:\s*Yes > > in header_filter_rules for some of the problem lists with action Hold.
I just got done configuring something very similar, but I was having problems. I was originally matching against '^X-Spam-Status: Yes', which never matched. Removing the '^' did the trick. I'm not sure why this is. -- - Patrick Bogen ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
