LANGFORD@VCUVAX.BITNET (Bob Langford) (04/29/87)
I think the "problem" is MAIL; it behaves differently when in NETWORK mode. The MAIL program checks to see if it is being run as a network task; if so, it assumes that it is supposed to deliver a message to the machine it's on from a remote system. It then copies the message sent from the originating system, and does the delivery. This is a tricky way of not having two images for MAIL. If you read the source code for mail, you'll see several references to things like this, including the /PROTOCOL qualifier, whose effect I haven't figured out yet. If you copied something TO the task you have been testing with, you might find it MAILed to some place on the receiving system, but probably not unless you got the format of the data just right....