Re: [Mailman-Users] Personalization in the original email

2006-03-28 Thread Mark Sapiro
Mark Sapiro wrote: > >for part in msg.walk(): >if part.get_content_maintype() == 'text': >del part['content-transfer-encoding'] >part.set_payload(DoReplacements( >part.get_payload(decode=True))) That probably won't work. How abou

Re: [Mailman-Users] Personalization in the original email

2006-03-28 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >I've been trying to get personalization working inside the body of the original >email instead of using header and footer. >I did manage to get it working in plain text and html format, by doing some >tweaking in the Decorate.py file. >However, the code I added to get it

[Mailman-Users] Personalization in the original email

2006-03-28 Thread fmpage
Hi, I've been trying to get personalization working inside the body of the original email instead of using header and footer. I did manage to get it working in plain text and html format, by doing some tweaking in the Decorate.py file. However, the code I added to get it working for multipart/alte