Re: Attachment altered because of 7 bit (none) encoding.
> username@server:~ % od -c a.lyx
> 0000000 \ e n d _ i n s e t \r \n \r \n .
> 0000020 \r \n T h e \r \n \r \n
> 0000032
$ od -c testdot
0000000 # \n \n . \n \n # \n
0000010
> username@server:~ % mail username < a.lyx
$ mail username < testdot
> username@server:~ % tail -38 /var/mail/username
[...]
> X-DSPAM-Signature: 4395fd5728541661324117
>
> \end_inset
>
> ..
> The
>
>
>
> !DSPAM:4395fd5728541661324117!
$ tail /var/spool/mail/username
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
#
.
#
To remove any doubts:
$ tail /var/spool/mail/username | od -c
0000000 M I M E - V e r s i o n : 1 .
0000020 0 \n C o n t e n t - T y p e :
0000040 t e x t / p l a i n ; c h a r
0000060 s e t = u s - a s c i i \n C o n
0000100 t e n t - T r a n s f e r - E n
0000120 c o d i n g : 7 b i t \n \n # \n
0000140 \n . \n \n # \n \n
0000147
> DOT GET DOUBLED.
Dot did not get doubled.
$ mail -V
nail 10.5 4/27/03
--
Leszek.
-- lech7@xxxxxx 2:480/33.7 -- REAL programmers use INTEGERS --
-- speaking just for myself...