Products Cold Email Sending Automations For Agencies Free Tools Pricing Integrations Developers About
Book Demo Log In Create Account
Reference

Cold Email and Deliverability Glossary

Plain, accurate definitions of the standards and terms that decide whether your mail reaches the inbox. Each entry cites the relevant RFC where one exists, and links to a deeper guide when we have one.

ARC (Authenticated Received Chain)

RFC 8617

ARC preserves email authentication results as a message passes through intermediaries such as mailing lists and forwarders that would otherwise break SPF and DKIM. Each hop adds a cryptographically signed set of headers, giving the final receiver a verifiable chain of custody showing that the message passed authentication before it was modified in transit.

BIMI (Brand Indicators for Message Identification)

BIMI is a standard that lets a brand display its logo next to authenticated messages in supporting mailbox clients. It requires a DMARC policy set to enforcement (quarantine or reject) and a logo published as an SVG Tiny PS file in DNS, often paired with a Verified Mark Certificate (VMC) that proves ownership of the mark.

Blocklist / DNSBL

A blocklist is a published list of IP addresses or domains believed to send spam. A DNSBL (DNS-based blocklist) exposes that list over the DNS protocol so a receiving server can query a sending IP or domain in real time during the SMTP conversation and reject or penalize mail that appears on it.

See also: Blacklist monitoring guide

Bulk sender

A bulk sender is a high-volume sender subject to stricter requirements from mailbox providers. Under the 2024 Gmail and Yahoo sender rules, anyone sending roughly 5,000 or more messages per day to their users must authenticate with SPF, DKIM, and DMARC, support one-click list-unsubscribe, and keep spam complaint rates low.

Catch-all domain

A catch-all domain is configured to accept mail addressed to any local part at the domain, even addresses that do not correspond to a real mailbox. Because the receiving server accepts everything at the SMTP layer, standard verification cannot confirm whether a specific address is genuinely deliverable, which makes catch-all addresses risky to send to cold.

Complaint rate

Complaint rate is the proportion of delivered messages that recipients mark as spam or junk. Mailbox providers treat it as a strong negative signal; Google advises keeping the rate reported in Postmaster Tools below 0.3 percent and ideally under 0.1 percent, since sustained spikes lead to spam foldering or blocking.

Deliverability

Deliverability is the discipline and the measured ability of a sender to reach recipients' inboxes rather than the spam folder or a block. It is the outcome of authentication, list quality, sending reputation, content, and recipient engagement working together, and it is broader than delivery, which only means the receiving server accepted the message.

DKIM (DomainKeys Identified Mail)

RFC 6376

DKIM adds a cryptographic signature to a message's headers and body. The receiving server retrieves the sender's public key from a DNS TXT record at the selector and signing domain to verify the signature, which confirms the message was authorized by that domain and was not altered in transit.

See also: Email authentication guide

DMARC (Domain-based Message Authentication, Reporting and Conformance)

RFC 7489

DMARC builds on SPF and DKIM by requiring that the authenticated domain aligns with the visible From header domain. Its published policy tells receivers how to handle mail that fails (none, quarantine, or reject) and requests aggregate and failure reports so a domain owner can see who is sending on their behalf.

See also: DMARC monitoring and email authentication guide

DNS (Domain Name System)

DNS is the hierarchical, distributed system that maps domain names to IP addresses and stores other records for a domain. Email depends on it heavily: MX records route inbound mail, and SPF, DKIM, and DMARC are all published as TXT records that receiving servers look up to authenticate a sender.

Domain reputation

Domain reputation is the trust mailbox providers assign to a sending domain, typically the From domain and the DKIM signing domain. Because it follows the domain rather than the network, it persists even when the sender changes IP addresses, which makes protecting a domain from spam complaints and blocklistings a long-term concern.

See also: Sender reputation 101

Email verification

Email verification is the process of checking whether an address is valid and deliverable before sending to it, reducing bounces and protecting reputation. It typically layers syntax checks, domain and MX record lookups, and an SMTP probe of the recipient server, plus detection of disposable, role-based, and catch-all addresses.

See also: Email validation

Feedback loop (FBL)

A feedback loop is a service by which a mailbox provider forwards a copy of spam complaints back to the sender or its network, so the sender can identify and suppress complaining recipients. Most report in the ARF format; some providers, notably Google, offer an aggregate rate through Postmaster Tools rather than per-message complaints.

Google Postmaster Tools

Google Postmaster Tools is a free dashboard that shows senders how Gmail views their traffic, including domain and IP reputation, spam complaint rate, authentication pass rates for SPF, DKIM, and DMARC, encryption, and delivery errors. It is the authoritative source of Gmail-side reputation signals for any sender with meaningful volume to Gmail.

Greylisting

Greylisting is an anti-spam technique where a receiving server temporarily rejects mail from an unfamiliar sender with a 4xx temporary error on first contact. Legitimate mail servers retry after a delay and are then accepted, while many spam sources never retry, so the message is filtered out at the cost of a short delay on first delivery.

Hard bounce

A hard bounce is a permanent delivery failure returned by the receiving server, usually with an SMTP 5xx response, indicating the message can never be delivered to that address. Common causes are a nonexistent mailbox or an invalid domain. Hard-bounced addresses should be suppressed immediately, since repeated attempts damage reputation.

See also: Bounce rate: hard versus soft

Inbox placement

