[Mailman-Users] Footer as attachment in Outlook problem.

Mark Sapiro mark at msapiro.net
Mon Oct 24 19:49:19 CEST 2011


Serving Soon wrote:
>
>By the way, the footer now is not an attachment but the unsubscribe link in
>the footer is not clickable.
>
>I wonder if there is a solution for the link?


You could try coding it as an HTML tag, e.g.

<a href="%(user_optionsurl)s">Unsubscribe</a>

or whatever you do to generate the URL. Of course this will be pretty
ugly in the plain text part and perhaps not recognized as a URL by an
MUA that displays that part and renders recognized URLs as clickable
in plain text.

Unsubscribe: <a href="%(user_optionsurl)s">%(user_optionsurl)s</a>

might be preferable for someone who uses a non-Outlook MUA and chooses
a plain text view.

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



More information about the Mailman-Users mailing list