Stephen J. Turnbull wrote: 

>Henrik Rasmussen writes:
>
> > UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in
> > position 5: ordinal not in range(128) 
>
>Your user is sending mail with raw 8-bit characters (in this case
>probably meaning "ΓΈ") in the headers.  This is forbidden by RFC 2822.
>The universally accepted way to do this is by using MIME encoded words.

That's plausible. The mailheader of the confirmation reply contains "This is a 
MIME message", but the message seems to be multipart MIME, containing both

Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

and 

Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Description: HTML

>The only reasonable solution is to get your users to stop doing that.
>This may require them to subscribe that address from a different MUA.

This would not be a practicable solution, since we have subscribers from around 
the world.

Henrik
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to