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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/JCZ7GKYDCWBZWZMV4RC5DQ2DTX3ZTZ5Z/

This message sent to [email protected]

Reply via email to