← RFC Reference

IP and Domain Reputation

Email Concepts Encyclopedia
ELI5: Imagine a new restaurant opens in town. Nobody has eaten there yet, so nobody trusts it. If the first few customers love it, word spreads and more people come. If early customers get food poisoning, the restaurant is done. IP and domain reputation work the same way — mailbox providers track your sending history and use it to decide whether your email reaches the inbox, lands in spam, or gets rejected at the door.

How mailbox providers decide whether to trust your email — and the systems that score your sending infrastructure behind the scenes.

What Is Sender Reputation?

Every time you send an email, the receiving mailbox provider evaluates your trustworthiness. This evaluation is called sender reputation, and it is the single most important factor in whether your email reaches the inbox.

Reputation is not a single number. It is a composite score derived from multiple signals, maintained independently by every major mailbox provider. Gmail's view of your reputation is different from Outlook's, which is different from Yahoo's. There is no universal reputation database.

Two primary identifiers carry reputation:

Historically, IP reputation dominated. Today, domain reputation has become equally or more important, particularly at Gmail, which explicitly weights domain reputation above IP reputation in its filtering decisions.

IP Reputation: The Network-Level Signal

When your mail server connects to a receiving server on port 25, the very first thing the receiver sees is your IP address. Before any EHLO, before any envelope, before any content — the IP is known. This makes it the earliest possible filtering signal.

IP reputation is shaped by:

The IP neighborhood problem

IP addresses are allocated in blocks. If your IP is in a range that has historically been used by spammers, you inherit some of that reputation even if you have never sent a single email. This is why the IP address you send from matters — and why reputable email service providers carefully manage their IP pools.

Domain Reputation: The Identity-Level Signal

Domain reputation is tied to your sending domain identity, not a specific IP address. This makes it portable — if you change IPs or email service providers, your domain reputation follows you.

Providers build domain reputation from:

Domain reputation is increasingly the primary signal. Google's Postmaster Tools, for example, reports domain reputation as a separate metric from IP reputation, and the domain score often matters more for inbox placement.

Shared vs. Dedicated IPs

When you use a transactional email service, your mail may be sent from a shared IP pool (used by many customers) or a dedicated IP (used only by you). Each approach has tradeoffs.

Shared IPs

Dedicated IPs

The threshold matters: a dedicated IP sending 500 emails per day does not generate enough positive signal to build strong reputation. The receiving providers simply do not have enough data points to form a judgment, and the IP remains in an uncertain state.

IP Warming: Building Reputation from Zero

A new IP address has no sending history. Mailbox providers treat unknown IPs with suspicion — not blocking them outright, but throttling them and watching closely. IP warming is the process of gradually increasing send volume to build a positive reputation.

A typical warming schedule

Day Daily Volume Notes
1–2 50–100 Send only to your most engaged recipients
3–4 200–500 Monitor bounces and complaints closely
5–7 1,000–2,000 Check Postmaster Tools for reputation indicators
8–14 5,000–10,000 Expand to broader recipient segments
15–21 20,000–50,000 Approaching full volume
22–30 Full volume Reputation should be established

Key warming principles:

Domain warming

A new domain also needs warming, independent of IP warming. If you register a brand-new domain and immediately start sending 50,000 emails, providers will be suspicious regardless of your IP's reputation. The same gradual ramp-up applies to new domains.

Feedback Loops (FBLs)

A feedback loop is a service offered by mailbox providers that notifies you when a recipient marks your message as spam. When a user clicks "Report Spam" (or the equivalent), the provider sends an ARF report (Abuse Reporting Format, RFC 5965) back to the sender.

FBL reports typically contain:

Major FBL programs:

When you receive a complaint through an FBL, the correct response is to immediately suppress that address. Do not send to them again. A complaint rate above 0.1% (1 complaint per 1,000 messages) is a warning sign. Above 0.3% is critical — you are likely already seeing deliverability degradation.

Blocklists (DNSBLs)

DNS-based blocklists (RFC 5782) are databases of IP addresses and domains known to send spam. Receiving servers query these lists in real time during SMTP transactions.

How a DNSBL lookup works:

