Re: [Mailman-Users] HTML footers in multipart emails

2015-07-02 Thread Mark Sapiro
On 07/02/2015 02:30 AM, Yiannis Pericleous wrote: > > It seems I need to provide a custom Decorate Handler, as I need > personalization data in my footer. No. You have a couple of choices. You can investigate using either the "Patching Mailman to solve this problem" patches ot the "Using mimede

Re: [Mailman-Users] HTML footers in multipart emails

2015-07-02 Thread Yiannis Pericleous
Ok, thanks for the tip. It seems I need to provide a custom Decorate Handler, as I need personalization data in my footer. What is the recommended way of doing it?, edit Decorate.py directly (I'd rather not), create a custom SMTPDirect.py that calls my CustomDecorate.py, something else? If I c

Re: [Mailman-Users] HTML footers in multipart emails

2015-07-01 Thread Mark Sapiro
On 06/30/2015 02:28 AM, Yiannis Pericleous wrote: > > I have a multipart (html and text) email and I wish to add an unsubscribe > footer to it. However mailman appends the footer as a new section that is > plain text. Is there a way of making the footer section text/html. If not, > any other wa

[Mailman-Users] HTML footers in multipart emails

2015-07-01 Thread Yiannis Pericleous
Hi, I have a multipart (html and text) email and I wish to add an unsubscribe footer to it. However mailman appends the footer as a new section that is plain text. Is there a way of making the footer section text/html. If not, any other way to include the unsubscribe link in the html part of th