![](https://secure.gravatar.com/avatar/746f7519ba02fb0d815e59f305c53fa2.jpg?s=120&d=mm&r=g)
Justin Denick wrote:
This won't work for at least two reasons
I tried but mailman kept messing up the html tags
This is one of the reasons. Mailman replaces things like < and > with < and > to avoid cross site scripting (XSS) attacks.
The main reason this won't work is that the footer appears in a text/plain message part, so tags will not be interpreted as HTML anyway, but you can just put something like
To unsubscribe visit %(user_optionsurl)s?password=%(user_password)s&unsub=1&unsubconfirm=1
in msg_footer and many MUAs will make it a clickable link anyway. Note that you also need the unsubconfirm=1 which corresponds to the "Yes, I really want to unsubscribe" checkbox.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (1)
-
Mark Sapiro