Inserting content to an html message (aka: unsubscribe link).

Hello
Is anyone working on the subject ?
can anyone suggest approaches, I'm pretty new to mailman's code
I know the its considered impossible, and that html messages are
considered bad, but there is no other way to format, for example
, bidi languages in non-html emails,
and listserv, for example, can embed link (e.g : unsubscribe) in the
footer of an html message (AFAIK)
I'd like to implement this, I think it shouldn't be that hard, and would
work in most cases.

Asaf wrote:
Is anyone working on the subject ?
As far as I know, no one is working on inserting headers/footers/etc into HTML message bodies.
can anyone suggest approaches, I'm pretty new to mailman's code
If you just set msg_footer with the desired information, it won't be inserted in the HTML body, but it will be appended to the message as an additional text/plain part and should be displayed by MUAs (mail clients).
If you want to actually add the footer in the HTML, see the FAQ at http://wiki.list.org/x/84A9 to get an idea of the problems involved in doing this.
participants (2)
-
Asaf
-
Mark Sapiro