[6587] in Athena Bugs
rt 7.1H: zwrite
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Dec 12 10:41:46 1990
To: bugs@ATHENA.MIT.EDU
Date: Wed, 12 Dec 90 10:41:30 EST
From: dougie <dougie@ATHENA.MIT.EDU>
System name: bill-the-cat
Type and version: RTPC-ROMPC 7.1H
Display type: apa16
What were you trying to do?
Nothing, really... I just broke zwrite by looking at it.
What's wrong:
I was frobbing w/ zwrite and noticed that:
zwrite ""
will send a message to class message, instance personal, recipient *.
What should have happened:
zwrite shouldn't do that. I gave it an empty string as a recipient
and it sent a zwrite to everybody subbed message,personal,*.
Please describe any relevant documentation references:
In fact, zwrite states this in it's usage info:
recipients must be specified unless -c or -f specifies a class
other than the default class or -i or -f specifies an instance
other than the default or urgent instance
I didn't specify a recipient, class, nor an instance. It shouldn't have
sent a zwrite; it should have given me a usage error.