Tom Haddonwrote: > >I'm trying to remove _all_ footers from a specific list in Mailman 2.1.5. I've >removed the custom footer for the mailing list but since it's an html message >it's appending a text file (which is empty). >
If it is truly empty, this should not be happening. I suspect your msg_footer might contain some white space. >I looked at this thread ><http://mail.python.org/pipermail/mailman-users/2004-August/038633.html> (as >well as a bunch of other web searching, and the Mailman FAQ) and couldn't see >the way to do it - all my messages come in with an empty text attachment. I'm >comfortable with editing python if need be. I tried the steps described here >(returning an empty value from the class HTMLFormatter, def GetMailmanFooter, >but this didn't work for me. Can anyone point me in the direction of the part >of mailman that adds that text footer attachment to HTML messages so I can >tweak it as appropriate? The post you point to is not relevant. It's talking about web pages in the web interface, not list posts. The code is Mailman/Handlers/Decorate.py -- 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://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
