[Bug] DMARC Management

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.

1 Like

A quick summary for the impatient: It appears that Cloudflare generated DMARC records are omitting the required semi-colon after the policy (p=) component of the record.

1 Like

Hello @ryan58,

Any chance you are still seeing this issue?
Engineering is unable to reproduce the trouble.

We are just basing the reproduction off the screenshots you provided. Any specific steps you think may help to recreate the trouble?

Thank you.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.