Previous | Contents | Index |
With PMDF you can automatically add one or more signature lines to messages which you send.4 These lines can be used to "sign" messages; in them you can provide addressing information, telephone and FAX numbers, and any other desired text.
To add only a single signature line, line
, define the logical
$ DEFINE PMDF_SIGNATURE "line" |
$ DEFINE PMDF_SIGNATURE "Disclaimer: Don't blame me!" |
To include more than one signature line, create a text file containing the desired lines and then define the PMDF_SIGNATURE logical as follows:
$ DEFINE PMDF_SIGNATURE "@signature-file" |
signature-file
is the name of the file containing the signature lines. Be sure to use
a complete file specification. For example, suppose that the signature
lines are stored in the file PMDF_SIGNATURE.TXT which you keep in your
login directory. Then the correct logical definition would be
$ DEFINE PMDF_SIGNATURE "@SYS$LOGIN:PMDF_SIGNATURE.TXT" |
Signature lines are not attached to messages sent using SEND/FOREIGN. In addition, signature lines cannot be attached to messages sent by VMS MAIL that do not pass through PMDF. If a message is sent to a mixture of PMDF addresses and non-PMDF addresses, only the copies sent via PMDF will have signature information attached. |
4 The facility described here only works when PMDF is running on the computer from which you send your mail messages. It will not work, for instance, when you send messages from a remote DECnet node as described in Section 1.1.3. |
Previous | Next | Contents | Index |