lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 10 Aug 2017 10:05:28 -0700
From:   Linus Torvalds <torvalds@...ux-foundation.org>
To:     Miłosz Rachwał <me@...ek7.pl>
Cc:     Daniel Thompson <daniel.thompson@...aro.org>,
        Jingoo Han <jingoohan1@...il.com>,
        Lee Jones <lee.jones@...aro.org>,
        lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] backlight: add DDC/CI brightness driver

[ Leaving the cc's in, just in a futile hope that others will catch
things like this too ]

Miłosz, do you control the DKIM setup on "milek7.pl"?

Because right now your emails get marked as spam when  you go through
the kernel mailing list.

Why? The kernel mailing list ends up rewriting white-space in the
email headers, and you have

    DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=milek7.pl;
s=dkim; ....

where that "simple/simple" means that *any* change - even whitespace -
will make DKIM fail.

And quite frankly, "c=simple/simple" is just wrong. SMTP very much was
never designed to care about whitespace in headers. The DKIM people
were crazy to even allow and to codify that broken garbage.

Yes, yes, the kernel mailing list should also be fixed to not do the
header rewriting, but it is very fundamental to how it works (it
simply doesn't save the headers as a collection of raw lines at all,
it saves them as the cleaned-up thing). So it would involve switching
everything around, and Davem just doesn't have the time and energy.

And "c=simple/simple" really is bogus.

So if at all possible, make the use milek7.pl DKIM setup use
"c=relaxed/relaxed", and LKML will be happy again, and your emails
don't  get marked as spam..

               Linus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