Inbox placement is where a delivered message actually lands for the recipient: the primary inbox, a secondary tab or category, the spam or junk folder, or missing entirely. It is distinct from delivery rate, which only records that the receiving server accepted the message and says nothing about whether the recipient ever sees it.

Inbox rotation

Inbox rotation is the practice of distributing outbound sending across multiple mailboxes and sometimes multiple domains so that no single inbox carries the full daily volume. It keeps each mailbox within safe per-account limits and spreads reputation risk, which is why it is standard in high-volume cold email.

See also: Cold email sending

IP reputation

IP reputation is the trust mailbox providers assign to the IP address a message is sent from, based on that address's sending history, complaint and bounce rates, and blocklist status. On shared IPs the reputation is affected by every sender on the address, while a dedicated IP isolates and requires warming a single sender's reputation.

Mail Privacy Protection (MPP)

Mail Privacy Protection is an Apple feature introduced with iOS 15 and macOS Monterey in 2021 that, when enabled in Apple Mail, preloads message content including tracking pixels through a proxy. It inflates and effectively invalidates open rates for those users and masks their IP address and approximate location, which is why engagement strategies have shifted toward clicks and replies.

Mailbox warm-up

Mailbox warm-up is the practice of gradually increasing send volume from a new domain, IP, or mailbox over days and weeks, often with automated conversational exchanges that generate opens and replies, to build a positive sending reputation before running real campaigns. Sending at full volume from a cold mailbox is a common cause of spam foldering.

See also: Email warm-up for new domains

Microsoft SNDS (Smart Network Data Services)

Microsoft SNDS is a free program that provides senders with data about the IP addresses they send from into Outlook, Hotmail, and Live, including traffic volume, complaint rates, spam trap hits, and a filter result classification. It is the Microsoft-side counterpart to Google Postmaster Tools for monitoring reputation.

MX record

An MX (Mail Exchange) record is a DNS record that names the mail server or servers responsible for receiving email for a domain, each with a preference value. A lower preference number indicates a more preferred server, and sending systems try the lowest-numbered host first, falling back to higher-numbered hosts if it is unavailable.

One-click list-unsubscribe

RFC 8058

One-click list-unsubscribe lets a recipient unsubscribe with a single action that the mailbox client performs directly, without loading a landing page. The sender adds a List-Unsubscribe header with an https URL alongside a List-Unsubscribe-Post: List-Unsubscribe=One-Click header, and the mailbox provider sends a POST to that URL. Gmail and Yahoo require it for bulk senders as of 2024.

PTR record (reverse DNS)

A PTR record provides reverse DNS, mapping an IP address back to a hostname, the opposite of the forward A record lookup. Receiving mail servers commonly check that a sending IP has a valid PTR record and that the hostname resolves back to the same IP, a match known as forward-confirmed reverse DNS (FCrDNS); a missing or mismatched PTR often triggers rejection or spam scoring.

Seed-based inbox placement testing

Seed-based inbox placement testing measures where mail lands by sending a campaign to a controlled panel of seed accounts spread across mailbox providers such as Gmail, Outlook, and Yahoo, then recording whether each copy reached the inbox, a tab, or the spam folder. It samples placement across providers rather than measuring every real recipient.

See also: Seed-based inbox placement testing

Sender reputation

Sender reputation is the overall trust a mailbox provider places in a sender, derived from both domain and IP reputation together with signals like complaint rates, bounce rates, spam trap hits, authentication, and recipient engagement. A strong reputation is the single biggest factor in reaching the inbox at scale.

See also: Sender reputation 101

Soft bounce

A soft bounce is a temporary delivery failure, usually signaled by an SMTP 4xx response, meaning the message could not be delivered right now but might succeed on retry. Common causes include a full mailbox, a message that is too large, or a receiving server that is temporarily down or throttling. Sending systems retry soft bounces for a period before treating them as permanent.

See also: Bounce rate: hard versus soft

Spam trap

A spam trap is an email address that never opts in to mail and exists to catch senders with poor list hygiene, since a legitimate opt-in process should never produce it.

A pristine trap is an address created solely as a trap and never used by a real person, so hitting one signals scraped or purchased lists. A recycled trap is a formerly real address that was abandoned, allowed to hard bounce, and later reactivated as a trap, so hitting one signals a stale list.

See also: Spam traps: what they are

SPF (Sender Policy Framework)

RFC 7208

SPF is a DNS TXT record that lists the servers and IP ranges authorized to send mail for a domain. During delivery the receiving server checks the domain in the SMTP envelope MAIL FROM (the Return-Path) against that record, and a mismatch produces an SPF failure that DMARC can then act on.

See also: Email authentication guide

Throttling / rate limiting

Throttling, or rate limiting, is deliberately capping how fast messages are sent, whether by the sender to stay within a mailbox provider's acceptance limits or by the receiver to slow down a source it does not fully trust. Exceeding a provider's rate can produce temporary 4xx deferrals, so pacing sends protects both deliverability and reputation.

TLS and STARTTLS

STARTTLS: RFC 3207

Transport Layer Security (TLS) encrypts the connection between mail servers so message contents cannot be read in transit. STARTTLS is an SMTP extension that upgrades an initially plaintext connection to an encrypted one when both servers support it, which is how most opportunistic email encryption is negotiated.

Put the whole glossary to work

Start Free

Verify, warm, send, and monitor deliverability on one balance. No credit card required.

A happy SpamCipher customer