home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / gnus / 1279 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.2 KB  |  28 lines

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ursa!buzz
  2. From: buzz@bear.com (Buzz Moschetti)
  3. Newsgroups: gnu.emacs.gnus
  4. Subject: Re: Help setting variables
  5. Message-ID: <BUZZ.92Nov18091440@lion.bear.com>
  6. Date: 18 Nov 92 14:14:40 GMT
  7. References: <VAITKUS.92Nov16081050@ceres.lexmark.com>
  8. Sender: news@bear.com
  9. Reply-To: buzz@bear.com (Buzz Moschetti)
  10. Distribution: na
  11. Organization: Bear, Stearns & Co. - FAST
  12. Lines: 13
  13. In-reply-to: vaitkus@ceres.lexmark.com's message of 16 Nov 92 13:10:50 GMT
  14.  
  15. In article <VAITKUS.92Nov16081050@ceres.lexmark.com> vaitkus@ceres.lexmark.com (Keith Vaitkus) writes:
  16.  
  17.    Could some kind soul tell me how I would change the From: field in
  18.    the header? My company has one and only one address for employees --
  19.    It is fixed, and is not related to what machine we post from. However
  20.    whenever I post with gnus, it makes my From: address equal to the 
  21.    machine I am posting from -- Any mail people send to this address
  22.    will be bounced! since it is not the official company address. *sigh*
  23.  
  24. It's not the "From:" header you want to change -- it's "Reply-to:".  Put
  25. this in your ~/.emacs:
  26.  
  27.   (setq mail-default-reply-to "vaitkus@ceres.lexmark.com (Keith Vaitkus)")
  28.