changing default preferred language of list
Hi MM community, need a little advise. We're running mailman in a Docker Container (maxking)
Mailman Core Version GNU Mailman 3.3.5 (Tom Sawyer) Mailman Core API Version 3.1 Mailman Core Python Version 3.8.10 (default, May 6 2021, 06:30:44) [GCC 9.3.0]
As far as I understood, it should be pretty easy. My wish: every new list we create has a default value for the preferred language: de (instead of us) Like described here: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
We put the values in:
[mailman] default_language: de
"/etc/mailman.cfg" and "/opt/mailman/mailman-extra.cfg" Nothing changes. When I create a new list via Postorius, is see the preferred language is US. Am I missing something? Is the default always US? And I have to change it manually?
Cheers in advance! Paul
On 3/29/22 13:01, Paul Paulchen wrote:
As far as I understood, it should be pretty easy. My wish: every new list we create has a default value for the preferred language: de (instead of us)
...
We put the values in:
[mailman] default_language: de
"/etc/mailman.cfg" and "/opt/mailman/mailman-extra.cfg" Nothing changes. When I create a new list via Postorius, is see the preferred language is US.
This is a bug in Mailman's REST API. I just created https://gitlab.com/mailman/mailman/-/issues/997 for this.
Creating the list via mailman create
sets the list's preferred
language as expected, but creating it via the REST API whoch Postorius
uses does not.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Paul Paulchen