[Mailman-Users] filtering body content

2005-02-28 Thread List Manager
Hello everyone,
I know that it has been asked many many times but I haven't seen any 
solutions posted about how to filter the body content of the messages. Does 
someone have a solution for that? Or even a work-around?

Best wishes,
Rae
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] filtering body content

2005-02-28 Thread Mark Sapiro
List Manager wrote:

I know that it has been asked many many times but I haven't seen any 
solutions posted about how to filter the body content of the messages. Does 
someone have a solution for that? Or even a work-around?

I assume you don't mean filtering based on MIME Content-Type: since
that is completely doable with the existing content filtering options.
Rather, I guess you mean filtering based on the actual contents of the
message.

To do this, you can create a custom handler module to do the filtering
and add it to the pipeline. It could be added either to the
GLOBAL_PIPELINE or to a list specific pipline attribute.

There are existing patches/handlers to interface for example with
SpamAssassin. See for example
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.023.htp

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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=showamp;file=faq01.027.htp