August 26, 2026

Sender Reputation: How Mailbox Providers Decide Whether to Trust You

Every message you send is judged before a human ever sees it. In the fraction of a second between your server opening a connection and the receiving server deciding what to do, an algorithm asks one question: do we trust this sender? The answer is your sender reputation, and it is the largest single variable in whether your campaigns reach the inbox.

Reputation is not a setting, a certification, or something you can buy. It is a rolling verdict on your past behaviour, recalculated continuously, and it can be dismantled by a single careless campaign far faster than it was built. This guide explains what actually feeds that verdict, how to see it, and how to repair it when it breaks.

What Sender Reputation Actually Is

Sender reputation is a trust score that mailbox providers assign to the entities you send from — your domain, your subdomains, and the IP addresses your mail leaves through. It is derived from how recipients have historically responded to you: whether they opened, replied, deleted without reading, or reached for the spam button.

Three properties make it behave differently from most marketing metrics, and misunderstanding them causes most of the mistakes in this area.

  • It is private. Every provider maintains its own score using its own formula, and none of them publish it. You cannot look up "your reputation" the way you look up a credit score. You infer it from proxies.
  • It is rolling, not per-campaign. Providers evaluate your behaviour over windows of days and weeks. This is why a single bad send can suppress placement long after the campaign ended, and why recovery is measured in weeks rather than sends.
  • It is asymmetric. Reputation accumulates slowly and collapses quickly. Months of disciplined sending can be undone by one purchased list, and the repair takes longer than the damage did.

There is a fourth property worth naming because it frustrates teams new to the discipline: reputation is not fair. Providers optimise for their own users' inbox experience, not for your campaign calendar. A legitimate sender with a technically clean setup can still be filtered if recipients consistently ignore the mail.

Domain Reputation vs IP Reputation

Senders often treat these as one thing. They are not, and the distinction determines what you can and cannot fix.

 Domain reputationIP reputation
What it is attached toYour sending domain and subdomainsThe specific server IP address that connects
Who it followsYou — it travels with you between platformsThe infrastructure — it stays behind when you migrate
Primary weight atGmail, Yahoo, Apple, and increasingly MicrosoftMicrosoft and traditional spam filters
Time to buildWeeks to monthsDays to weeks with consistent volume
Can you escape a bad one?Only by burning the domain — expensive and disruptiveYes, by moving to a new IP or pool
Main leverRecipient engagement and complaint behaviourVolume consistency, bounces, and trap hits
Who owns the fixMarketing — list and content decisionsOperations — sending patterns and infrastructure

The practical implication is that domain reputation is the one to protect. IP reputation is recoverable — worst case, you move to a new IP and warm it. A burned domain is a different problem entirely, because rebuilding means either a long remediation period or abandoning a domain your brand is attached to.

This is also the argument for subdomain separation. Sending marketing from news.yourbrand.com and transactional mail from mail.yourbrand.com means reputation largely accrues at the subdomain level. A campaign that generates complaints damages the marketing subdomain, while password resets and receipts continue to arrive from an untouched one.

The Signals That Move Your Reputation

Providers do not publish their weightings, but years of observed behaviour and their own published guidance make the inputs clear. They fall into four groups, roughly in order of impact.

Complaint rate — the heaviest signal

When a recipient presses "report spam", it is the strongest negative signal available to a provider, because it is a direct human judgement rather than an inference. Google and Yahoo ask senders to stay below 0.10% and treat 0.30% as the threshold that triggers filtering.

Those numbers are smaller than they look. At 0.30%, three complaints per thousand delivered messages is enough to damage you — a rate most teams would never notice in a campaign report. Treat 0.10% as your ceiling and investigate anything above 0.05%.

Engagement — the strongest positive signal

Positive recipient behaviour is what builds reputation rather than merely avoiding harm. Opens matter least, because privacy protection features inflate them. Clicks, replies, forwards, adding you to contacts, and — most powerfully — moving a message out of the spam folder all tell the provider its filtering was wrong.

The inverse is also weighed: deleting without opening, and prolonged silence, both drag your score down. This is why sending to a large dormant segment is actively harmful rather than merely inefficient. The messages that never get opened are not neutral.

Hygiene — bounces and traps

Hard bounces indicate you are sending to addresses that do not exist, which suggests your list was bought, scraped, or simply never cleaned. Keep hard bounces below 0.5% per send and remove them immediately.

Spam traps are worse. Pristine traps are addresses that never belonged to a person and exist solely to catch senders using scraped or purchased data. Recycled traps are abandoned real addresses that a provider has reactivated to catch senders who never clean their lists. A single pristine trap hit can produce a blocklist entry; recycled traps are the reason a sunset policy is not optional.

