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=show&file=faq04.023.htp -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
