GNU bug report logs -
#13321
24.3.0.50; Gmail error when replying from Gnus to github
Previous Next
Full log
View this message in rfc822 format
Thierry Volpiatto wrote:
> Here the commit that introduce this bug:
> 2559724 *
>| Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
>| Date: Mon Nov 19 06:24:03 2012 +0000
>|
>| message.el (message-get-reply-headers): Make sure the reply goes to the author if it is a wide reply
This log message suggested that the author (i.e., the From: address)
of a mail didn't appear in a message header when starting composing
a wide reply. I mean, if you perform a wide reply using the `F' or
the `S W' command to a mail like the following:
From: the-author <at> example.com.invalid
To: the-mailing-list <at> example.com.invalid
Cc: foo <at> example.com.invalid
Reply-To: the-mailing-list <at> example.com.invalid
The old one will compose a draft as follows:
To: the-mailing-list <at> example.com.invalid
Cc: foo <at> example.com.invalid
But the present one does:
To: the-author <at> example.com.invalid
Cc: the-mailing-list <at> example.com.invalid, foo <at> example.com.invalid
This is much better for a wide reply, isn't it? The root cause of
this difference is due to the Reply-To header, that some mailing
list servers are likely to add (it may be because many mail clients
compose a draft to send to only the author, I guess).
Is your problem that the From address is invalid? If so, if there
is a valid Reply-To header, you can use R rather than F. Otherwise,
feel free to forward an example mail to me.
Regards,
This bug report was last modified 12 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.