Hi,
The welcome message contains the wrong URL ("example.com") for the list:
Welcome to the "Test" mailing list!
(...)
If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at:
http://example.com/jean-luc.wasmer@domain.com ---------^^^^^^^^^^^
Cheers, Jean-Luc
On 08/17/2016 08:28 PM, Jean-Luc Wasmer wrote:
The welcome message contains the wrong URL ("example.com") for the list:
This is fixed for Mailman 3.1. The templating system and templates have been changed.
In the mean time, you can make a custom version of the welcome.txt template for the site, domain or list. See mailman/templates/en/welcome.txt for the default template.
A custom template can be put in var/templates/site/en/welcome.txt or var/templates/domains/example.com/en/welcome.txt or var/templates/lists/listname.example.com/en/welcome.txt where var is Mailman's configured var_dir.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Hi, I'm having problems with customizing welcome message
It's working fine for var/templates/site/en/welcome.txt
but not for domains or lists , so maybe I'm doing something worng
I'm using a subdomain as mail_host which is different from the URL Host.
I've been trying all these combination, with no success:
var/templates/domains/sub.example.com/en/welcome.txt var/templates/lists/listname.sub.example.com/en/welcome.txt var/templates/lists/listname@sub.example.com/en/welcome.txt
I'm running mailman-bundler version 3.0.0
Thank you
On 02/19/2017 02:05 PM, Maadix wrote:
Hi, I'm having problems with customizing welcome message
It's working fine for var/templates/site/en/welcome.txt
but not for domains or lists , so maybe I'm doing something worng
I'm using a subdomain as mail_host which is different from the URL Host.
I've been trying all these combination, with no success:
var/templates/domains/sub.example.com/en/welcome.txt var/templates/lists/listname.sub.example.com/en/welcome.txt var/templates/lists/listname@sub.example.com/en/welcome.txt
I'm running mailman-bundler version 3.0.0
Templating has changed for MM 3.1, and I don't have a 3.0 platform available for testing, but as far as I can recall, the paths
var/templates/domains/sub.example.com/en/welcome.txt and var/templates/lists/listname.sub.example.com/en/welcome.txt
should be valid for domain and list specific templates and the precedence should be (high to low) list, domain, site, default. I don't know why it isn't working for you.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Jean-Luc Wasmer
-
Maadix
-
Mark Sapiro