Well, I discovered what was the matter. The footer is always sent as ISO 8859-1, even if it contains only US ASCII characters. To one list I usually write in Norwegian, so the body is also ISO 8859-1, and then the footer is appended to the body. To the other list I usually write only ASCII. In that case the footer has another content-type than the body, and it is attached as a separate mime part.
I wonder why the footer is always ISO 8859-1. And in the instances where it only contains ASCII characters, it would be compatible with most encodings, and could in theory just be appended to the body anyway, couldn't it? Jardar ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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