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 useful to putt a link inside message.
I use version 2.1.12 on Centos 6.
Thank you in advance
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 attach footer and most users ignore it. So it could be useful to putt a link inside message.
I am not sure - but when I was young, I learnt that the standard separator for a footer in internet mail is "-- " (without the quotes, of course).
Try changing that to - for example - "____________________" or "********************" and look how Outlook treats it then.
Christian
--
Christian F. Buser, Hohle Gasse 6, CH-5507 Mellingen (Switzerland)
Hilfe fuer Strassenkinder in Ghana: http://www.chance-for-children.org
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 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 useful to putt a link inside message. I am not sure - but when I was young, I learnt that the standard separator for a footer in internet mail is "-- " (without the quotes, of course).
Try changing that to - for example - "____________________" or "********************" and look how Outlook treats it then.
Christian
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:
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 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 useful to putt a link inside message. I am not sure - but when I was young, I learnt that the standard separator for a footer in internet mail is "-- " (without the quotes, of course).
Try changing that to - for example - "____________________" or "********************" and look how Outlook treats it then.
Christian
-- Richard Damon
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 in footer, setting Full Personalization ON first. The problem is that Outlook attach footer and most users ignore it. So it could be useful to putt a link inside message. I use version 2.1.12 on Centos 6. Thank you in advance
Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/specktator%40totallyno...
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 appended to the message body rather than added as a separate MIME part (attachment), but this involves setting content filtering to reduce the message to a single text/plain part or setting scrub_nondigest to Yes. See the wiki page at <https://wiki.list.org/x/4030707> and the "(Details for scrub_nondigest)" link on the admin Non-digest options page.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (5)
-
Christian F Buser -
Mark Sapiro -
nikos -
Richard Damon -
specktator