[Tracker-discuss] [issue562] Gmail (google) marks registration email as spam
Julien Palard
metatracker at psf.upfronthosting.co.za
Sat Jun 16 09:45:29 EDT 2018
Julien Palard <julien at palard.fr> added the comment:
Protonmail is now displaying me a huge red banner on b.p.o emails:
> email has failed its domain's authentication requirements. It may be spoofed or improperly forwarded!
Adding an SPF entry should be enough, if not going full SPF+DKIM+DMARC.
SPF entry can be simple if "Mail is consistently sent from report at bugs.python.org, always from the same IP address, 46.4.197.70. 46.4.197.70" is still true, something like:
bugs.python.org. IN TXT "v=spf1 ip4:46.4.197.70 ip4:46.4.197.70 -all"
is enough.
----------
nosy: +mdk
_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue562>
_______________________________________________________
More information about the Tracker-discuss
mailing list