Mark Sapiro wrote: > I suggest what you want in pass_mime_types is > > multipart > message/rfc822 > text/plain > text/html > > This will accept all text plain parts and text/html parts, even from > attached message/rfc822 parts. Then multipart/alternative parts will > be collapsed to the first (probably text/plain) alternative, and any > remaining text/html parts will be converted to plain text by lynx or > whatever you set in mm_cfg.py for HTML_TO_PLAIN_TEXT_COMMAND. > > If you also want to accept signed messages, you probably want to add > > application/pgp-signature > > to the above list. > >
I've changed the list's config to match this--and am waiting for the user to try it again. I am sure, given the changes, it will work now. Thanks again, Mark! Best, --Glenn ------------------------------------------------------ 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
