Is it possible to use html in footer for all emails sent to list?

Hi,
I am trying to set up mailman for the first time and would like to add an html image link into the footer of each email that is sent to the list. At the moment all I am seeing is the raw html.
So far I have changed the following settings:
Should Mailman convert text/html parts to plain text? This conversion happens after MIME attachments have been stripped. - set to "no"
Made sure all users have 'plain' unchecked
Added 'text/html' to pass mime types
But still I am just getting the html and not the image link.
Would someone be able to help me get this set up?
Thanks,
Nick

Nick Putman wrote:
This has no effect on individual messages. It only affects the format of the digest for digest subscribers.
Because msg_footer is always either appended to the body of a simple text/plain message or added as a separate text/plain part. Thus any HTML in the footer is displayed as text rather than rendered as HTML.
Without modifying the code that adds the footer to the message, there's nothing you can do about this.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Nick Putman wrote:
This has no effect on individual messages. It only affects the format of the digest for digest subscribers.
Because msg_footer is always either appended to the body of a simple text/plain message or added as a separate text/plain part. Thus any HTML in the footer is displayed as text rather than rendered as HTML.
Without modifying the code that adds the footer to the message, there's nothing you can do about this.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Nick Putman