home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / VARS.DIR / header-options-file.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  874 b   |  23 lines

  1. SET HEADER-OPTIONS-FILE filename  -  define a file of extra header fields
  2. Usually:                /dev/null
  3.  
  4. The HEADER-OPTIONS-FILE variable defines a file containing extra header
  5.   fields to be placed in all outgoing messages.  
  6.  
  7. The file must contain header fields in the format "label: data", that is, 
  8.   a single word (a string with no spaces), a colon, a space, and then 
  9.   whatever text you like.  Each header field must be one line. 
  10.  
  11. To have no header-options-file, use the special filename /dev/null,
  12.   which is the standard empty file.
  13.  
  14. Example:
  15.     MM>set header-options-file ~/.mmheaders
  16.   Your file .mmheaders contains a line like:
  17.     Office: 800 Watson
  18.   Now your outgoing mail will show your office address.
  19.  
  20. For more help, type "help" and one of the following:
  21. (at any prompt:)  save-init   set   show   set user-header
  22. (at the Send> prompt:)  user-header
  23.