Hello,
I was wondering if somebody here could help me out on a thing.
We have a DMARC policy like this:
v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=r; fo=1; ri=86400; rua=mailto:dmarc@xxxx.com;
Looking at the DMARC reports, we see results like this:
<policy_evaluated>
<disposition>quarantine</disposition>
<dkim>pass</dkim>
<spf>pass</spf>
</policy_evaluated>
now, I tracked these messages down, and I can see them being sent from our own servers (IPs in SPF record) and being signed with our DKIM keys (applied by PMTA on the way out).
Any idea why the disposition is "quarantine"? I'd have expected 'none', as both SF and DK pass, and these are straight messages from the main domain (no sub-domains, etc).
Thanks,
Paolo