Avoid ending up in Spam

php.internals

Jakob Givoni

6 years ago
Hi internals, Sorry for the off-topic, but I need to ask you on this list, how do you guys avoid having your emails ultimately ending up in the spam folders of the mailing list recipients? I had troubles in the past so now I'm using this new gmail account as someone suggested, hoping you will at least see this message. Is it true that there's no other solution than using gmail? Best regards, Jakob Givoni

Benas IML

6 years ago
Hey, Here's a quote from Ben Ramsey that basically sums up the problem:
> This appears to be happening due to DMARC rules on the domains of the
senders.
> I had the same thing happen to my emails, so I had to relax my DMARC
rules. If
> your rules are set too strict, servers see the From address coming from a > server not authorized by the domain, so it gets quarantined.
Best regards, Benas On Sat, May 30, 2020, 1:03 AM Jakob Givoni <jgivoni.php@gmail.com> wrote:

Jakob Givoni

6 years ago
On Sat, May 30, 2020 at 12:07 AM Benas IML <benas.molis.iml@gmail.com> wrote:
> > Here's a quote from Ben Ramsey that basically sums up the problem: > > > This appears to be happening due to DMARC rules on the domains of the senders. > > I had the same thing happen to my emails, so I had to relax my DMARC rules. If > > your rules are set too strict, servers see the From address coming from a > > server not authorized by the domain, so it gets quarantined. >
Shouldn't I just be able to add lists.php.net or something to my SPF record for my domain then?

Ben Ramsey

6 years ago
> On May 29, 2020, at 17:34, Jakob Givoni <jgivoni.php@gmail.com> wrote: > > On Sat, May 30, 2020 at 12:07 AM Benas IML <benas.molis.iml@gmail.com> wrote: >> >> Here's a quote from Ben Ramsey that basically sums up the problem: >> >>> This appears to be happening due to DMARC rules on the domains of the senders. >>> I had the same thing happen to my emails, so I had to relax my DMARC rules. If >>> your rules are set too strict, servers see the From address coming from a >>> server not authorized by the domain, so it gets quarantined. >> > > Shouldn't I just be able to add lists.php.net or something to my SPF > record for my domain then?
That might work. I haven’t tried it. I’ll try to look into it next week and see what I can figure out. Cheers, Ben