start fails when I use
# The default language for this server. default_language: en [language.en] charset: utf-8 enabled: yes
when I comment out the lines above, mailman starts.
Am 09.01.2019 um 20:53 schrieb Jörg M. Schulz <js@jslz.de>:
and: When I put the stanza
[language.en] into the mailman.cfg, the service doesn’t restart: … PermissionError: [Errno 13] Permission denied: '//var/templates'
somehow the template path gets lost by defining this section. Possibly, somewhere the path to the .en / language templates must be set. How, where?
Am 09.01.2019 um 20:50 schrieb Mark Sapiro <mark@msapiro.net <mailto:mark@msapiro.net>>:
Mark Sapiro wrote:
You can change this for English by putting
[language.en] charset: utf-8
in your mailman.cfg. This works because us-ascii is a proper subset of utf-8.
I forgot to mention that there is a potential downside to the above. Because of the way the Python email library treats UTF-8 message bodies, list messages with UTF-8 bodies are sent with the body base64 encoded. This may or may not be an issue depending on whether you look at raw messages or perhaps grep mailboxes looking for things.
Mailman-users mailing list -- mailman-users@mailman3.org <mailto:mailman-users@mailman3.org> To unsubscribe send an email to mailman-users-leave@mailman3.org <mailto:mailman-users-leave@mailman3.org> https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ <https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/>