From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50479 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Envelope sender lost from sending after gnus-draft-edit-message Date: Sun, 02 Mar 2003 01:50:58 +0100 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046566373 12771 80.91.224.249 (2 Mar 2003 00:52:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2003 00:52:53 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pHik-0003Jh-00 for ; Sun, 02 Mar 2003 01:52:50 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18pHia-0004uT-00; Sat, 01 Mar 2003 18:52:40 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 01 Mar 2003 18:53:40 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id SAA23346 for ; Sat, 1 Mar 2003 18:53:27 -0600 (CST) Original-Received: (qmail 22726 invoked by alias); 2 Mar 2003 00:52:24 -0000 Original-Received: (qmail 22721 invoked from network); 2 Mar 2003 00:52:23 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 2 Mar 2003 00:52:23 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18pI03-0006mE-00 for ; Sun, 02 Mar 2003 02:10:43 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 29 Original-NNTP-Posting-Host: 0xc3d7e0e6.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1046567443 26053 195.215.224.230 (2 Mar 2003 01:10:43 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 2 Mar 2003 01:10:43 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Jesper Harder writes: > >> It's supposed to be working :-) What do you get when you eval: >> >> (let (message-sendmail-envelope-from) >> (message-sendmail-envelope-from)) > > This returns what I have set for user-mail-address in .gnus.el. > >> (let ((message-sendmail-envelope-from 'header)) >> (with-temp-buffer >> (insert "From: J Random Hacker ") >> (message-sendmail-envelope-from))) > > This returns `jrh@example.com'. OK, so this suggests that `message-sendmail-envelope-from' is working correctly. I wonder what is wrong in your case. What's your value of `message-send-mail-function'? The option only applies if it is `message-send-mail-with-sendmail'. > I just threw those into *scratch* and C-x C-e'd each of them. Is > that what you meant? Yes.