07-Jan-04 at 20:05, Thomas Hochstein ([EMAIL PROTECTED]) wrote :
> [EMAIL PROTECTED] ("Valdir A. Soares") scripsit/wrote:
> 
> > UnicodeError: ASCII encoding error: ordinal not in range(128)
> > --------------------------------------------------------------------------------
> >
> > I couldn't solve this problem and I will appreciate your help.
> 
> Just guessing: that may be due to 8-bit-characters in the message
> headers of incoming mail (which are forbidden there and have to be
> encoded as MIME encoded words).
> 
> Anyway, it would be nice if Mailman could handle that a bit more
> gracefully (even if the sending client/server is at fault here).

While Internet messages should indeed either be sent 7-bit or in
8BITMIME format, the clean thing to do for all those broken and borked
MTAs out there is to either

- handle this on your MTA by enforcing strict 7-bit headers
- have Mailman drop the high order bit to zero (in the headers or the
  body) if MIME content is incorrectly encoded or not compliant for
  whatever reason

The first option should be easy. The second requires a patch...

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
     Bridging the gap between management, HR and the tech team.

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

Reply via email to