sorry,
Tokio Kikuchi wrote:
> Tobias,
>
> The shunted messages which you sent caused no error on my installation.
> Try putting following statement in your mm_cfg.py and restart mailman.
>
> add_language('en', _('English'), 'iso-8859-1')
should read
add_language('en', 'English', 'iso-8859-1')
Tokio