From owner-freebsd-hackers Wed Dec 18 13:06:09 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA27595 for hackers-outgoing; Wed, 18 Dec 1996 13:06:09 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id NAA27589 for ; Wed, 18 Dec 1996 13:06:04 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA10394; Wed, 18 Dec 1996 14:04:22 -0700 From: Terry Lambert Message-Id: <199612182104.OAA10394@phaeton.artisoft.com> Subject: Re: 8-bit characters in gecos field To: davidn@freefall.freebsd.org (David Nugent) Date: Wed, 18 Dec 1996 14:04:22 -0700 (MST) Cc: freebsd-hackers@freebsd.org In-Reply-To: <199612181348.FAA06937@freefall.freebsd.org> from "David Nugent" at Dec 19, 96 00:48:41 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've been entertaining the idea of having pw(8) allow 8-bit > characters in the passwd GECOS field. It was suggested earlier > that this might cause problems in email, but as far as I can > determine, sendmail handles this correctly by conversion to > quoted-printable. Other MIME mailers seem to do much the same > thing (ie. zmailer 2.99.x). Whether or not this is readable > on the receiving system depends of course on the character-set > header, but this becomes more an issue to do with user/system > configuration. This assumes that it supports the ESMTP extention "8BITMIME"; the unextended RFC821 (minimal implementation, no RFC1425 "EHLO") does not allow 8 bit characters. You might also see problems with POP3 (but not IMAP4). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.