Hello,
I have found a bug in DMARC Management and do not know where to report it so I am doing so here.
When you enable DMARC Management in creates a TXT record for you so its seamless and easily integrated. But unfortunately the TXT record it creates isn’t in correct syntax.
For example Cloudflare will generate a TXT/DMARC record like so.
v=DMARC1; p=quarantine rua=mailto:[email protected]
But in the p=quarantine
section it is missing a semi-colon to finish off the option.
Instead the update version of this TXT/DMARC record should be like so.
v=DMARC1; p=quarantine; rua=mailto:[email protected]
Here is a screenshot/source of this bug.