David <[email protected]> wrote: > >To reproduce: > >1. Turn content filtering on, but set plain text conversion to NO: > >Should Mailman convert text/html parts to plain text: No > >2. Send html emails through the list using web-based gmail on each end.
Is text/html in the pass_mime_types content filtering setting? Is collapse_alternatives set to No? I suspect that one or both of those is not the case, and setting them will solve your problem. I further suspect that collapse_alternatives is the issue. Gmail creates a multi-part alternative message with a text/plain alternative containing Gmail's conversion of the HTML and a text/html alternative containing the HTML. If collapse_alternatives is Yes, Mailman simply replaces the multipart/alternative part with the first (i.e.text/plain) alternative. -- 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://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
