Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Kimmo Suominen <kim@netbsd.org>
List: source-changes
Date: 03/08/1999 12:48:29
Module Name: pkgsrc
Committed By: kim
Date: Mon Mar 8 20:48:29 UTC 1999
Added Files:
pkgsrc/mail/nmh/patches: patch-cg patch-ch
Log Message:
Fix a long-standing annoyance where MH (and nmh) insists that parts of
type message/* should be encoded in 7bit only. Modern mailers send
error reports encoded in 8bit as well. I see no harm in simply allowing
that through as well (I could see more problems with quoted-printable or
base64 as you'd need to actually decode it before parsing the contents).