PMDF User's Guide
OpenVMS Edition
PMDF-USR-VMS-6.0


Previous | Contents

1.1.9 Header lines in messages

PMDF uses two sources of information to construct message headers for messages it receives from VMS MAIL.6 The first is VMS MAIL itself, which provides a To:, From:, Cc:, and Subject: line, and a list of addressees. The second source of information is logical names which you yourself may define. The logical names shown in the second column of Table 1-2 may be defined to create the associated header lines. You do not need to define all of the logicals shown; only those in which you are interested. These logical names only work when PMDF is running on the system from which you send your mail. They will not, for instance, have any effect if your send mail to PMDF from remote DECnet node as described in Section 1.1.3 .

For instance, to add an "Organization: Spacely Sprockets, Inc." header line to mail messages which you send, define the PMDF_ORGANIZATION logical with the command

$ DEFINE PMDF_ORGANIZATION "Spacely Sprockets, Inc."

1.1.9.1 Date: header lines

The Date: line is filled in with the current date and time obtained from the operating system, along with the time zone specified by the system logical name PMDF_TIMEZONE. The date and time format used conforms to RFC 822 guidelines.

1.1.9.2 Priority: header lines

The contents of the Priority: header are used by PMDF to determine what sort of processing to perform on the message, and when to perform it. The value of the Priority: header should be one of: "third-class", "second-class", "non-urgent", "normal", and "urgent". The last three of these values are standardized in RFC 1148; the first two are used only by PMDF.

PMDF processes messages in order according to their priority. That is, messages marked urgent will be processed before messages marked non-urgent, and so on. In addition PMDF can be configured to process messages of a given priority or greater immediately and defer processing of lower priority messages until a periodic job runs. This behavior is controllable by your system manager.

Messages that are not explicitly marked with their priority are considered to be of normal priority.

Table 1-2 Header lines controlled via logical name definitions
Header line Logical name Notes
Comments: PMDF_COMMENTS 1, 6
Errors-to: PMDF_ERRORS_TO 3, 4, 6, 9
Importance: PMDF_IMPORTANCE 2, 6, 9
Keywords: PMDF_KEYWORDS 1, 6
Organization: PMDF_ORGANIZATION 5, 6, 9
Priority: PMDF_PRIORITY 2, 6, 7, 9
References: PMDF_REFERENCES 1, 6
Reply-to: PMDF_REPLY_TO 5, 6
Sensitivity: PMDF_SENSITIVITY 2, 6, 9
Warnings-to: PMDF_WARNINGS_TO 3, 4, 6, 9
X-FAX-defaults: PMDF_X_FAX_DEFAULTS 6, 8, 9
X-PS-qualifiers: PMDF_X_PS_QUALIFIERS 6, 8, 9


Notes