Consistency — volume and authentication

Providers build a model of your normal sending pattern. Sudden departures from it read as compromise. A domain that sends 5,000 messages weekly and then abruptly sends 200,000 looks like a hijacked account, regardless of your intent.

Authentication consistency matters in the same way. SPF, DKIM and DMARC that pass on 99% of messages and fail intermittently on the rest signal a misconfiguration somewhere in your sending estate — usually a forgotten third-party tool sending under your domain without authorisation. Your DMARC aggregate reports will name it.

How to Check Your Sender Reputation

Since no provider exposes its score directly, monitoring means triangulating from several sources. None of these is sufficient alone; together they give a reliable picture.

ToolWhat it shows youCostBest for
Google Postmaster Tools v2Compliance pass/fail across 8 requirements, user-reported spam rate, delivery errors, authentication successFreeEvery sender — this is the single most important dashboard
Microsoft SNDSFilter status (green/yellow/red), complaint rate bands, spam trap hits, sending volume per IPFreeAnyone sending to Outlook, Hotmail or Live addresses
DMARC aggregate reportsEvery source sending under your domain, with SPF and DKIM alignment resultsFree (a parser is usually paid)Finding unauthorised or misconfigured senders
Sender Score (Validity)A 0-100 rating of a sending IP, on a rolling 30-day windowFree lookupA rough external sanity check on IP health
Blocklist monitoringWhether your domain or IP appears on Spamhaus, SURBL, Barracuda and othersFree lookups; paid alertingCatching a listing before your next campaign
Seed / inbox placement testingActual folder placement across providers, from a panel of seed accountsPaidThe only way to see inbox vs spam placement directly

Set these up before you have a problem. Postmaster Tools and SNDS both report on a delay and only accumulate data from the point of registration, so a sender who registers during a crisis has no baseline to compare against and no history to diagnose from.

What Changed in Google Postmaster Tools

For years, the domain and IP reputation charts in Google Postmaster Tools were the closest thing senders had to a published reputation score, graded from Bad through Low and Medium to High. Google deprecated those charts on 30 September 2025 and retired the legacy interface the following month.

Postmaster Tools v2 replaced the gradient with a Compliance Status dashboard reporting a straightforward pass or fail against eight requirements — six technical, covering SPF and DKIM authentication, From-header alignment, DMARC, TLS, valid DNS records and one-click unsubscribe, and two behavioural, covering the user-reported spam rate and whether unsubscribes are honoured within 48 hours. The API gained date-range queries, batch lookups across multiple domains, and a dedicated compliance status method.

The change is worth understanding correctly. Google did not stop scoring reputation; it stopped showing you the gradient. Reputation still governs filtering exactly as before. What senders lost is early warning — the slow slide from High to Medium that used to give you weeks of notice. What remains is the user-reported spam rate, which is now your primary leading indicator, and the compliance flags, which are binary.

In practice this raises the value of two things: watching your spam rate daily rather than weekly, and running seed tests, since inbox placement testing is now the only way to observe placement directly.

Blocklists: The Hard Edge of Reputation

Reputation usually degrades gradually. Blocklists are the exception — a listing is a step function, and mail can stop arriving overnight. Spamhaus is the most consequential operator, and its lists work differently from one another.

ListWhat triggers a listingHow you get delisted
CSS (Combined Spam Sources)Automated detection of poor list hygiene, compromised accounts and weak marketing practice. This is the list ordinary senders hit most often.Automatic — stop the sending pattern and it clears on its own
SBL (Spamhaus Blocklist)Manually researched spam sources, snowshoe sending, malware and phishingManual — contact Spamhaus and demonstrate the abuse has stopped permanently
XBL (Exploits Blocklist)Individual IPs showing signs of compromise: malware, hijacked hosts, stolen SMTP credentialsSelf-service once the compromise is cleaned; listings also auto-expire
PBL (Policy Blocklist)Consumer and end-user IP ranges that should never send mail directly to a recipient's mail serverSelf-removal where policy allows, but the real fix is to send through an authenticated relay
DBL (Domain Blocklist)Domains associated with phishing, malware, fraud, or hijacked legitimate domainsAutomated — remove the offending content or activity and the listing clears

Most legitimate senders who get listed land on CSS, and the good news is that CSS delisting is automatic: stop the pattern that triggered it and the listing clears. The bad news is that it will re-list if the behaviour resumes, so treating the symptom without fixing the list hygiene underneath simply produces a cycle.

