Open
Description
Description
Checks for and parses common DMARC TXT records, e.g. _dmarc.target.domain
DMARC policies may contain email addresses for reporting destinations, typically these are software processed inboxes, but they may also be to individual humans or team inboxes.
Example TXT record:
v=DMARC1; p=reject; fo=1; rua=mailto:[email protected],mailto:[email protected]; ruf=mailto:[email protected],mailto:[email protected];
I have written a module to do this and will submit a PR shortly.