Menu

#5279 dmarc Record will be generated with invalid order

1.910
open
nobody
None
5
2019-06-25
2019-06-25
No

If you add a dmarc record it will be created in an invalid order. the "p=" Tag must be directly after the "v=" Tag, as any DMARC record checker recommends.

the Add DMARC wizard creates records like this:

v=DMARC1; pct=100; rua=mailto:test@example.com; p=none; adkim=r; aspf=r

but the correct order would be:

v=DMARC1; p=none; pct=100; rua=mailto:test@example.com; adkim=r; aspf=r

you can verify this by using for example:

https://www.dmarcanalyzer.com/dmarc/dmarc-record-check/

Discussion


Log in to post a comment.

MongoDB Logo MongoDB