Re: [Mailman-Users] Unsubscribe link

2018-05-30 Thread Richard Damon
The issue is that programmatically adding content to an HTML section is problematic, as you need to parse and build up a rendering of the content to figure out where you need to add the ew content. Just adding it at the end can often end up with strange results. On 5/30/18 6:44 AM, nikos wrote: >

Re: [Mailman-Users] Unsubscribe link

2018-05-30 Thread nikos
Hello list. Christian unfortunately didn't work... Mark It have to be html message for commercial reasons. Thank you all for your answers.   On 29/05/2018 7:24 μμ, Christian F Buser wrote: > Hello nikos. On Tue, 29 May 2018 16:49:13 +0300, you wrote: > >>Is possible to insert somehow a unsub

Re: [Mailman-Users] Unsubscribe link

2018-05-29 Thread Mark Sapiro
On 05/29/2018 06:49 AM, nikos wrote: >Hello list. > >Is possible to insert somehow a unsubscribe link inside the message >instead in footer? There is no way short of modifying code to insert personalized information in the body of a message. There are ways to ensure the footer is ap

Re: [Mailman-Users] Unsubscribe link

2018-05-29 Thread specktator
Nick, I've tried that too. I don't think there's a way ... or at least I haven't found it yet On 29/05/2018 04:49 μμ, nikos wrote: Hello list. Is possible to insert somehow a unsubscribe link inside the message instead in footer? After many tries I manage to put a direct link

Re: [Mailman-Users] Unsubscribe link

2018-05-29 Thread Christian F Buser via Mailman-Users
Hello nikos. On Tue, 29 May 2018 16:49:13 +0300, you wrote: >Is possible to insert somehow a unsubscribe link inside the message >instead in footer? > >After many tries I manage to put a direct link in footer, setting Full >Personalization ON first. The problem is that Outlook att

[Mailman-Users] Unsubscribe link

2018-05-29 Thread nikos
Hello list. Is possible to insert somehow a unsubscribe link inside the message instead in footer? After many tries I manage to put a direct link in footer, setting Full Personalization ON first. The problem is that Outlook attach footer and most users ignore it. So it could be

Re: [Mailman-Users] Unsubscribe link on msg_footer

2009-12-17 Thread Mark Sapiro
Andrea Cappelli wrote: > >I try to do this adding in msg_footer the following >Unsubscribe: >%(user_optionsurl)s?password=%(user_password)s&unsub=1&unsubconfirm=1 > >but Mailman (2.1.11 on Debian Lenny) said me that I can't use >user_optionsutl in this variable > >There is any other way to do this

Re: [Mailman-Users] Unsubscribe link on msg_footer

2009-12-17 Thread Steff Watkins
> -Original Message- > From: mailman-users-bounces+s.watkins=nhm.ac...@python.org > [mailto:mailman-users-bounces+s.watkins=nhm.ac...@python.org] > On Behalf Of Andrea Cappelli > Sent: 17 December 2009 11:27 > To: mailman-users@python.org > Subject: [Mailman-Users

[Mailman-Users] Unsubscribe link on msg_footer

2009-12-17 Thread Andrea Cappelli
Hi list, I would place in email footer the link to give possibility to the user to unsubscribe (possibly directly, without insert the password) I try to do this adding in msg_footer the following Unsubscribe: %(user_optionsurl)s?password=%(user_password) s&unsub=1&unsubconfirm=1 but Mailman (2.1.