Re: [PATCH v2 2/5 RFC] use event name instead of enum to make the call generic

From: James Bottomley
Date: Thu Apr 25 2019 - 19:19:16 EST


On Fri, 2019-04-26 at 08:34 +1000, James Morris wrote:
> On Thu, 25 Apr 2019, Linus Torvalds wrote:
>
> > On Thu, Apr 25, 2019 at 10:19 AM prsriva <prsriva@xxxxxxxxxxxxxxxxx
> > om> wrote:
> > >
> > > I will fix the comments and send out the patchset with a cover
> > > letter. Thankyou for pointing this out.
> >
> > Please trim the emails you reply to rather than quoting everything.
> >
> > But the real reason I'm reacting to this email is because it was
> > marked as spam, because your SMTP setup is incorrect, and you don't
> > go through the proper MS SMTP server. As a result, you don't get
> > the proper DKIM signature for verification of the microsoft.com
> > email address, and sane email clients will mark your emails as
> > spam.
> >
> > Please fix.
>
> It's the correct SMTP server for linux.microsoft.com.
>
> linux.microsoft.com. 3600 IN TXT "v=spf1
> ip4:13.77.154.182 -all"
> linux.microsoft.com. 3600 IN TXT "v=DMARC
> 1;p=none;pct=100;rua=mailto:jamorris@xxxxxxxxxxxxx";

That's not the correct location: DMARC records should be at the _dmarc.
subdomain. without this you'll inherit the dmarc policy of
_dmarc.microsoft.com

> We don't have DKIM set up yet.

If you advertise DMARC, you're expected to have DKIM working for spam
purposes. On the other hand, if you don't advertise DMARC, google will
probably still bin all your email as spam.

James