bob 001 wrote:
>
>Tried this one too..
>
><a href="mailto:%(list_name)s-request@
>%(host_name)s?subject=unsubscribe%20emuzidem&body=unsubscribe>Unsubscribe</a>
>
>and it just remains like this in incoming email (nothing changes or gets
>converted and appears exactly as above in email)


See my previous reply at
<http://mail.python.org/pipermail/mailman-users/2009-May/065944.html>

The above doesn't work for two reasons:

1) You must use %%20, not %20. %20 causes an interpolation error which
is why nothing gets replaced.

2) The footer is in a text/plain message part, thus html tags will not
work because the text is not being rendered as HTML.

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