On Wed, 2005-05-04 at 13:16 -0400, Valdis.Kletnieks@vt.edu wrote: > On Wed, 04 May 2005 10:01:56 PDT, Dave Hansen said: > > > -6) No MIME, no links, no compression, no attachments. Just plain text. > > +6) No MIME, no links, no compression. Just plain text. > > Logically buggy. You can't have an attachment without the MIME markup that > *says* it's an attachment. I think what you meant was "No Content-Type-Encoding": > i.e. 'none' is acceptable, but 'quoted-printable' (which causes all the > spurious =20 and =3D you sometimes see) and 'base64' (uuencode on steroids) > aren't.... Thanks for pointing out my flawed logic. I wasn't quite sure what was MIME and what wasn't. How about the attached patch, instead? -- Dave