linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Emails from kvack.org going into spam
@ 2020-10-16 13:54 Jason Gunthorpe
  2020-10-16 13:57 ` Matthew Wilcox
  2020-10-16 15:17 ` Jann Horn
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Gunthorpe @ 2020-10-16 13:54 UTC (permalink / raw)
  To: Jann Horn, Andrew Morton, linux-mm

Does anyone know who is the admin for kvack.org?

I was cleaning my GMail spam mail box and saw lots of messages from
Jann Horn in the spam filter. Since he is not a spammer I investigated
what is going on.

I see it is because GMail is flagging all of Jann's messages as having
a DKIM failure and Jann's employeer domain 'google.com' is enforcing a
DMARC policy:

Authentication-Results: mx.google.com;
       dkim=neutral (body hash did not verify) header.i=@google.com header.s=20161025 header.b=UzPVodG7;
       spf=pass (google.com: domain of owner-linux-mm@kvack.org designates 205.233.56.17 as permitted sender) smtp.mailfrom=owner-linux-mm@kvack.org;
       dmarc=fail (p=REJECT sp=REJECT dis=QUARANTINE) header.from=google.com

Selecting a message from Jann that went through LKML and kvack:

  https://lore.kernel.org/lkml/20201015000041.1734214-1-jannh@google.com/raw
  https://lore.kernel.org/linux-mm/20201015000041.1734214-1-jannh@google.com/raw

And checking the DKIM:

  $ opendkim-testmsg < raw.lkml
  $ opendkim-testmsg < raw.mm
  opendkim-testmsg: dkim_eom(): Bad signature

Confirms that Jann sent the message correctly, but kvack is breaking
the signature while vger is not. The DMARC policy on Jann's email is
causing receivers to junk his email as spam. I expect I'm not the only
one.

I see that kvack is modifying the message in transit. Notably it
changed the transfer encoding from
 Content-Transfer-Encoding: 8bit
to
 Content-Transfer-Encoding: quoted-printable

And mangled the body accordingly. Changing the
Content-Transfer-Encoding definitely breaks the signature.

This seems to be a fairly big problem - it is extra hard for people to
contribute. Setting up a text based email flow is already hard, but
having to also somehow obtain an email address that doesn't use DMARC
is becoming an increasingly tough bar to clear.

eg what will people even do if/when Google decides to enable DMARC on
gmail.com as well?

Is it possible that this list software can be reconfigured to match
the vger lists that do seem to work OK?

Is moving the list to vger an option?

Thanks,
Jason


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

end of thread, other threads:[~2020-10-16 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 13:54 Emails from kvack.org going into spam Jason Gunthorpe
2020-10-16 13:57 ` Matthew Wilcox
2020-10-16 14:13   ` Benjamin LaHaise
2020-10-16 15:10     ` Jason Gunthorpe
2020-10-16 15:17 ` Jann Horn

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).