One rule is absolute across every reputable blocklist: delisting is free. Any service offering to remove a Spamhaus listing for a fee is a scam, and paying it changes nothing.

How Reputation Differs Between Providers

There is no single reputation. You hold a separate one with each provider, and they weigh the inputs differently enough that your placement can be excellent at one and poor at another. A drop confined to a single provider is diagnostically useful, because it narrows the cause immediately.

Gmail leans hardest on the authenticated domain and on recipient engagement, and it is the most responsive to positive signals — a genuinely engaged audience recovers faster at Gmail than anywhere else. It is also where the user-reported spam rate is most visible to you, through Postmaster Tools.

Microsoft retains more weight on IP reputation than the others, which is why SNDS remains relevant and why a shared IP pool can hurt you at Outlook while causing no visible problem at Gmail. Microsoft is also the least forgiving on volume spikes from unfamiliar IPs.

Yahoo publishes requirements closely aligned with Google's and behaves similarly, though it offers senders far less diagnostic visibility. In practice, Yahoo placement tends to track Gmail placement, so fixing Gmail usually fixes Yahoo.

Apple provides almost no sender-facing tooling, so its behaviour is inferred rather than observed. It broadly follows the same authentication expectations and weighs engagement heavily, with Mail Privacy Protection making open data from Apple recipients unreliable as a signal for your own analysis.

If placement drops everywhere simultaneously, look at authentication or a blocklist. If it drops at one provider, look at reputation and at what that provider's audience segment has been receiving.

Third-Party Scores and What They Are Worth

Validity's Sender Score is the best-known commercial reputation metric, rating a sending IP from 0 to 100 on a rolling 30-day window. Above 80 is considered good, 70 to 80 fair, and below 70 poor. It draws on five inputs: complaint rates ranked against other IPs, sending volume, external reputation data including blocklists, mail sent to unknown users, and rejected messages.

It is a useful sanity check, and a sharp drop is a genuine warning worth acting on. But its limits should be stated plainly.

  • It scores IP addresses only, while Gmail, Yahoo and Apple evaluate the authenticated domain. If you send from a shared pool, the score partly reflects other senders' behaviour.
  • It cannot see engagement or content, which are precisely the signals mailbox providers weigh most heavily. A perfect 100 is entirely compatible with landing in spam.
  • No major mailbox provider has publicly confirmed using it in filtering decisions. It is a proprietary metric, not an industry standard.

Use it as one input among several. Do not use it as a target, and be sceptical of any vendor that presents it as the definitive measure of your health.

Building Reputation From Zero

A new domain or IP has no reputation, which is not the same as a good one. Unknown senders are treated cautiously by default, and the way you behave in the first six weeks sets a baseline that is hard to change later.

Warm up gradually. Begin with a few hundred messages a day to your most engaged subscribers — the people most likely to open, click and reply. Roughly double every two to three days, and hold at each step until complaint and bounce rates confirm the previous increase was absorbed cleanly. Expect four to six weeks to reach full volume.

Send your best content first. Warm-up sends should be the campaigns with your highest historical engagement, because you are actively teaching the provider what response your mail generates. Starting with a broad promotional blast teaches the wrong lesson.

Authenticate before the first send, not after. Publish SPF, DKIM and DMARC at p=none, and verify alignment on a test message before any volume goes out.

Be honest about automated warm-up tools. Gradual volume ramping is legitimate and necessary. Warm-up networks that exchange artificial replies between pools of seed accounts are a different thing, and providers have become good at recognising that traffic pattern and discounting the engagement it manufactures — sometimes penalising it.

A Six-Week Reputation Repair Protocol

If placement has dropped and you have confirmed authentication is clean, this sequence rebuilds trust. It requires holding your nerve on volume, which is usually the hardest part organisationally.

  1. Week 1 — stop the bleeding. Pause all campaigns to unengaged segments. Register for Postmaster Tools and SNDS if you have not. Check every blocklist for your domain and IP. Run a seed test to establish a real placement baseline. Identify the campaign or import that preceded the drop.
  2. Week 2 — clean the list. Run full validation. Remove hard bounces, role addresses, and anything with no engagement in the last six months. Resist the urge to keep borderline segments; the point of this step is to make the next few weeks look excellent to the provider.
  3. Weeks 3-4 — send only to your best. Mail only subscribers who have engaged in the last 30 to 60 days, at your normal cadence and with your strongest content. Volume will be far lower than usual. This is intentional: you are generating a run of high-engagement, low-complaint sends for the rolling window to absorb.
  4. Week 5 — widen carefully. Add the 90-day engaged segment. Watch complaint rate daily. If it rises above 0.05%, pull back to the previous segment and hold for another week.
  5. Week 6 — re-engage and measure. Run one re-engagement campaign to dormant subscribers with a clear opt-in ask, then permanently suppress everyone who does not respond. Re-run the seed test and compare against your Week 1 baseline.

