(9845) MAIL Command Syntax, Distribution List?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9845) MAIL Command Syntax, Distribution List?

Post by User » Wed Sep 22, 2004 9:26 am

This question is in regards to the VMS-MAIL facility.

We recently upgraded to VMS 7.3-1, running on an AlphaServer 8400 5/625
Our MAIL version is V1.0

Prior to the upgrade, a command similar to the following would work:

MAIL/SUBJECT="TEST MAIL" "@DAVE.DIS"

Since the upgrade, VMS-Mail cannot find the distribution list, as it seems to
be appending the root logical name of the default directory into the search
path. (See error below).

I have set default to a directory defined as MIS$USERS:[REYNOLDS_DE]. The .DIS
in question resides in this directory. The following command returns the
following error message:

Code: Select all

$ MAIL/SUBJECT="TEST MAIL" "@DAVE.DIS"
%MAIL-E-OPENIN, error opening MIS$USERS:"@DAVE.DIS".; as input
-RMS-F-FNM, error in file name
Is a patch available for this error?


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9845) MAIL Command Syntax, Distribution List?

Post by Wizard » Thu Sep 23, 2004 9:26 am

The OpenVMS Wizard expects the following structure for a MAIL
command:

Code: Select all

  $ MAIL [filespec] [recipient-name]
Something else would have changed in your environment, as:

Code: Select all

  $ MAIL "@DAVE.DIS"
would not have been expected to function on any OpenVMS release.

Put another way, please try the following test:

Code: Select all

  $ MAIL/SUBJECT="Test Mail Message" NLA0: "@DAVE.DIS"

Locked