04-Dec-03 at 09:18, Jon Carnes ([EMAIL PROTECTED]) wrote :
> On Thu, 2003-12-04 at 05:53, Simon White wrote:
> > 04-Dec-03 at 11:29, Simon White ([EMAIL PROTECTED]) wrote :
> > > >From error log:
> > > 
> > > +-+-+
> > >   File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 262,
> > > in prefix_subject
> > >     h.append(s, c)
> > >   File "/usr/local/mailman/pythonlib/email/Header.py", line 285, in
> > > append
> > >     s = s.encode(outcodec, errors)
> > > LookupError: unknown encoding
> > > +-+-+
> > > 
> > > Why did this message not go out? Where else can I look for clues?
> 
> Look at the message itself.  Looks like the message was encoded (or
> tagged) with a value that Python doesn't understand - so it booted it.

> > The message in question had a French subject line with one 8 bit
> > character (�)... could that have caused problems?
> 
> Yes.

Hi,

Thanks a lot for your response. Clearly someone's mail software is
putting in 8 bit headers, not encoding them using RFC 2047, and
therefore Mailman is shunting the mail. At least I know what to look for
now. 

Is there any resource I can read (bar the source) on how 8 bit headers /
bodies are treated? Does Mailman clobber 8 bit bodies, etc etc?

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