Hi Mark,
Mark Sapiro 於 2019/10/26 上午2:08 寫道:
The issue is the list welcome message is sent in the character set of the new member's preferred language and if that is not set in the subscription request, and it's not possible to do that in Postorius, it defaults to the installation's preferred language.
It should probably default to the list's preferred language. See <https://gitlab.com/mailman/mailman/issues/608>
You have two choices:
You can set the installation's default language by putting
[mailman] default_language: zh_TW
in your mailman.cfg, or you can leave the default language English and set the character set for English to utf-8 by putting
[language.en] charset: utf-8
in your mailman.cfg.
Thanks for your help. After trying I found that it only worked when I set the [language.en] charset to utf-8. If I didn't set this but only set default_language in [mailman] section to zh_TW it still sent ? in the welcome messages.
I commented in the issue.
Thanks, Franklin