[ mailman-Bugs-1235828 ] 2.1.5 to 2.1.6 archives problem

SourceForge.net noreply at sourceforge.net
Mon Jul 11 08:05:52 CEST 2005


Bugs item #1235828, was opened at 2005-07-11 05:41
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1235828&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 6
Submitted By: dfragos (dfragos)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.1.5 to 2.1.6 archives problem

Initial Comment:
I upgraded my mailman to 2.1.6 due to security
problems, and 

1) I can't aply the upgrade because my charset is "el"

2) When I change the charset in all lists, later, when
first new messages comes, all the previous messages
which where posted using the old charset(el) disapear.
I can't use el again because 2.1.6 doesn't have greek.

Any idea?

Thanks :)

----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2005-07-11 06:05

Message:
Logged In: YES 
user_id=67709

Add your language in mm_cfg.py like so:

def _(s):
    return s
add_language('el', _('Greek'), 'iso-8859-7')
del _

and restart mailman.  Then configure your list language as
'Greek.'

Hope it helps.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1235828&group_id=103


More information about the Mailman-coders mailing list