Systematic troubleshooting for UK businesses whose legitimate mail is being filtered to recipients' spam folders. Covers the full root-cause tree: authentication, reputation, content, list hygiene, infrastructure — with specific diagnostic steps for each.
Before diagnosing, understand the scope:
Scope guides which root cause to investigate first.
Obtain a delivered-to-spam message from a recipient. Inspect the Authentication-Results header.
Required passes:
spf=pass with your domain in smtp.mailfrom.dkim=pass with d=yourdomain.dmarc=pass.If any fail: see respective troubleshooting articles (SPF, DKIM, DMARC alignment). Authentication is the foundation — fix first.
Authentication fine but still in spam? Check reputation.
At postmaster.google.com (domain must be verified):
Low or Bad → explains spam folder landing. Needs recovery.
For Outlook.com deliverability at sendersupport.olc.protection.outlook.com:
Yellow or Red: investigate and remediate.
At MXToolbox Blacklist Check or multirbl.valli.org, enter your sending IP.
Spamhaus, SpamCop, Barracuda appearance → deliverability damaged. Follow blocklist remediation.
Authentication clean, reputation fine, not blocklisted, but still spam? Content-based filtering.
Mail-tester.com: send your mail to a generated address, get a detailed content and authentication report. Free for occasional use.
Content fine too? List quality affects reputation.
dig -x sending-IP returns hostname matching forward.openssl s_client -connect mx:25 -starttls smtp negotiates at 1.2 or 1.3.Infrastructure issues are rare causes of spam-folder landing if authentication works, but worth verifying.
Once root cause identified and fixed:
Typical recovery timeline: 2-8 weeks to restore strong reputation.
Promotions is Gmail's inbox category for marketing mail. Not technically spam — still visible, but separated. For UK marketers, acceptable. For transactional mail landing in Promotions: ensure content is transactional in nature, not marketing.
Outlook's filtering more aggressive than Gmail. Causes: SNDS shows Yellow/Red; sender reputation at Microsoft infrastructure low. Remediation: enrol in SNDS and JMRP, monitor complaint rate, warm up if new.
UK ISPs may use Spamhaus or similar. Infrastructure fine, authentication fine — but blocklist appearance. Check thoroughly; remediate.
Sudden spike in complaints and bounces from a specific user account. Compromise. Lock account, investigate, rotate credentials. Reputation damage requires weeks of recovery.
List became stale. Over months, engagement dropped, hard bounces accumulated, complaints rose. Gradual reputation erosion. Re-engagement campaign + suppression of inactive users restores.
Gmail's machine-learning filters occasionally reclassify legitimate mail. Usually self-corrects within days. Monitor Postmaster Tools; rapid changes without visible cause often resolve naturally.
Q: How long does it take to recover reputation after a major problem?
A: 2-8 weeks typically. Depends on severity; purely authentication gaps recover faster than content/complaint-driven damage.
Q: Does asking recipients to whitelist my address help?
A: Yes, significantly. "Mark as not spam" in Gmail, "Add to safe senders" in Outlook directly improves personal-level filtering and contributes to sender reputation.
Q: Should I reduce sending volume during recovery?
A: Yes. Lower volume = fewer complaints per day = faster reputation recovery. Increase gradually as metrics improve.
Q: Can I tell the receiver explicitly that my mail isn't spam?
A: No. Major receivers don't accept sender-side "not spam" claims. Only recipient actions (marking as not spam, engagement) matter.
Q: Why does the same mail land in spam for some Gmail users but not others?
A: Gmail uses per-user filtering. Users with no prior interaction with your domain see default filtering; users who engaged (opened, replied) see better placement. Build engagement.
Q: If I migrate to a new IP, does my spam folder problem go away?
A: Partially. New IP starts without reputation — neutral. If your authentication and practices are now clean, you get a fresh start. Domain reputation transfers; only IP reputation resets.