From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: smtpmail.el feature request: envelope-sender from From: Date: Sat, 30 Sep 2006 13:56:11 -0400 Message-ID: <6z7izlxmpw.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159639005 9758 80.91.229.2 (30 Sep 2006 17:56:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Sep 2006 17:56:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 30 19:56:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GTj4f-00079N-6v for ged-emacs-devel@m.gmane.org; Sat, 30 Sep 2006 19:56:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTj4e-0003cH-R8 for ged-emacs-devel@m.gmane.org; Sat, 30 Sep 2006 13:56:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GTj4S-0003aI-QT for emacs-devel@gnu.org; Sat, 30 Sep 2006 13:56:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GTj4R-0003YR-8O for emacs-devel@gnu.org; Sat, 30 Sep 2006 13:56:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTj4Q-0003YI-Qp for emacs-devel@gnu.org; Sat, 30 Sep 2006 13:56:14 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GTjA0-0003ny-Nq for emacs-devel@gnu.org; Sat, 30 Sep 2006 14:02:00 -0400 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1GTj4N-0003gQ-Rz; Sat, 30 Sep 2006 13:56:12 -0400 Original-To: Justus-bulk@Piater.name X-Spook: 2600 Magazine Manfurov radar Clinton anarchy Delta Force X-Ran: _Y]xg3B~&&z3e~YqXgM\:W3#x,T>zvPZQ.S9Au8Gz4Za34Sj{"H7XZ9RfmoaeA=8OpQofi X-Hue: red X-Attribution: GM In-Reply-To: (Justus-bulk@Piater.name's message of "Sat, 30 Sep 2006 15:06:39 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60334 Archived-At: Justus-bulk@Piater.name wrote: > I'd like the envelope-sender to be taken from the From: field. [...] > The same mechanism should be fairly easily implemented for smtpmail, > by replacing my quick hack by a few more lines of code, perhaps by > using mail-envelope-from in the same way as > message-sendmail-envelope-from (with a 'header value), or by using > message-sendmail-envelope-from. Umm, isn't this already implemented in exactly this way in CVS? (setq mail-specify-envelope-from t mail-envelope-from 'header)