Mercurial > emacs
changeset 52320:af0e45b62c3e
(mail-specify-envelope-from): Doc change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 24 Aug 2003 15:22:13 +0000 |
parents | c701edc37ab5 |
children | e4b050573b12 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sun Aug 24 15:20:38 2003 +0000 +++ b/lisp/mail/sendmail.el Sun Aug 24 15:22:13 2003 +0000 @@ -68,11 +68,12 @@ (defcustom mail-specify-envelope-from nil "*If non-nil, specify the envelope-from address when sending mail. The value used to specify it is whatever is found in -`mail-envelope-from', with `user-mail-address' as fallback. +the variable `mail-envelope-from', with `user-mail-address' as fallback. On most systems, specifying the envelope-from address is a -privileged operation. This variable is only used if -`send-mail-function' is set to `sendmail-send-it'." +privileged operation. This variable affects sendmail and +smtpmail -- if you use feedmail to send mail, see instead the +variable `feedmail-deduce-envelope-from'." :version "21.1" :type 'boolean :group 'sendmail)