Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 8 Apr 2011 19:19:33 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: GSoC

On Fri, Apr 08, 2011 at 02:49:42PM +0400, Solar Designer wrote:
> It looks like the student's Cyrillic name (or rather, a specific
> Cyrillic charset) triggers Rich's spam filter.  Let me try again with
> the name removed (replaced with dots). :-)

Sorry. I've taken that filter off now. For what it's worth, adding
this to your .muttrc will prevent mutt from choosing legacy charsets
and always send UTF-8 (or ASCII if all the characters fit in ASCII):

set send_charset="us-ascii:utf-8"

Note that musl's iconv does not yet support KOI-8R, so I can't read
messages sent with that encoding. I am planning to overhaul the legacy
charset support in iconv.c soon though. Suppose I should add a list of
"important" charsets to the 1.0 wishlist...

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.