Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Subject: Re: Envelope sender lost from sending after gnus-draft-edit-message
Date: Sat, 22 Feb 2003 22:00:02 +0100	[thread overview]
Message-ID: <m3lm08ghf1.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <l6v8ywmu4vm.fsf@williams.mc.vanderbilt.edu>

Drew Raines <drew@poured.net> writes:

> When gnus-draft-edit-message runs, the correct From: header is
> displayed and preserved throughout the sending process.  However,
> the resulting message's envelope sender (which I don't see until
> that message appears in my inbox) has reverted to the address of
> the default posting style.

Hm...  I didn't even remember that Gnus could set the envelope address
(in any easy manner).  Well, the "-f" thing to sendmail, I guess...

Let's see...

			;; Always specify who from,
			;; since some systems have broken sendmails.
			;; But some systems are more broken with -f, so
			;; we'll let users override this.
			(if (null message-sendmail-f-is-evil)
			    (list "-f" (message-make-address)))

And I guess `address' sets stuff up so `(message-make-address)'
returns the right address for the envelope?

The reason this doesn't work is that `D e' (and stuff) from the
drafts group doesn't set up the posting style variables properly, I
think. 

I've now added a call to the posting style stuff after the right
newsgroup name has been set.  Could you check whether this fixes the
problem? 

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



  reply	other threads:[~2003-02-22 21:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-11 17:03 Drew Raines
2003-02-22 21:00 ` Lars Magne Ingebrigtsen [this message]
2003-02-23 21:14   ` Andrew A. Raines
2003-02-23 21:35     ` Jesper Harder
2003-02-24  5:29       ` Andrew A. Raines
2003-03-01 22:11       ` Andrew A. Raines
2003-02-24  7:03     ` Kai Großjohann
2003-02-24 16:58       ` Andrew A. Raines
2003-02-24 19:09         ` Andrew A. Raines
2003-02-24 19:42         ` Kai Großjohann
2003-03-01 23:46 Jesper Harder
2003-03-02  0:25 ` Andrew A. Raines
2003-03-02  0:50   ` Jesper Harder
2003-03-02  6:24     ` Andrew A. Raines
2003-03-02 16:47       ` Jesper Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3lm08ghf1.fsf@quimbies.gnus.org \
    --to=larsi@quimbies.gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).