Schwartz, Robert - IS wrote:

>How can I add an unsubscribe request to the bottom of all emails sent out?  
>Example:  "To unsubscribe select this link"


Without modifying code or creating your own CGI, PHP, etc. process to
do the unsubscribe, you can't have a one-click unsubscribe that
doesn't require confirmation.

What this list and others do is something like the following which
takes you to a page with an unsubscribe button which requires
confirmation by email or login to unsubscribe without confirmation.

>Unsubscribe: 
>http://mail.python.org/mailman/options/mailman-users/mark%40msapiro.net

The above is created with the text

Unsubscribe: %(user_optionsurl)s

in msg_footer. You could make this, e.g..

Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/mark%40msapiro.net?login-unsub=Unsubscribe

to do the equivalent of clicking the Unsubscribe button on the options
login page by putting

Unsubscribe: %(user_optionsurl)s?login-unsub=Unsubscribe

in msg_footer.

Either of the above require the list to be personalized in order to
work, and they can't be used with digest_footer because digests aren't
personalized.

-- 
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