general catch-all list for patches, questions, and discussions
 help / color / mirror / Atom feed
* From header mangling for some debbugs mail to yhetil.org
@ 2024-08-16  3:08 Liam Hupfer
  2024-08-17  4:39 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Liam Hupfer @ 2024-08-16  3:08 UTC (permalink / raw)
  To: misc

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Hi Kyle,

Thank you for hosting yhetil.org! public-inbox is genius and piem is a
great interface. Fortunately for me, we seem to have similar tastes in
software, so I benefit from most of the lists you mirror.

I noticed some messages involving debbugs end up with “via <list name>”
in the From header, but not others. As far as I can tell, these
rewritten From headers don’t show up in the archives at lists.gnu.org or
debbugs.gnu.org.

It seems to mostly correlate with senders, but not always, e.g. [-f:via
f:geerinckx] with and without the leading `-' both show results, although
there seems to be a shift towards “via” around 2019 in the case of this
sender, with some overlap.

Do you know what’s going on here? Thanks,

—Liam


[-f:via
f:geerinckx] <https://yhetil.org/guix-bugs/?q=-f%3Avia+f%3Ageerinckx>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: From header mangling for some debbugs mail to yhetil.org
  2024-08-16  3:08 From header mangling for some debbugs mail to yhetil.org Liam Hupfer
@ 2024-08-17  4:39 ` Kyle Meyer
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle Meyer @ 2024-08-17  4:39 UTC (permalink / raw)
  To: Liam Hupfer; +Cc: misc

Liam Hupfer writes:

> Hi Kyle,
>
> Thank you for hosting yhetil.org! public-inbox is genius and piem is a
> great interface. Fortunately for me, we seem to have similar tastes in
> software, so I benefit from most of the lists you mirror.

You're welcome.  I'm glad to hear you find yhetil.org useful.

> I noticed some messages involving debbugs end up with “via <list name>”
> in the From header, but not others.

My understanding is that this From rewriting is due to how the admins
have configured Mailman.

  https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/handlers/docs/dmarc-mitigations.html

Here's a previous discussion related to this on guix-devel:

  https://yhetil.org/guix-devel/87pn2kyo2c.fsf@kyleam.com/T/#u

> As far as I can tell, these rewritten From headers don’t show up in
> the archives at lists.gnu.org or debbugs.gnu.org.

I don't know what the underlying setup is there, but my guess is that
those services get the messages before the rewrite.  yhetil.org receives
messages as any regular list subscriber would.

If you look through other archives (e.g.,
<https://www.mail-archive.com/bug-guix@gnu.org/>), you'll spot some
"via" senders.

> It seems to mostly correlate with senders, but not always, e.g. [-f:via
> f:geerinckx] with and without the leading `-' both show results, although
> there seems to be a shift towards “via” around 2019 in the case of this
> sender, with some overlap.
>
> Do you know what’s going on here?

Not with any confidence, but I suspect the sender is using a different
configuration/setup when sending the non-via messages than when sending
the via messages.  Here's some support of that:

  # with via
  $ curl -fSsL -d '' 'https://yhetil.org/guix-bugs/?q=f%3Avia+f%3Ageerinckx&x=m' | zcat | grep -c 'DKIM-Signature:'
  455

  # without via
  $ curl -fSsL -d '' 'https://yhetil.org/guix-bugs/?q=-f%3Avia+f%3Ageerinckx&x=m' | zcat | grep -c 'DKIM-Signature:'
  0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-17  4:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  3:08 From header mangling for some debbugs mail to yhetil.org Liam Hupfer
2024-08-17  4:39 ` Kyle Meyer

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 read-only IMAP folder(s) and NNTP newsgroup(s).