20 Jun
2019
20 Jun
'19
3:55 p.m.
ok I managed to change the settings via mmclient like:
python3.6 manage.py mmclient
m = client.get_list('test@example.com') m.settings['preferred_language'] = 'de' m.settings.save()
but I really hope there is a more convenient way to adjust list settings?
However, it still does not work, even now where the mailman.cfg setting is set to german and also the list settings, there is still the english welcome message sent by mailman...