From xemacs-m  Mon Mar 10 11:50:16 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA00956
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 11:50:14 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcghj01284; Mon, 10 Mar 1997 12:50:15 -0500 (EST)
Date: Mon, 10 Mar 1997 12:50:15 -0500 (EST)
Message-Id: <QQcghj01284.199703101750@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: Bug in vm
In-Reply-To: <199703101310.OAA26302@daedalus.tnt.uni-hannover.de>
References: <199702271328.OAA09887@daedalus.tnt.uni-hannover.de>
	<199702271348.OAA10286@daedalus.tnt.uni-hannover.de>
	<QQcesq19835.199702271708@crystal.WonderWorks.COM>
	<199703070225.DAA22264@daedalus.tnt.uni-hannover.de>
	<QQcftx03390.199703070229@crystal.WonderWorks.COM>
	<199703101310.OAA26302@daedalus.tnt.uni-hannover.de>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Heiko Muenkel writes:
 > >>>>> "Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 >     Kyle> Heiko Muenkel writes: NUL (ASCII code 0) cannot be
 >     Kyle> transmitted reliably without encoding.  Since NULs usually
 >     Kyle> mean binary data, VM chose base64 encoding.  The problem
 >     Kyle> with your message is that there was no
 >     Kyle> content-transfer-encoding header.  I suspect that something
 >     Kyle> stripped it out in transit.
 >     >>  I think, that there was no content-transfer-encoding header in
 >     >> my mail, because I did not add such a header and I did not add
 >     >> such a header, because I did not expect, that VM encoded my
 >     >> mail. vm should display a warning message (not sure, if there
 >     >> wasn't such a message :-)) and add a content-transfer-encoding
 >     >> header, if it converts text automaticly.
 > 
 >     Kyle> VM automatically adds the header if it encodes the mail.
 >     Kyle> That's why I think something stripped it out.
 > 
 > Hmm. I'm using tm together with vm. Do you or anyone else think, that
 > this could be the reason?

Yes, it could be.