; To check if 198.51.100.42 is listed on blocklist.example.org, ; reverse the IP octets and query: 42.100.51.198.blocklist.example.org. IN A ; If a record exists (typically 127.0.0.x), the IP is listed. ; No record (NXDOMAIN) means the IP is not listed.

Major blocklists and their impact:

Getting delisted

If you land on a blocklist:

  1. Identify the cause. Blocklists do not list IPs randomly. Something triggered it — a spam trap hit, a compromised account, a sudden volume spike from a bad list.
  2. Fix the root cause. Requesting delisting without fixing the problem will result in immediate re-listing.
  3. Request removal. Most blocklists have a self-service removal process. Spamhaus requires you to resolve the issue first. SpamCop listings expire automatically.
  4. Monitor. After delisting, watch closely for recurrence.

Spam Traps

Spam traps are email addresses specifically used to identify senders with poor list hygiene. There are several types:

You will never know which specific addresses on your list are spam traps. The only defense is good list hygiene: confirm subscriptions with double opt-in, remove bouncing addresses, and sunset addresses that have not engaged in 6–12 months.

Reputation Across Multiple Providers

A critical point that many senders miss: reputation is per provider. Your reputation at Gmail is independent of your reputation at Outlook, which is independent of your reputation at Yahoo. Each provider maintains its own scoring system based on its own observations.

This means:

Monitor delivery metrics per destination provider. Aggregate delivery rates hide provider-specific problems. A 95% overall delivery rate might mask a 70% rate at Outlook that is dragging down the average.

The Reputation Recovery Playbook

Recovering from damaged reputation is significantly harder than maintaining good reputation. Here is the general approach:

  1. Stop the bleeding. Immediately pause sending to the affected provider(s). Continuing to send into a damaged reputation accelerates the decline.
  2. Diagnose the root cause. Check blocklists, complaint rates, bounce rates, spam trap hits, and authentication failures. The cause determines the fix.
  3. Fix the underlying problem. Clean your list. Suppress complainers. Fix authentication. Remove spam trap addresses (which you cannot identify directly — remove all unengaged addresses as a proxy).
  4. Re-warm gradually. Resume sending at very low volume, starting with your most engaged recipients only. Follow the same warming schedule you would use for a new IP.
  5. Monitor recovery. Use Postmaster Tools, SNDS, and delivery metrics to track improvement. Recovery typically takes 2–6 weeks of clean sending.

If the damage is severe (domain reputation at "Bad" in Google Postmaster Tools), consider whether a new subdomain for the affected mail stream might be faster than rehabilitating the existing one. This is a last resort — the new subdomain starts from zero and must be warmed.

Monitoring Your Reputation

Do not fly blind. Use these tools to track your reputation:

What Can Go Wrong

Sending from a cold IP without warming

You provision a new dedicated IP and immediately send your full volume of 200,000 emails. Gmail defers most of them with 421-4.7.28 ... rate limited. Outlook silently routes them to spam. Your launch campaign fails. The fix: follow a warming schedule, starting with your most engaged recipients.

Ignoring FBL complaints

You receive complaint notifications but continue sending to those addresses. Your complaint rate climbs above 0.3%. Gmail moves your domain reputation to "Bad." Even your transactional emails (password resets, receipts) start landing in spam. The fix: automatically suppress any address that generates a complaint.

Blocklist listing during a campaign

Mid-campaign, your IP gets listed on Spamhaus. Delivery rates drop overnight from 98% to 40%. You did not notice because you were not monitoring blocklists. The fix: set up automated blocklist monitoring and alerting. Check before and during every major send.

Domain reputation collapse after provider switch

You switch email service providers. Your IP reputation does not transfer (it belonged to the old provider), but your domain reputation does. If your domain reputation was already damaged, switching providers will not help — the problem follows you. The fix: clean up your practices and reputation before migrating.

Shared IP contamination

Another customer on your shared IP pool sends spam. Your delivery rates drop even though you did nothing wrong. The fix: choose a provider that actively monitors shared pools and removes bad actors quickly. For high-volume senders, consider a dedicated IP.

Key Takeaways

Further Reading

Related RFCs