Hi,
"Dirk-Jan C. Binnema" <
djcb...@gmail.com> writes:
> Based on what this mailing-list (i.e., google groups) does, I guess the
> goal of the rewriting is to make "reply" do the expected thing (of
> replying through the mailing-list). And seems it succeeds at that
> (looking at this reply, for instance.)
I actually suspect that the reason is to make sure mail is deliverable
in spite of strict SPF/DKIM/DMARC policies some providers do. That's
certainly why we do it for Sourceware mailing lists (but not all of
them).
> Also 'W' i.e,.wide-reply/reply-to-all seems to do the right thing.
>
> But you want something different to happen?
Very interesting! It seems that I received your email with the right
'From' header. I wonder why, especially since you didn't Cc me.
Anyway, what wide-reply does is okay, in a sense, but not optimal.
Here's a nonspecific example of an email from Gcc-help, a mailing list
which *does* 'From'-rewriting:
From: jh--- via Gcc-help <
gcc-...@gcc.gnu.org>
Subject: Re: Specifying different registers in inline asm
To: "Richard Earnshaw (foss)" <
Richard....@arm.com>
Cc:
gcc-...@gcc.gnu.org
Date: Wed, 19 Nov 2025 18:22:11 +0100 (5 hours, 55 minutes, 4 seconds ago)
Reply-To:
j...@clesse.com
Message-Id: <
6af0fcbae4a7522e...@clesse.com>
Flags: seen, list
Maildir: /mbox/Lists.GCC
... replying to this email produces a buffer with the following initial
contents:
To: jh--- via Gcc-help <
gcc-...@gcc.gnu.org>
Cc: "Richard Earnshaw (foss)" <
Richard....@arm.com>,
j...@clesse.com
Subject: Re: Specifying different registers in inline asm
From: "Arsen Arsenović" <
ar...@aarsen.me>
Date: Thu, 20 Nov 2025 00:18:06 +0100
Message-ID: <
86o6oxv...@aarsen.me>
In-Reply-To: <
6af0fcbae4a7522e...@clesse.com>
--text follows this line--
jh--- via Gcc-help <
gcc-...@gcc.gnu.org> writes:
(irrelevant content elided)
Note the 'To:' line picked up on the '... via ...' as the contact name
for gcc-help@, and that the cited author is jh--- via Gcc-help
<
gcc-...@gcc.gnu.org>. These two are the issues I would like to fix.
Wide-replying does the right thing in the sense that a reply gets
delivered to all the right people, yes; but I manually have to fix up
the above for it to behave "right". I wonder if something can be done
about that.
Thanks, have a lovely day!
--
Arsen Arsenović