[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: More questions on smail configuration for SMTP/PPP



  Dirk> If you use the OneAndOnlyEditor(TM), this can be achieved by saying
  Dirk> (setq mail-default-headers "From: Joe User <joe@user.org>\n") in your
  Dirk> ~/.emacs file. This is easier, doable from user space as opposed to
  Dirk> root and it also works on a per-user basis.

  Ian>  This won't set the return path and is therefore broken.

I don't really understand what you mean. RFC822 says that

        Note:  The "Return-Path" field is added by the mail  transport
               service,  at the time of final deliver.  It is intended
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
               to identify a path back to the orginator  of  the  mes-
               sage.   The  "Reply-To"  field  is added by the message
               originator and is intended to direct replies.

so you can't mean that I should set 

(setq mail-default-headers
	"From: Joe User <joe@user.org>\nReturn-Path: <joe@user.org")

because that isn't added at the final deliver of the mail, but at it's start.
Or do you mean this? 

--
Dirk Eddelb"uttel                              http://qed.econ.queensu.ca/~edd


Reply to: