Stanislaw Findeisen wrote: > >I am running a list. available_languages is set to English (USA) and >Polish, and it looks that subject lines of list subscription request >(those that I need to approve) e-mails are in those 2 languages. Perhaps >this depends on the language the subscribing user has selected. The body >is English every time.
The body is in the list's preferred language. I believe this is as it should be. If subscription is via the web, the subject is in the user's selected language. I think this is a bug. I think it should be in the list's preferred language. >Moreover, those Polish subject lines are distorted. It looks that they >contain some Unicode/whatever but are not encoded at all; and the mail >header contains: > >Content-Type: text/plain; charset="us-ascii" >Content-Transfer-Encoding: 7bit The Content-Type and Content-Transfer-Encoding headers refer to the message body which in this case is English and US-ASCII so they are correct. If any message header (e.g. Subject:) contains non-ascii, it must be RFC2047 encoded (or possibly in the case of parameters, RFC 2231 encoded). It seems we are not doing this, so this is also a bug. Thanks for reporting. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
