It is bad idea to copy the Defaults.py to mm_cfg.py then edit the latter. The former may change when updating your version.
You can get my i18n-related patch from http://mm.tkikuchi.net/mailman-2.1.2+patch.20030429
in mailman-2.1.2 dir, type $ patch -p0 < path/to/this_patch
then, configure, make install and restart.
If it doesn't work, I can't help you.
Tokio
Tobias Eigen wrote:
Hi Tokio - here is my mm_cfg file - are there any problems with it?
-T
# -*- python -*-
# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Distributed default settings for significant Mailman config variables. """
# NEVER make site configuration changes to this file. ALWAYS make them in # mm_cfg.py instead, in the designated area. See the comments in that file # for details.
# add_language('en', _('English (USA)'), 'us-ascii')
add_language('en', 'English', 'iso-8859-1')
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
