PMDF System Manager's Guide


Previous Contents Index

26.1.1 Channel Operation

When the addressing channel processes a message, it scans, from top to bottom, the body of the message for addressing information. Special commands are used to specify addressing information. The rules used for parsing a message are:

  1. The addressing information section begins when the first legal addressing command is encountered; any portion of the message body preceding the addressing information is discarded and not included in the subsequent message.
  2. Whitespace between addressing commands is ignored; (except see rule 3, below).
  3. At least one blank line must separate a printer address (block) from other addresses.
  4. The addressing portion of the message is terminated with a stop or end command or when something other than a legal addressing command is encountered; the portion of the message body following the addressing information is the only part of the message body to be mailed to the To: address list.

The syntax of an addressing command is as follows:


:command-name:value
where command-name is the name of the command and value is the addressing information being specified with the command. A delimiter character other than a colon, :, can be chosen with the DELIMITER channel option. See Section 26.1.3.2.

Command names are case insensitive and can include punctuation or spaces or both. The default command names are

Note

1 If you want to disable the use of the From command, set up an option file which establishes all of the default commands except for the From command. See Section 26.1.3.2.


Previous Next Contents Index