On 11/04/2015 09:16 AM, Ruben Safir wrote: > > Oh thank you! Because I was reading that it is triggered by header > msg_header or msg_footer, but nobody really know what that was exactly. > It didn't match any settings in the interface. I greatly appreciate this
To be more specific, if a list specifies a msg_header and/or a msg_footer (in the list admin Non-digest options), Mailman will decode the message body of a text/plain message in order to prepend the msg_header and/or append the msg_footer. Then the message body is re-encoded by the email library when Mailman sets the new body. Thus, if msg_header and msg_footer are both empty, the recoding won't happen, but when it does, it is controlled by the email.Charset.add_charset() settings for the character set of the body, and the patch I gave you changes the body encoding from base64 to quoted-printable. -- 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] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
