[118] in Zephyr_Comments
Re: doing zwrite-signature right
daemon@ATHENA.MIT.EDU (John T Kohl)
Wed Oct 26 11:28:35 1988
Date: Wed, 26 Oct 88 11:28:13 EDT
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: zephyr-comments@ATHENA.MIT.EDU, jik@ATHENA.MIT.EDU
In-Reply-To: zephyr-comments:[0115]
From: <jik@ATHENA.MIT.EDU>
Date: Mon, 24 Oct 88 23:59:06 EDT
To: zephyr-comments@ATHENA.MIT.EDU
Make two changes to zwrite:
1. When sending a signature, the "From: " should be a separate
field, i.e. put a null after it.
2. When not sending a signature, you should include two nulls before
the signature to show that there *are* fields for the "From: "
and the signature there, but they're blank.
The problem with this is that existing description files will do the
wrong thing, and you end up with
From:
Foobar Q User
alfj;l
al;fj;la
when you really want the 'From:' and the 'Foobar Q User' on the same
line.
John