How to create unsubscribe, archive etc link at footer ?

Dear list,
How can I create archive list link, user unsubscribe link etc as can be seen at all the footer of this mailing list itself ?
TIA

On 9/6/2011 11:08 PM, J. Bakshi wrote:
The above footer which contains what you ask and more is created by putting the following in Non-digest options -> msg_footer
%(real_name)s mailing list %(real_name)s@%(host_name)s %(web_page_url)slistinfo/%(_internal_name)s Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%%40python.org/ Unsubscribe: %(user_optionsurl)s
Digest options -> digest_footer is similar, but doesn't contain the last line because the %(user_optionsurl)s replacement requires "personalization" and that is only available for messages, not digests.
You could put
Unsubscribe: %(web_page_url)soptions/%(_internal_name)s
in digest footer to get the address of the options login page without the users email address.
See the FAQ at <http://wiki.list.org/x/UYA9> for information on personalization.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On 9/6/2011 11:08 PM, J. Bakshi wrote:
The above footer which contains what you ask and more is created by putting the following in Non-digest options -> msg_footer
%(real_name)s mailing list %(real_name)s@%(host_name)s %(web_page_url)slistinfo/%(_internal_name)s Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%%40python.org/ Unsubscribe: %(user_optionsurl)s
Digest options -> digest_footer is similar, but doesn't contain the last line because the %(user_optionsurl)s replacement requires "personalization" and that is only available for messages, not digests.
You could put
Unsubscribe: %(web_page_url)soptions/%(_internal_name)s
in digest footer to get the address of the options login page without the users email address.
See the FAQ at <http://wiki.list.org/x/UYA9> for information on personalization.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
J. Bakshi
-
Mark Sapiro