Web links in templates - is this non-default?
Hi,
From Mailman 2 I am used to various administrative emails having web links in them for ease of use. For example, when confirming your subscription to a list I am used to the confirmation email having both an embedded code for replying back and also a link to the web interface for confirming by web.
On a new install of mailman3-full on Debian 11 I am not seeing any web links, only text regarding replying by email, how to change options by email, etc.
Am I right in thinking that this is intentional, it is not some simple thing that I missed or forgotten to enable? I'm assuming because mailman3 can function without any web interface so it was considered that adding links to Postorious by default would not be the correct thing to do?
If that is the case, is the correct way to achieve what I want to add a bunch of custom templates? It seems like it might be a common desire, so have anyone done this already? I searched around but I've found it difficult to come up with good search terms for this.
Thanks, Andy
This thread really belongs on mailman-users@mailman3.org
On 6/18/22 11:26, Andy Smith wrote:
On a new install of mailman3-full on Debian 11 I am not seeing any web links, only text regarding replying by email, how to change options by email, etc.
Am I right in thinking that this is intentional, it is not some simple thing that I missed or forgotten to enable? I'm assuming because mailman3 can function without any web interface so it was considered that adding links to Postorious by default would not be the correct thing to do?
That is correct. Mailman core does not know how to access your web UI or if you even have one.
If that is the case, is the correct way to achieve what I want to add a bunch of custom templates? It seems like it might be a common desire, so have anyone done this already? I searched around but I've found it difficult to come up with good search terms for this.
Yes, that is the solution. In Postorius, you can set list specific or domain specific templates, but not site wide templates. You can set site templates in Mailman's var/templates/site/<LC>/
On the server for this list we have these templates which include appropriate URLs
$ ll /opt/mailman/mm/var/templates/site/en
total 64
drwxr-xr-x 2 mailman mailman 4096 Jun 29 2021 .
drwxr-xr-x 4 mailman mailman 4096 Jul 2 2021 ..
-rw-rw-r-- 1 mailman mailman 608 Dec 31 2018
domain:admin:notice:new-list.txt
-rw-rw-r-- 1 mailman mailman 338 Dec 31 2018 list:admin:action:post.txt
-rw-r----- 1 mailman mailman 252 Feb 18 2020
list:admin:action:subscribe.txt
-rw-r----- 1 mailman mailman 256 Jun 29 2021
list:admin:action:unsubscribe.txt
-rw-r----- 1 mailman mailman 173 Jun 29 2021 list:admin:notice:pending.txt
-rw-r----- 1 mailman mailman 203 Apr 30 2020 list:member:digest:footer.txt
-rw-rw-r-- 1 mailman mailman 421 Dec 31 2018
list:member:digest:masthead.txt
-rw-rw-r-- 1 mailman mailman 231 Apr 30 2020
list:member:regular:footer.txt
-rw-r----- 1 mailman mailman 688 Jan 21 2021 list:user:action:invite.txt
-rw-r----- 1 mailman mailman 880 Jan 21 2021
list:user:action:subscribe.txt
-rw-r----- 1 mailman mailman 866 Jan 21 2021
list:user:action:unsubscribe.txt
-rw-rw-r-- 1 mailman mailman 241 Dec 31 2018 list:user:notice:post.txt
-rw-rw-r-- 1 mailman mailman 804 Dec 31 2018 list:user:notice:probe.txt
-rw-rw-r-- 1 mailman mailman 633 Dec 31 2018 list:user:notice:welcome.txt
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Andy Smith
-
Mark Sapiro