At 11:38 AM +0200 2004-07-11, Jan Eri wrote:

 According to
 <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.008.htp>
 I expected that to be enough. But still some (not all) of the messages
 are coming through with the footer as attachment. What have I done wrong?

I am glad to see that you've already read the page at <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.039.htp>. This is good.


However, the problem is that even if Mailman is stripping everything but multipart/mixed, multipart/alternative and text/plain, and converts text/html to text/plain, you're still allowing those MIME types through. If a MIME formatted message comes into the system and you go to add footers to it, Mailman has to encapsulate the original message into a multipart/mixed and then add a text/plain section at the bottom which contains the footers.


Unfortunately, some MUAs do not interpret correctly a MIME formatted message which encapsulates another MIME formatted message, and the footers end up getting displayed as an attachment.


I guess I should update the FAQ entry at <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.039.htp> to make this issue more clear.

--
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

    -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
    Assembly to the Governor, November 11, 1755

  SAGE member since 1995.  See <http://www.sage.org/> for more info.
------------------------------------------------------
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/

Reply via email to