Recently yahoo.com implemented a DMARC policy that will cause emails From: yahoo.com users to be bounced by many other services, and as of April 22, 2014 aol.com has also done this. This has caused significant difficulties for mailing list users and administrators alike across many providers. Sonic.net intends to upgrade the version of mailman we are running (as well as upgrade the hardware on which it is running) currently to a newer version that offers more flexibility in combating the problems created by these email providers recent DMARC policy changes. We intend to complete these upgrades within 1-2 weeks time. I have included instructions for checking a particular provider's policy below as well as some links to more information.
Here is a FAQ about DMARC in general: http://dmarc.org/faq.html
You can use the command line utility dig to check your mail provider's domain for a published DMARC policy:
Yahoo.com's policy (https://help.yahoo.com/kb/mail/SLN24016 ... sions=true) is set to reject, Comcast's is set up for research only (http://postmaster.comcast.net/dmarcupdate.html) and is not set to reject, and for example Sonic.net does not publish a DMARC record.
If you do not have access to the dig utility you can use a web based service such as this: https://dmarcian.com/dmarc-inspector/ to perform a lookup on a given domain.
Here is a link to a post discussing the impact of the DMARC implementation by yahoo and other providers written by core mailman developer Mark Sapiro: http://wiki.list.org/x/ggARAQ
Here is a FAQ about DMARC in general: http://dmarc.org/faq.html
You can use the command line utility dig to check your mail provider's domain for a published DMARC policy:
Code: Select all
# dig txt _dmarc.yahoo.com +short
"v=DMARC1\; p=reject\; sp=none\; pct=100\; rua=mailto:[email protected], mailto:[email protected]\;"
# dig txt _dmarc.comcast.net +short
"v=DMARC1\; p=none\; rua=mailto:[email protected]\;"
# dig txt _dmarc.sonic.net +short
If you do not have access to the dig utility you can use a web based service such as this: https://dmarcian.com/dmarc-inspector/ to perform a lookup on a given domain.
Here is a link to a post discussing the impact of the DMARC implementation by yahoo and other providers written by core mailman developer Mark Sapiro: http://wiki.list.org/x/ggARAQ