Hi,

I'm having problems with the footers on our mailman server, the
variables such as %(real_name)s are being entered as-is and not
rewritten to what they should be.

I have DEFAULT_MSG_FOOTER set at the very bottom
of /etc/mailman/mm_cfg.py

DEFAULT_MSG_FOOTER = """
###
To unsubscribe:
        1) send blank email to: %(real_name)s-unsubscr...@%(host_name)s
        2) reply to the confirmation email
###
"""

New lists are created with the % variables intact and not the content
of them.  For good measure I tried setting the msg_footer for all lists
by using
http://mail.python.org/pipermail/mailman-users/2007-January/055486.html

All lists have the same footer:

###
To unsubscribe:
        1) send blank email to: %(real_name)s-unsubscr...@%(host_name)s
        2) reply to the confirmation email
###

Am I doing something obviously silly?  Where should I be looking in
order to debug this?

-- 
Alice
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to