[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [idn] Some comments
- To: idn@ops.ietf.org
- Subject: Re: [idn] Some comments
- From: "D. J. Bernstein" <djb@cr.yp.to>
- Date: 15 Jan 2001 08:42:30 -0000
- Delivery-date: Mon, 15 Jan 2001 00:44:47 -0800
- Envelope-to: idn-data@psg.com
- Mail-Followup-To: idn@ops.ietf.org
- User-Agent: Mutt/1.2.5i
Sorry to bother you with facts, Dave, but Sendmail has done just-send-8
by default for 8-bit non-MIME messages since version 6.57 in 1993. This
blatantly violates RFC 1652 and the 7-bit restriction in RFC 821.
As for MIME messages, current versions of Sendmail can convert 8-bit to
Quoted-Printable, but there's a popular ``8 flag'' that turns this off,
again in violation of RFC 1652 and RFC 821.
Of course, qmail has always done just-send-8 for all messages. It also
deliberately announces 8BITMIME to subvert Sendmail's Quoted-Printable
conversion. Yes, this violates RFC 1652, but it's exactly the same as
the behavior of many Sendmail installations. (It's what the users want!)
Similarly, Exim does just-send-8 for all messages. It announces 8BITMIME
if you set the accept_8bitmime option.
---Dan