Matt Singerman, Donnerstag, 30. März 2006 22:05: > All I would like to do is remove the footer text that Mailman > adds on to the end of all messages
Write your list config into a file: ./config_list -o /tmp/listconfig yourlist Edit this file, and find the parameter msg_footer. Reimport the configuration with ./config_list -i /tmp/listconfig yourlist -- Andre Tann ------------------------------------------------------ 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
