Henrik wrote: > >hotmail users (and toronto.ca users, our city government), find that >emails they get from our gnu mailman lists that have the body stripped >out and moved to an attachment. This causes confusion, and in one case >even the attachement is reported as being blank. (The header and footer >appear in the main body of the email). Is there some way to prevent this >from happening?
Don't add msg_header or msg_footer to list mail. Alternatively, convince your users to post only text/plain messages or use content filtering to remove any non text/plain parts. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.039.htp> for some discussion of the issue. -- 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
