[Mailman-Developers] encoding the subject line..

Barry A. Warsaw barry@python.org
Thu, 17 Oct 2002 13:29:57 -0400


Dang, even with your setting I still get the header unencoded.

I don't have Python 2.2[.0] or OSX around at the moment to see if
that's an issue, so I'd like you to try two things.  Save the attached
file and then do this, assuming you installed Mailman in the default
location.

% PYTHONPATH=/usr/local/mailman/pythonlib python test.py
email version: 2.4.3
email path: /usr/local/mailman/pythonlib/email/__init__.pyc
quick test
% python test.py
email version: 2.4.3
email path: /usr/local/lib/python2.2/email/__init__.pyc
quick test

-Barry