Hi,

Kenneth Bruyninckx wrote:
Hello,

I followed your advice and added the line to mm_cfg.py in mailman/Mailman
I must say that I received an error when adding this line, but after I
removed the underscore from (_('English... it was accepted.
Ah, _() should have been escaped. Try this.
def _(s):
    return s
LC_DESCRIPTIONS['en'] = (_('English (USA)'), 'iso-8859-1')

But, my digest still does not show the charset info.
What could I have done wrong ?
Did you restart mailman qrunner by bin/mailmanctl restart ?




kind regards,

Kenneth.

----- Original Message -----
From: "Tokio Kikuchi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 12:47 PM
Subject: Re: [Mailman-Users] Digest message header filtering



Hi,

I am Cc-ing this reply to the list.
You can always change your preferred charset by adding following
lines in your mm_cfg.py.

LC_DESCRIPTIONS['en'] = (_('English (USA)'), 'iso-8859-1')

This is useful if your list's main language is English but
majority of users are from Latin-1 countries. Plain text
digest will go out with latin characters un-replaced, I believe.

[EMAIL PROTECTED] wrote:

Hello,

I just read your reply to a question on the mail-users list concerning

the

extra headers.
What updates/patches are available in the CVS directory ? I quickly had

a look

but was unable to find much and even less that I understood.
But ok, I will also upgrade to the latest CVS on a test machine first.

Since your name pops up several times on the list I am contacting you

directly

for a question of mine that remained unanswered.
How did you tackle the character-encoding problem of "us-ascii" for

digests ?

Where do I have to make changes ?

For your information I run MM2.1 + qmail + demime.
I know mails using "iso-8859-1" pass demime with flying colours, but

once they

end up in a digest (which is us-ascii :-( ) all non-us-ascii characters
get "transformed".


kind regards,

Kenneth Bruyninckx.


--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


------------------------------------------------------
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to