Mark,

Your assumptions about the footers/headers are correct. After I removed
the white space everything started working.

Many thanks,



Brenno

>>DEFAULT_MSG_HEADER = " "
>>DEFAULT_MSG_FOOTER = """ """
>
>
> Two things here. These only set defaults. The actual list msg_header
> and msg_footer are on the Non-digest options page in the admin
> interface for the list.
>
> More importantly, those settings specify a header and a footer
> consisting of a single blank space. This is very different from no
> header or footer. If you don't want Mailman to add anything to the
> message and thus, potentially alter the MIME structure of the message,
> the header and footer must be the null string. I.e.,
>
> DEFAULT_MSG_HEADER = ""
> DEFAULT_MSG_FOOTER = ""
>
> Then go the the Non-digest options page and select and delete all text
> including stray white space in msg_header and msg_footer and 'Submit
> Your Changes'.
>
> I promise that if Content filtering->filter_content is No and if the
> Non-digest options, msg_header and msg_footer are truely empty with no
> white space and Non-digest options->scrub_nondigest is No, Mailman
> will not change the MIME structure of the non-digest messages it sends.



------------------------------------------------------
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

Reply via email to