Jan Pieter Cornet wrote: > Um, a Content-Transfer-Encoding header can also occur in mime attachments.
But Sendmail does not check those internal headers. Its checking is done in "chompheader", which only looks at top-level message headers. So if you specifically want to duplicate Sendmail's behaviour, it is enough to look in ./HEADERS. If you want to check internal headers, then you need the code you posted. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

