[Mailman-Users] mailman 2.1.5 subject line problem

David Relson relson at osagesoftware.com
Thu Sep 2 20:04:11 CEST 2004


On Thu, 2 Sep 2004 15:40:13 +0200
Brad Knowles wrote:

> At 5:16 PM +0200 2004-09-01, Rimgaudas Laucius wrote:
> 
> >  But now i see that it is related only to windows encoding (with
> >  other encodings: ISO, UTF is all right) and i guess it is not
> >  python problem because i have installed 2.2.1 version.
> 
> 	For Mailman 2.1.5, you need Python 2.3 or higher.  See 
> <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq05.008.htp
> >.
> 

AFAICT, Rimgaudaus is reporting that subject
"=?windows-1257?Q?=E0=FEe=E1=F8=EB=E6=FB?=" worked fine with
mailman-2.1.4 and doesnt work with mailman-2.1.5.  When using a
different encoding, e.g. "=?iso-8859-13?Q?=E0=FEe=E1=F8=EB=E6=FB?=",
works fine with both 2.1.4 and 2.1.5

Given the info, I decided to use the command line to run a simple test
-- messages to a user and to a list, i.e.:

  SUBJECT="=?windows-1257?Q?=E0=FEe=E1=F8=EB=E6=FB?="
  echo test | mail -s"$SUBJECT" user at osagesoftware.com
  echo test | mail -s"$SUBJECT" list at osagesoftware.com      

The admin page, i.e. mailman/admindb/test, shows "Subject: ??e???" which
is fine.  Both arrived correctly and my MUA shows the subject as
"__e___" which is acceptable.

I'm using mailman-2.1.5 on Mandrake 10.0 with python-2.3.3

Regards,

David



More information about the Mailman-Users mailing list