Jason L wrote: >I need to remove text from emails sent to the lists. Is there a way to do >this with Mailman.
Only by creating/modifying code. >I'm trying to remove text like this. But I have others I am trying to >remove. > >THIS IS A WARNING THAT SEVERE THUNDERSTORMS WITH TORNADOES ARE >IMMINENT OR OCCURRING IN THESE REGIONS. MONITOR WEATHER >CONDITIONS. TAKE IMMEDIATE SAFETY PRECAUTIONS. It is unclear to me whether you want to simply remove that text and pass the rest of the post to the list or to reject/discard the entire post based on the presence of that text in the body, but either way, the preferred way to implement this is with a custom handler. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.067.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
