[Mimedefang] Truncated long MIME Content-Transfer-Encoding header

David F. Skoll dfs at roaringpenguin.com
Fri Oct 28 10:54:17 EDT 2005


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.



More information about the MIMEDefang mailing list