David <d...@fiteyes.com> wrote:
>
>I like the following Mailman options page:
>
>%(web_page_url)soptions/%(list_name)s


If the list is personalized, it may be better to use just

%(user_optionsurl)s

The difference is that user_optionsurl is equivalent to

%(web_page_url)soptions/%(list_name)s/%(user_address)s

This has the advantage of pre-providing the users email address which
avoids the user's having to type it and the issues of the user not
knowing which of her many addresses is actually subscribed to the list.

I don't think there's normally an issue around the address being
sensitive information since if the user replies to or forwards the
message, her address is in the From: header of the reply/forward
anyway.

This might be a concern for an anonymous list, but not otherwise.


>A footer link to this page may work well because it has a clearly visible
>unsubscribe option.
>
>This leads to two questions:
>
>1. Where is the html template for this options page? It is not one of the
>items found at "Edit the public HTML pages and text files". (The only
>related template I see is for the page that is shown *after* logging in to
>the above page.)


There is no template for the options login page. It is built on the fly
by the loginpage() function in the Mailman/Cgi/options.py module.

You can edit the strings in that module if your lists are English
language only, but changing those strings breaks i18n translations of
them.

A more robust way to do this is to create the path
messages/en/LC_MESSAGES/ and create a mailman.po in that directory
with just the "translations" you need, and then use msgfmt to cerate
the corresponding mailman.mo file.


>2. Where is the text for the unsubscribe confirmation message so we can
>customize that?


See the FAQ at <http://wiki.list.org/x/jYA9>. The name of the template
is unsub.txt.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to