home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031017.tar.gz / mm-ccmd-0.91-20031017.tar / work / mm / help / VARS.DIR / default-from.HLP < prev    next >
Text File  |  1990-12-18  |  946b  |  21 lines

  1. SET DEFAULT-FROM [text string]  -   define a FROM field for all mail
  2.  
  3. If nothing is defined, the FROM field contains your name and userid 
  4.   (address) as shown in the /etc/passwd file.  
  5.  
  6. Possibly, you want to change your name in the FROM field, and leave 
  7.   the userid (address) as it is.  See SET PERSONAL-NAME to do that.
  8.  
  9. SET DEFAULT-FROM changes the entire FROM field in all messages you send
  10.   to the text you provide.  However, fields labelled SENDER and REPLY-TO 
  11.   will then appear, showing your name and userid as in /etc/passwd.  You
  12.   can erase or modify the REPLY-TO field but not the SENDER field.  Setting
  13.   DEFAULT-FROM is the same as using the FROM command with the same text
  14.   every time you send a message.
  15.  
  16. To unset, type SET DEFAULT-FROM with nothing following.  
  17.  
  18. For more help, type "help" and one of the following:
  19. (at any prompt:)  save-init   set   show   set personal-name   signature-file
  20. (at the Send> prompt:)  from
  21.