
On 9/5/25 03:37, Wikinaut wrote:
It's going about the variable $mailinglist_url in footers. Mark exlained, that in mm >= 3.3.10 this placeholder can be used in footers, given, that you have set up $base_url.
This does not work for me. I need to know, WHERE to set $base_url to make $mailinglist_url become working and replaced in footers.
The base url setting for this is an attribute of the domain. Setting it in the Domains view of Postorius or via REST will not be available until the next release, I.e. Mailman core 3.3.11, Postorius 1.3.14, Mailman Client 3.3.6.
In the mean time with Mailman core 3.3.10, you can set this via mailman shell
or by directly updating the domain
table in the database.
In mailman shell
d = getUtility(IDomainManager).get('mydomain') d.base_url = 'https://mydomain/mailman3/lists' commit()
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan