It's a common question I hear when people are first setting up DMARC. You're ready to move beyond p=none, but you're worried about accidentally blocking legitimate email. The pct (percentage) tag seems like the perfect safety net, allowing you to gradually roll out a stricter policy. But does using it mean you'll only get reports for that small percentage of emails?
The short answer is no. The DMARC pct tag does not affect the content of your aggregate (RUA) reports. You will continue to receive data on 100% of the emails sent using your domain, regardless of the pct value.
The percentage tag's sole purpose is to control how many emails that fail DMARC checks are actually subjected to your chosen policy (quarantine or reject). It’s a policy application tool, not a reporting filter.
To understand this, you have to think about the goal of DMARC. The entire system is built on the idea of gaining visibility before taking action. You start with p=none to collect data about all your email sources, legitimate or not, without impacting mail flow. This data comes in the form of DMARC aggregate reports.
When you decide to move to a quarantine or reject policy, the pct tag is used to ease into it. You might set a record like v=DMARC1; p=reject; pct=5; rua=mailto:dmarc@example.com.
In this scenario:
This functionality is crucial. The whole point of a staged rollout is to monitor the reports to ensure you aren't blocking legitimate mail. As Sendmarc puts it, you should "monitor reports to ensure legitimate emails aren't being affected." If your reports were limited by the pct tag, you would have a massive blind spot, defeating the purpose of the careful rollout.
The pct tag is your best friend for moving from monitoring to enforcement without breaking your email deliverability. The process is straightforward and relies on the comprehensive data you get from your full aggregate reports.
The DMARC pct tag is a mechanism for policy enforcement, not reporting. It allows you to safely and methodically implement a strong DMARC policy while still giving you the 100% visibility you need through aggregate reports to make informed decisions. You can, and should, use it with confidence, knowing you won't lose critical data during your transition to a more secure email posture.