Symptoms#
- Messages landing in spam despite previously good placement
- Bounces mentioning policy, authentication, or reputation
- Provider dashboards showing a drop in reputation or authentication pass rate
Diagnosis steps#
- Confirm the configuration is live: query DNS from an external resolver and check the sending platform's settings page.
- Send to a seed mailbox and read the full headers, especially Authentication-Results.
- Compare the domains in From, Return-Path, and DKIM d= for alignment.
- Check provider dashboards (Google Postmaster Tools, Microsoft SNDS) for reputation and error rates.
- Review recent changes: new vendors, DNS edits, list imports, volume spikes.
Likely causes#
- Allow-listing partner domains and bypassing scanning entirely.
- Password-protected archives that evade scanning.
Fix and re-verify#
- Block executable and macro-enabled attachment types at the gateway.
- Enable URL rewriting with time-of-click reputation checks.
- Sandbox unknown attachments before delivery.
- For outbound, prefer links to authenticated portals over attachments for sensitive files.
Frequently asked questions#
Are PDF attachments safe?
Mostly, but PDFs can carry scripts and phishing links. Sandboxing and link rewriting still apply.