[Mailman-Users] help with shunting problems - scrubber?

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Wed Jun 4 03:56:33 CEST 2003


Tobias,

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') 







More information about the Mailman-Users mailing list