Julien Palard <jul...@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 
rep...@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 <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue562>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
https://mail.python.org/mailman/listinfo/tracker-discuss
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to