Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!YMIR.BITNET!NED From: NED@YMIR.BITNET (Ned Freed) Newsgroups: comp.os.vms Subject: RE: Sending mail from a remote DECnet task (Problems) Message-ID: <8705020446.AA00932@ucbvax.Berkeley.EDU> Date: Wed, 29-Apr-87 16:48:00 EDT Article-I.D.: ucbvax.8705020446.AA00932 Posted: Wed Apr 29 16:48:00 1987 Date-Received: Sun, 3-May-87 04:32:51 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 10 The reason that MAIL behaves peculiarly from a DECnet task is that MAIL assumes it is acting as a network object when it runs within a network job. It tries to open SYS$NET and talk its little NJE protocol on the link. MAIL is not unique in this respect; a lot of utilities operate in a different mode when run as a network process (e.g. PHONE). Your idea of running MAIL as a subprocess will probably avoid this difficulty. Ned