Message ID | 20241112140454.518823-4-mailhol.vincent@wanadoo.fr (mailing list archive) |
---|---|
Headers | show |
Series | add _statically_true() to simplify GENMASK_INPUT_CHECK() | expand |
On Tue, Nov 12, 2024 at 6:05 AM Vincent Mailhol <mailhol.vincent@wanadoo.fr> wrote: > > v2 -> v3: > > - split the single patch into a series of two patches. I haven't actually gotten to the patches yet, because all your emails end up in my spam box. The reason is because your git-send-email setup is broken, resulting in: dmarc=fail (p=QUARANTINE sp=NONE dis=QUARANTINE) header.from=wanadoo.fr because you claim to use a wanadoo.fr address in your "From:" line: From: Vincent Mailhol <mailhol.vincent@wanadoo.fr> but you actually used gmail to send it, and the DKIM hash was generated by gmail: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; And then DMARC complains because the From: and the DKIM doesn't match. So to actually get the right DKIM hashes, you need to either (a) send email using the wanadoo.fr smtp gateway or (b) make the sender be that gmail address that you actually use for sending. Pls fix. Linus
On 13/11/2024 at 02:52, Linus Torvalds wrote: > On Tue, Nov 12, 2024 at 6:05 AM Vincent Mailhol > <mailhol.vincent@wanadoo.fr> wrote: >> v2 -> v3: >> >> - split the single patch into a series of two patches. > I haven't actually gotten to the patches yet, because all your emails > end up in my spam box. > > The reason is because your git-send-email setup is broken, resulting in: > > dmarc=fail (p=QUARANTINE sp=NONE dis=QUARANTINE) header.from=wanadoo.fr > > because you claim to use a wanadoo.fr address in your "From:" line: > > From: Vincent Mailhol <mailhol.vincent@wanadoo.fr> > > but you actually used gmail to send it, and the DKIM hash was > generated by gmail: > > DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; > d=1e100.net; > > And then DMARC complains because the From: and the DKIM doesn't match. > > So to actually get the right DKIM hashes, you need to either > > (a) send email using the wanadoo.fr smtp gateway > > or > > (b) make the sender be that gmail address that you actually use for sending. > > Pls fix. D'oh. Sorry for that and thanks for the notice. I just resent the full v3 with the correct smtp gateway (note that you may see it coming from smtp.orange.fr, this is the same as smtp.wanadoo.fr). Yours sincerely, Vincent Mailhol