If placement has not improved measurably by the end of week six, the problem is unlikely to be reputation alone. Re-examine authentication alignment, check whether a third-party service is sending under your domain, and consider whether the content itself is generating complaints.

Common Mistakes

  • Increasing volume to compensate for falling engagement. This is the most common and most destructive instinct, and it accelerates exactly the decline it is meant to offset.
  • Moving to a new domain instead of fixing the cause. You inherit no reputation, restart the warm-up, and carry over the practices that caused the problem.
  • Treating reputation as an IT responsibility. The list and the content drive complaints, and both belong to marketing.
  • Monitoring weekly. Complaint rates move fast and are measured over rolling windows; by the time a weekly report shows a problem, the window already contains it.
  • Hiding the unsubscribe link. Every unsubscribe you prevent becomes a candidate complaint, and complaints cost far more than list size.
  • Assuming a green third-party score means healthy. It measures the IP, not the domain, and not engagement.

Bringing It Together

Sender reputation is the accumulated record of how people have responded to your mail, and it is the mechanism by which mailbox providers decide whether to trust you tomorrow. It cannot be bought, and it cannot be argued with — it can only be earned by sending mail that people want, to people who asked for it, at a rhythm they expect.

The practical programme is unglamorous and effective: authenticate properly and keep it passing, watch your complaint rate daily rather than weekly, segment by engagement and let dormant subscribers go, warm new infrastructure patiently, and register for the free provider dashboards before you need them. Do that consistently and reputation stops being something you fix and becomes something you simply have.

Frequently Asked Questions

Q1. What is sender reputation in email marketing?

Sender reputation is the trust score mailbox providers assign to your sending domain and IP address based on how recipients have historically responded to your mail. It is calculated from complaints, bounces, spam trap hits, engagement and authentication consistency, and it is the single largest factor in whether your campaigns reach the inbox or the spam folder.

Q2. What is a good sender reputation score?

There is no single number, because each provider maintains its own private score. As external proxies, a Validity Sender Score above 80 is considered good and below 70 is poor, while a green filter status in Microsoft SNDS and a full pass in Google Postmaster Tools indicate a healthy sender. Treat all of these as directional rather than definitive.

Q3. Can I still see my domain reputation in Google Postmaster Tools?

No. Google deprecated the colour-graded IP and domain reputation charts on 30 September 2025 and retired the legacy interface in October 2025. Postmaster Tools v2 replaced them with a Compliance Status dashboard that reports a pass or fail against eight specific requirements, alongside the user-reported spam rate.

Q4. Does sender reputation follow my domain or my IP?

Both, but they behave differently. Domain reputation travels with you when you change sending platforms, which is why a damaged domain is expensive to fix. IP reputation stays with the infrastructure, so migrating to a new IP resets it, though you then have to warm the new IP from scratch.

Q5. How much does one bad campaign hurt my reputation?

More than most senders expect. Complaint rates are measured over rolling windows rather than per campaign, so a single send that pushes you above the 0.30% line can suppress inbox placement for several weeks after the campaign is over. Recovery takes disciplined sending, not time alone.

Q6. How long does it take to repair a damaged sender reputation?

Plan for four to eight weeks. Because reputation is calculated over rolling windows, providers need a sustained run of low-complaint, high-engagement sends before the score moves. There is no way to accelerate this, and attempting to by increasing volume makes it worse.

Q7. Should I just move to a new domain if my reputation is bad?

Almost never as a first move. A fresh domain has no reputation at all, which means starting a warm-up from zero while carrying over the list and habits that caused the original problem. Fix the underlying cause first; a new domain is a last resort after remediation, not instead of it.

Q8. Do third-party reputation scores affect whether Gmail delivers my mail?

No major mailbox provider has publicly confirmed using Validity's Sender Score or similar commercial scores in its filtering decisions. They are useful external indicators, but you can hold a perfect score and still land in spam, because these tools cannot see the engagement and content signals the providers actually weigh.

Sources and Fact-Check Notes

Every provider requirement, threshold and date in this article was verified against the sources below. Re-check them before publication if more than a quarter has passed, since mailbox provider rules continue to change.

Leave a Reply

Your email address will not be published. Required fields are marked *

PayPal Logo
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram