>>>>> "Ivan" == Ivan Fetch <[EMAIL PROTECTED]> writes:

    Ivan> I'm confused as to why the unknown encoding is "unknown" -
    Ivan> can someone shed light on this?

Probably because some less-than-conformant agent put that literal
string in a Content-Type header.  Try grepping the spool for
"charset=unknown" (or just "unknown") and look carefully at the
message found.  I've seen that "charset" in spam messages (at least).

BTW, from Mailman's (actually, Mailman just passes the buck to Python)
point of view, it's unknown because there is no codec (character
encoder/decoder modules) for a charset named "unknown".  You'd run
into the same thing if the charset were, say, "hellspark".  I get this
kind of thing all the time (in a different Python application) because
Mac OS X defaults to "X-Mac-Japanese" in my locale.  :-(


-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.
------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to