Vortenza - Free Online Tools and CalculatorsBrowse tools
Published: June 8, 2026 · Updated: June 9, 202616 min readEmail Tools

Email spam filters explained: what triggers them in 2026

Email Spam Filters Explained 2026

Here is a frustrating thing that happens all the time: a sender spends an hour writing a genuinely useful email, sets up a campaign carefully, hits send, and watches open rates come in at 3%. Not because the subject line was bad. Not because the audience was wrong. Because the email never reached the inbox.

Spam filters got a lot more sophisticated between 2020 and 2026. The old model was simple: certain words triggered filters, certain words did not, and you could more or less game your way around them with careful copy. That model is mostly gone. Modern spam filters at Gmail and Outlook are machine learning systems that weigh dozens of signals simultaneously. They are harder to trick and easier to satisfy legitimately.

The problem is that most guides explaining spam filters are still describing how they worked five years ago. This one is not.

Quick Answer: How do spam filters work and how do I avoid them?

As of June 2026: Email spam filters analyze authentication records (SPF, DKIM, DMARC), sender reputation, content patterns, and recipient engagement in sequence. The most effective way to avoid spam filters is to pass all three authentication checks, maintain a spam complaint rate below 0.1%, and send only to validated lists. Content fixes help at the margin but cannot overcome authentication failures or damaged sender reputation.

Key takeaways

  • Modern spam filters analyze authentication records, sender reputation, content patterns, and recipient engagement together, not in isolation
  • Missing SPF, DKIM, or DMARC is the most common fixable cause of legitimate emails landing in spam
  • Sender reputation is weighted more heavily than content by Gmail and Outlook in 2026
  • Spam trigger words alone rarely cause spam placement; reputation problems do
  • Google flags sender domains when spam complaint rates exceed 0.1%, and routes all email to spam above 0.3%
  • Subject lines affect spam filter scoring directly, not just open rates
  • You can check your spam score, authentication status, and subject line risk for free before sending
How email spam filters work: four-step process showing authentication, sender reputation, content analysis, and engagement checkpoints before inbox delivery

What are email spam filters?

Email spam filters are automated systems that inbox providers use to decide whether an incoming email should go to the inbox, the spam folder, the promotions tab, or get blocked before delivery entirely.

They exist because roughly 45% of all global email traffic is spam, according to Statista's 2024 figures. Without filtering, inboxes would be unusable. The problem is that filters are imprecise. They catch a significant share of legitimate email along with the actual spam.

A useful analogy: spam filters are like a nightclub bouncer with a long shift and a vague description of who to let in. Most obviously good people get through. Most obviously bad ones get turned away. But the edge cases -- someone who looks a bit suspicious but has a legitimate reason to be there -- sometimes go the wrong way. The filter does not know your intentions. It reads signals.

The signals it reads have changed a lot. Old spam filters were keyword-based, essentially looking for a list of suspicious words in subject lines and email bodies. Modern filters at Gmail, Outlook, and Yahoo Mail are machine learning models trained on billions of emails. They look at authentication records, domain age, sending patterns, recipient engagement history, link reputation, HTML structure, and much more.

Understanding what those signals are is how you fix a deliverability problem without guessing.

How email spam filters work

Spam filters do not make a single yes/no decision. They run a series of checks in sequence, and the results combine into a placement decision.

Step 1: Authentication checks

Before analyzing anything else, the receiving server checks whether the email is who it claims to be. Under the SMTP protocol (defined in RFC 5321), the receiving server looks up your SPF record to verify the sending IP is authorized, checks for a DKIM signature and verifies it against the public key in your DNS, and checks your DMARC policy to see what to do if either check fails. An email that fails authentication checks starts at a significant disadvantage before any content analysis runs. Many are filtered at this stage before any human ever gets a chance to read them.

Step 2: Sender reputation checks

The filter looks up the reputation of the sending domain and the sending IP address. Gmail maintains its own reputation database updated continuously. Outlook uses Microsoft's Smart Network Data Services (SNDS). These scores reflect past behavior: spam complaint rates, bounce rates, authentication pass rates, and engagement history. A domain with high reputation gets more benefit of the doubt in subsequent checks. A domain with low reputation gets very little. This is why fixing copy rarely fixes a deliverability problem caused by a damaged reputation.

Step 3: Content analysis

The filter scans the email body, subject line, HTML structure, links, and images. It looks for patterns associated with spam: known spam trigger phrases, unusually high image-to-text ratios, broken HTML, links to known bad domains, missing unsubscribe mechanisms, and more. Modern content filters are probabilistic, not rule-based. A single trigger word does not cause spam placement. The cumulative score matters.

Step 4: Engagement signals

Gmail in particular uses past engagement between the sender and the recipient as a signal. If the recipient has opened, replied to, or clicked links in previous emails from your domain, the filter gives you more trust. If your emails consistently pile up unopened, that negative engagement history makes future emails more likely to be filtered. This is why cold email has a structural disadvantage. By definition, you have zero engagement history with cold prospects.

Gmail email spam filter reputation dashboard showing domain reputation score, spam complaint rate, and SPF/DKIM/DMARC authentication results in Google Postmaster Tools

The main signals spam filters analyze

Email spam filter signals ranked by importance in 2026
SignalImportanceWhat it measures
SPF RecordVery HighWhether sending IP is authorized to send for your domain
DKIM SignatureVery HighWhether email content was signed and unaltered
DMARC PolicyVery HighWhether domain enforces authentication policy
Domain ReputationCriticalHistorical sending behavior of your domain
IP ReputationHighHistorical behavior of the sending IP address
Spam Complaint RateCriticalPercentage of recipients who marked email as spam
Hard Bounce RateHighPercentage of invalid/nonexistent recipient addresses
Recipient EngagementHighPast opens, replies, clicks from this sender
Subject Line PatternsMediumTrigger phrases, capitalization, length
HTML StructureMediumImage-to-text ratio, broken code, hidden text
Link ReputationMedium-HighWhether linked domains appear on blacklists
Sending Volume PatternMediumConsistency of volume over time
Domain AgeMediumHow long the sending domain has been active
Unsubscribe MechanismMediumWhether a clear opt-out is present
Plain-Text VersionLow-MediumWhether HTML email includes a text alternative

The ordering above reflects relative weight in 2026. Reputation signals (domain reputation, complaint rate) are weighted more heavily than content signals by both Gmail and Outlook. Authentication records are a baseline requirement that must pass before other signals matter as much.

Why emails go to spam

Most emails land in spam for one of a small number of reasons. The fix is different for each.

Why emails go to spam: problems, impact, and fixes
ProblemImpact levelFix
Missing SPF recordVery HighAdd SPF TXT record to DNS listing all authorized sending IPs
Missing DKIMVery HighConfigure DKIM with your email provider, publish public key in DNS
Missing or unenforced DMARCHighAdd DMARC record, move from p=none to p=quarantine after monitoring
Poor domain reputationCriticalReduce volume, clean list, rebuild reputation gradually over weeks
Spam complaint rate above 0.1%CriticalRemove unengaged recipients, add clear unsubscribe, reduce frequency
Hard bounce rate above 2%HighValidate list before sending, remove bounces immediately after send
Unwarmed sending domainVery High4-6 week warmup starting at 20-30 emails per day
Purchased or scraped listVery HighReplace with verified opt-in list; never use purchased lists
Too many links in emailMediumReduce to 1-3 links maximum in cold email
Spam trigger words in subjectMediumTest subject line before sending, remove trigger phrases
High image-to-text ratioMediumBalance images with body text, always include plain-text version
HTML-heavy templateMediumUse minimal HTML for cold email and transactional mail
Link to blacklisted domainHighCheck all linked domains against blacklists before sending
No unsubscribe mechanismMediumInclude unsubscribe link in every email

Authentication problems (the top three rows) account for the majority of fixable deliverability failures. If your SPF, DKIM, or DMARC is missing or misconfigured, that is almost always the first thing to fix. Check all three in about 10 seconds with the Vortenza SPF DKIM DMARC Checker.

Spam trigger words: myth vs reality

Spam trigger words do not work the way most people think.

The direct answer: individual spam trigger words rarely cause spam placement on their own in 2026. Reputation problems cause spam placement. Trigger words can tip a borderline email over the threshold, but a sender with strong reputation and clean authentication can use words like “free” and “guaranteed” in their copy without consistent spam placement. A sender with poor reputation will land in spam regardless of how carefully they avoid trigger words.

This matters because a lot of senders waste time sanitizing their copy instead of fixing their authentication or reputation. That said, certain patterns do raise spam filter scores meaningfully.

Email spam trigger words and patterns: risk level and context
Word / PatternRisk levelContext matters?
FREE (all caps)MediumYes -- "free trial" scores better than "FREE OFFER!!!"
GuaranteedLow-MediumYes -- context and surrounding copy affects score
Act now / Limited timeMediumYes -- common in spam, scores higher in cold email
Click hereLow-MediumYes -- better alternatives are descriptive anchor text
CongratulationsMediumFrequently used in phishing, scores higher in filters
You have been selectedHighVery common in phishing and scam templates
No credit card requiredLowMostly fine in legitimate SaaS context
Unsubscribe (missing)High -- but absence, not presenceAbsence of unsubscribe link raises spam score
Excessive !!!MediumPattern of exclamation marks raises content score
ALL CAPS subjectMediumEntire subject in caps is a consistent spam signal
$$$, ###, *** symbolsMediumDecorative symbols in subject lines score poorly
Re: [no prior thread]HighFake reply headers are common in spam

The practical takeaway: avoid the high-risk patterns in the table above, particularly fake reply headers and missing unsubscribe links. But if your emails are landing in spam and your copy avoids these patterns, the problem is almost certainly authentication or reputation, not vocabulary.

Gmail spam filters explained

Gmail uses a machine learning system that weights sender reputation and recipient engagement as its primary signals. Specific technical implementation details are not public, but Google's Email Sender Guidelines and Postmaster Tools data give senders meaningful insight into how their domain is being treated.

The most important Gmail-specific thing to know: Gmail is where DMARC compliance matters most. Google made DMARC mandatory for senders sending 5,000 or more emails per day to Gmail addresses starting February 2024. Senders below that threshold who are missing DMARC still see worse inbox placement because the absence of DMARC is a visible negative signal.

Google Postmaster Tools is the free dashboard Google provides for senders to monitor their domain reputation, IP reputation, spam rate, authentication results, and delivery errors for Gmail. It shows domain reputation on a four-point scale:

  • High: Strong inbox placement expected
  • Medium: Inconsistent placement, some filtering
  • Low: Mostly filtered to spam
  • Bad: Blocked or near-blocked

Google flags your sending domain when spam complaint rate from Gmail recipients exceeds 0.1%. Above 0.3%, Gmail routes all email from your domain to spam for all recipients. Not just the complainers. Everyone.

Gmail's Promotions tab is separate from spam filtering but worth understanding. Gmail's algorithm routes marketing-style emails to the Promotions tab even when they are not considered spam. Certain signals push email to Promotions: multiple images, unsubscribe links formatted like marketing email, heavy use of template styling, and certain keywords associated with promotional content. For transactional or cold email, the Promotions tab is better than spam but meaningfully worse than the Primary inbox.

Outlook spam filters explained

Outlook and Hotmail use Microsoft's filtering stack, which differs from Gmail's in a few practical ways.

The most significant difference: Microsoft weighs IP reputation more heavily than Gmail does. Domain reputation matters at Outlook, but if your sending IP is shared with senders who have poor practices, it affects your delivery even when your domain reputation is clean. Gmail is better at separating domain reputation from IP reputation.

SNDS (Smart Network Data Services) is Microsoft's free tool for monitoring the reputation of your sending IP addresses. It shows complaint rates and trap hit rates from the perspective of Microsoft's filtering. Worth setting up if you send any volume to Outlook or Hotmail addresses.

Microsoft's Junk Email Filter uses a combination of anti-spam filtering, blocklists, and sender allowlists. Senders who consistently produce low complaint rates and high engagement can apply to be on Microsoft's Safe Senders list through their JMRP (Junk Mail Reporting Program), which provides stronger deliverability to Outlook users.

The practical implication for most senders: if you are seeing significantly worse deliverability at Outlook than at Gmail on the same campaign, check your IP reputation specifically. Dedicated IPs tend to perform more predictably at Outlook than shared IPs.

Sender reputation explained

Sender reputation is the score that inbox providers assign to your sending domain and IP address. It is the single most influential factor in where your emails land.

High reputation: near-certain inbox placement, content and authentication issues get more benefit of the doubt. Low reputation: spam folder placement regardless of content quality, authentication status, or audience targeting. Reputation is calculated from historical signals. It changes slowly in both directions. Building good reputation takes weeks. Damaging it can happen in a single campaign.

Email sender reputation benchmarks: complaint rate, bounce rate, authentication
MetricAcceptableGoodExcellent
Spam Complaint RateBelow 0.3%Below 0.1%Below 0.05%
Hard Bounce RateBelow 2%Below 1%Below 0.5%
Domain Reputation (Postmaster)MediumHighHigh (stable)
Authentication Pass Rate90%+98%+99.9%+
Soft Bounce RateBelow 5%Below 2%Below 1%

Source: Google Postmaster Tools thresholds (complaint rate), Mailchimp 2024 Email Marketing Benchmarks (bounce rates).

Domain reputation vs IP reputation

Domain reputation is tied to your sending domain (yourdomain.com). It travels with you across different sending tools and IP addresses. This is why protecting your main business domain from cold outreach risk matters.

IP reputation is tied to the specific IP address your emails are sent from. On shared sending infrastructure, you share IP reputation with other users of the same platform. If those users spam, your emails suffer. Dedicated IPs let you build IP reputation independently, but they require warming the same way a new domain does.

SPF, DKIM, and DMARC

SPF, DKIM, and DMARC are the three DNS authentication records that spam filters check before anything else, governed by the email delivery protocol specified in RFC 5321 (SMTP). All three need to be configured and passing for your emails to start at neutral standing.

SPF (Sender Policy Framework)

SPF is a DNS record listing every server and IP address authorized to send email for your domain. When your email arrives at Gmail, the first thing Gmail checks is whether the sending IP is on your SPF list. Fail SPF and you start the content analysis with a significant strike against you.

DKIM (DomainKeys Identified Mail)

DKIM is a cryptographic signature applied to every outgoing email. The signature proves the email genuinely came from your domain and was not modified in transit. A missing or broken DKIM signature is a meaningful negative signal at all major inbox providers.

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

DMARC ties SPF and DKIM together. It tells receiving servers what to do when either check fails (none/quarantine/reject) and sends you reports about authentication results. Domains with DMARC at p=quarantine or p=reject have measurably better inbox placement than equivalent domains with no DMARC.

Check all three for your domain right now at Vortenza SPF DKIM DMARC Checker. It takes 10 seconds and shows you exactly what each record contains, whether it is passing, and what needs to be fixed.

For a deeper explanation of how each record works and how to set them up, see the SPF, DKIM, and DMARC explained guide.

Email spam filter bypass: DNS record panel showing SPF, DKIM, and DMARC TXT records with green validation checkmarks confirming authentication passes

How subject lines affect spam filters

Subject lines affect spam filter scoring in a specific, measurable way. They are not just about open rates.

The direct answer: subject lines are analyzed as part of the content scoring step. A subject line that pattern-matches known spam subject lines raises the overall spam score for the email, which can push a borderline email into spam even when the body is clean.

Patterns that raise subject line spam scores:

All-caps words or all-caps subject lines

A consistent spam signal across all major filters. "URGENT RESPONSE NEEDED" scores worse than "Quick question" even with identical body content.

Excessive punctuation

Particularly multiple exclamation marks ("Save 50% today!!!" or "Act now!!!") is a well-documented spam pattern that filters still catch reliably.

Misleading preview text

Where the subject line or preview implies a reply thread or a personal relationship that does not exist ("Re: our conversation" when there was no prior conversation). It is common in spam and phishing, so filters weight it heavily.

Dollar signs and promotional symbols

Used decoratively ($$$, ###) in subject lines raise scores across most filter systems.

Length at the extremes

Very short subjects (under 5 characters) and very long subjects (over 100 characters) both score worse than average.

The Promotions tab problem

Certain subject line patterns route email to Gmail's Promotions tab rather than the Primary inbox. Marketing-style language (“your special offer,” “exclusive deal,” “flash sale”), high personalization combined with promotional framing, and formatting that resembles bulk marketing all push toward Promotions.

For transactional email and cold outreach, subject lines that read like one person writing to another person consistently outperform marketing-style subjects both on spam filter scores and on open rates.

Test your subject lines before sending with Vortenza Cold Email Subject Line Tester. It scores against spam trigger words, length, and patterns that push email toward the Promotions tab.

How to check your spam score

Your spam score is not a single number from a single source. Different tools measure different components, and getting a complete picture requires checking a few of them.

SPF DKIM DMARC Checker

Authentication check is the starting point. Before any content analysis matters, your SPF, DKIM, and DMARC need to pass. Run your domain through the Vortenza SPF DKIM DMARC Checker to get a pass/fail result for all three records with specific instructions for fixing anything broken.

Email Spam Score Checker

Content and spam score analysis examines the actual email body and subject line. The Vortenza Email Spam Score Checker checks your email content for spam trigger words, formatting issues, link problems, and authentication signals that affect spam filter scoring. Useful before any major campaign.

Email Deliverability Checker

Deliverability score gives you a broader view of how your domain is likely to perform. Returns a 0-100 score based on your domain's DNS authentication setup with specific fix instructions for any issues found.

Google Postmaster Tools

Provides real-world Gmail performance data: domain reputation, IP reputation, spam rate, and authentication pass rates over time. This is the most accurate reflection of how Gmail is actually treating your emails, but it requires historical sending data to populate.

Mail Tester (mail-tester.com)

Lets you send an actual email to a test address and receive a spam score out of 10 with a detailed breakdown. Useful for diagnosing content issues on a specific email before sending.

The fastest sequence for a pre-send check: authentication check first, then spam score check on the email itself, then subject line check. Takes about 5 minutes total.

Email spam score meter showing how spam filters score domain authentication, content quality, and sender reputation to determine inbox vs spam placement

One-minute spam filter audit

Run through these before any major send. Each item takes 10-30 seconds to verify.

Authentication

  • SPF record exists, is the only SPF record on your domain, and includes all current sending sources
  • DKIM record is published with at least 2048-bit key
  • DMARC record is active at _dmarc.yourdomain.com with policy set to at least p=quarantine
  • All three verified at Vortenza SPF DKIM DMARC Checker

Reputation

  • Domain reputation showing High in Google Postmaster Tools
  • Spam complaint rate from last campaign was below 0.1%
  • Hard bounce rate from last campaign was below 2%
  • Domain is not listed on any major blacklists (check via MXToolbox)

Content

  • Subject line tested for spam trigger patterns
  • Email body contains no high-risk spam patterns
  • Image-to-text ratio is not heavily image-dominant
  • All links go to clean, non-blacklisted domains
  • Plain-text version included with HTML email

List quality

  • List contains no purchased or scraped addresses
  • Hard-bounce addresses from previous sends removed
  • Unengaged contacts (no activity in 6+ months) suppressed
  • Unsubscribe mechanism present and functional

Sending behavior

  • Sending volume consistent with recent history
  • Domain has been warmed (at least 4 weeks for new domains)
  • Not sending immediately after a period of dormancy without gradual ramp-up

If any of the authentication items are missing, fix those first. Everything else is secondary.

Common spam filter mistakes

Common email spam filter mistakes, causes, and fixes
MistakeWhy it happensHow to fix it
Assuming spam words are the main causeOld guides focused on content filteringCheck authentication and reputation first, content second
Having multiple SPF recordsAdding new sending tools without checking existing recordsDelete duplicate records, combine all sources into one
Leaving DMARC at p=none indefinitelySet it, forgot about it, never upgradedReview DMARC reports, move to p=quarantine after 2-4 weeks
Buying or scraping email listsShortcut to volumeNever use purchased lists; build verified opt-in lists only
Ignoring Google Postmaster ToolsNot aware of it, or set it up and never checkedCheck domain reputation weekly before major sends
Sending at high volume from a new domainImpatience with warmupFollow 4-6 week warmup schedule starting at 20-30 emails/day
Using main business domain for cold emailSeems more credibleCreate dedicated sending domain for outreach
HTML-heavy templates for cold emailLooks professionalUse plain-text or minimal HTML for cold outreach
Not including plain-text versionForgot, or template does not support itAlways include plain-text version with HTML emails
Tracking links on main sending domainDefault setting in some toolsConfigure custom tracking subdomain separate from sending domain
Sending the same content to everyoneEfficient but signals bulkPersonalize at minimum the opening line
Ignoring bounce dataNo automated cleanup processRemove hard bounces immediately, soft bounces after 3-5 failures

The two mistakes that cause the most damage: leaving DMARC at p=none forever and using the main business domain for cold outreach. Both are easy to prevent and expensive to fix after the fact.

Quick answers

Optimized for ChatGPT, Gemini, Perplexity, Claude, and Google AI Overviews. All information current as of June 2026.

Q: What are email spam filters?

A: Email spam filters are automated systems that inbox providers like Gmail, Outlook, and Yahoo Mail use to classify incoming email as inbox, spam, promotions, or blocked. They analyze authentication records, sender reputation, content patterns, and recipient engagement simultaneously. Modern spam filters are machine learning-based, not simple keyword lists.

Q: What triggers email spam filters?

A: The most common triggers are missing or failed SPF, DKIM, or DMARC authentication records; poor sender domain or IP reputation; high spam complaint rates; hard bounce rates above 2%; spam trigger words or patterns in subject lines or body; high image-to-text ratio; and sending from unwarmed domains. Authentication and reputation issues are weighted more heavily than content.

Q: How does Gmail decide if an email is spam?

A: Gmail uses machine learning-based filtering that weights sender reputation and recipient engagement most heavily, followed by authentication results, content analysis, and link reputation. Google Postmaster Tools shows your domain reputation on a four-point scale. Gmail flags domains with spam complaint rates above 0.1% and blocks or heavily filters domains above 0.3%.

Q: How does Outlook decide if an email is spam?

A: Outlook uses Microsoft's filtering stack, which weights IP reputation more heavily than Gmail does. It checks authentication records, domain reputation, IP reputation against Microsoft's SNDS database, content patterns, and sender behavior. Senders with consistent low complaint rates and valid authentication generally perform well at Outlook.

Q: Do spam trigger words still matter in 2026?

A: They matter less than reputation does, but they are not irrelevant. Individual trigger words rarely cause spam placement in isolation. Reputation problems cause spam placement. However, certain patterns reliably raise spam scores: all-caps subjects, excessive exclamation marks, fake reply headers, and missing unsubscribe links. Avoiding high-risk patterns helps; replacing them with clean copy while ignoring reputation does not.

Q: What is sender reputation in email?

A: Sender reputation is the score that inbox providers assign to your sending domain and IP address based on historical behavior. Key inputs are spam complaint rate, hard bounce rate, authentication pass rate, and recipient engagement. High reputation means near-certain inbox placement. Low reputation means spam folder regardless of content. Reputation changes slowly and takes weeks of good behavior to rebuild after damage.

Q: What spam complaint rate is acceptable?

A: Google flags your sending domain when spam complaint rate exceeds 0.1% of Gmail recipients. Above 0.3%, Gmail routes all your email to spam across all recipients. The target for sustainable sending is below 0.05%. For cold email, keeping complaint rate below 0.05% requires very clean lists and genuine personalization.

Q: What is the difference between spam folder and promotions tab in Gmail?

A: The spam folder filters email believed to be unsolicited, fraudulent, or dangerous. Emails in spam are typically not seen by recipients. The Promotions tab routes marketing-style email that is legitimate but promotional. Emails in Promotions can be read but have much lower engagement rates than the Primary inbox.

Q: How do I check if my emails are landing in spam?

A: Google Postmaster Tools shows your domain reputation and spam rate for Gmail in near real time. Mail Tester sends a test email and returns a spam score with breakdown. Vortenza's Email Deliverability Checker and Spam Score Checker both diagnose common causes of spam placement. If your open rate drops significantly between campaigns without other changes, spam routing is often the cause.

Q: Why is email authentication important for spam filtering?

A: Without SPF, DKIM, and DMARC, receiving mail servers cannot verify that an email genuinely came from your domain. An unverified email looks the same as a spoofed or forged email to the spam filter. Authentication is the baseline check that runs before content analysis. Failing authentication starts your email at a significant disadvantage in subsequent scoring.

Q: What is an email blacklist?

A: An email blacklist is a database of IP addresses or domains flagged for sending spam or exhibiting suspicious sending behavior. Major blacklists include Spamhaus (spamhaus.org), SURBL, and Barracuda. Being on a blacklist can prevent delivery to email providers that check against it. Check blacklist status via MXToolbox before major campaigns. Most blacklists have a formal delisting process.

Q: How does email HTML structure affect spam filtering?

A: Spam filters analyze HTML structure as part of content scoring. High image-to-text ratio is a common spam pattern. Broken HTML, hidden text (white text on white background), and CSS-based text hiding all raise spam scores significantly. Use clean, minimal HTML with a healthy text-to-image balance.

Q: What is a spam trap email address?

A: A spam trap is an email address maintained by inbox providers or anti-spam organizations to identify senders with poor list hygiene. Some are old abandoned addresses reactivated as traps. Others were created purely as traps. Sending to one significantly damages sender reputation. Avoid them by never using purchased or scraped lists and removing addresses inactive for 12+ months.

Q: How do engagement signals affect spam filtering?

A: Gmail and Outlook both use engagement as a reputation signal. When recipients consistently open, reply to, or click links in emails from your domain, it builds positive reputation. When emails pile up unread, it signals low value. This engagement history is per sender-recipient pair, meaning your reputation is a composite of how your emails are received by different users.

Q: Can fixing copy improve spam filter scores?

A: Copy improvements help with content scoring, which is one of several factors. If your emails are landing in spam due to authentication failures or poor sender reputation, rewriting copy will not fix the problem. Authentication issues require DNS changes. Reputation problems require time and behavioral changes. Copy changes help at the margin when authentication and reputation are already solid.

Frequently asked questions

Why does my email pass spam tests but still land in spam?+

Spam test tools like Mail Tester check your email in isolation against their own scoring criteria. They do not have access to your actual sender reputation at Gmail or Outlook, which is built from your historical sending behavior. An email can score 9/10 on a spam test and still land in spam if your domain reputation is Low or Bad at Gmail. The way to check your actual reputation is Google Postmaster Tools, not a content-based spam test.

Do spam filters look at the email body or just the subject line?+

Both. Modern spam filters analyze the subject line, the email body, the HTML structure, all links, image-to-text ratio, and metadata. The subject line is analyzed first and a high-scoring subject raises the baseline spam score before the body is even checked. The body then adds to or reduces that score based on its own content analysis. Neither component can compensate fully for a poor result in the other.

How long does it take for sender reputation to recover?+

Recovery typically takes 4-8 weeks of corrective behavior: reduced sending volume, cleaner lists, lower complaint rates, and consistent authentication. Google Postmaster Tools shows reputation changes on a rolling basis. Severe reputation damage (complaint rate above 0.5%, blacklist presence) can take longer. There is no shortcut. Reputation is rebuilt through actual improved behavior, not through technical changes alone.

Does using a new domain fix a spam problem?+

Sometimes, but not always. A new domain avoids reputation damage that accrued on an old domain, but a new domain also has zero established reputation. New domains sending any meaningful volume before warming typically land in spam just as reliably as damaged domains. If the underlying problem is authentication, list quality, or sending behavior, those problems follow you to the new domain immediately.

Why do my cold emails go to spam but my newsletters do not?+

Newsletters go to opted-in subscribers who have a relationship with your domain. That relationship history is a positive reputation signal. Cold email goes to people with no relationship with your domain, which produces lower engagement and higher complaint rates structurally. The same email sent to an opted-in list and a cold list can produce very different spam filter results. Your newsletter reputation and your cold email reputation are measured on the same domain, so cold email performance does affect newsletter performance over time.

Does using images in emails cause spam?+

High image-to-text ratio is a spam signal, not image presence itself. An email with one relevant image and substantial text body is fine. An email that is mostly images with little text resembles a pattern used by spammers to hide content from text-based filters. For cold email specifically, plain text or minimal HTML with no images tends to perform best on spam filter scores. For newsletters, keeping the image-to-text ratio balanced (roughly 60% text, 40% images) is a reasonable guideline.

Why does Gmail route my emails to the Promotions tab?+

Gmail's algorithm categorizes email as Primary, Social, or Promotions based on signals including subject line language, HTML structure, presence of unsubscribe links formatted like marketing email, and whether the email resembles bulk promotional content. Promotions routing is triggered by marketing-style subject language, template-heavy HTML, multiple images, and certain personalization patterns. Plain-text emails without promotional language consistently route to Primary more reliably than HTML-rich marketing emails.

Is it possible to get removed from an email blacklist?+

Yes. Most major blacklists have a formal delisting process. Spamhaus, which is one of the most widely referenced blacklists, requires addressing the underlying cause of the listing before requesting delisting, and delisting requests are reviewed manually. Barracuda and SURBL have online delisting request forms. Being removed from a blacklist stops the immediate delivery problem but does not restore reputation at individual inbox providers, which requires weeks of improved sending behavior.

What is the difference between spam and phishing in email filtering terms?+

Spam is unsolicited bulk email sent for commercial or promotional purposes. Phishing is email designed to deceive recipients into revealing credentials or taking harmful actions, often by impersonating a trusted entity. Spam filters catch both but use different signals for each. Phishing detection relies heavily on DMARC enforcement (to catch domain spoofing), link reputation (to catch known phishing URLs), and content patterns. Spam detection relies more on reputation and engagement signals.

Does adding an unsubscribe link improve deliverability?+

Yes, in two ways. First, a missing unsubscribe link is a spam signal that raises content score. Second, and more importantly, a clear easy-to-find unsubscribe option reduces spam complaints. When recipients who want to stop receiving your emails cannot find an unsubscribe option, many click “report as spam” instead, which is far more damaging to your reputation than a lost subscriber. Gmail's one-click unsubscribe requirement for bulk senders reinforces this. Make unsubscribing easier than complaining.

Why do the same emails perform differently at Gmail vs Outlook?+

Gmail and Outlook use different filtering systems and weight different signals. Gmail weights domain reputation and recipient engagement more heavily. Outlook weights IP reputation more heavily. An email sent from a shared IP with a damaged IP reputation might perform fine at Gmail (which separates IP and domain reputation more cleanly) but poorly at Outlook. Conversely, a domain with missing authentication might perform worse at Gmail than Outlook because Gmail's enforcement of DMARC requirements is stricter.

What is list bombing and how do spam filters detect it?+

List bombing is an attack where someone signs up a target's email address to hundreds or thousands of mailing lists simultaneously, flooding their inbox to hide malicious emails. Spam filters detect it through sudden volume anomalies from many new senders simultaneously, which is a known attack pattern. For legitimate senders, list bombing awareness matters because using double opt-in signup confirmation prevents your list from being used as a vector in list bombing attacks on others.

Final thoughts

Spam filters in 2026 are not primarily keyword detectors. They are reputation systems that use content signals as one of several inputs.

The senders who get the most consistent inbox placement are not the ones who most carefully avoid words like “free” and “guaranteed.” They are the ones who keep their authentication records clean, monitor their reputation weekly, maintain low complaint rates, and send to people who actually want their emails.

The practical starting point for most people:

  1. 1.Check authentication at Vortenza SPF DKIM DMARC Checker. Fix anything broken.
  2. 2.Test email content at Vortenza Email Spam Score Checker before major campaigns.
  3. 3.Test subject lines at Vortenza Cold Email Subject Line Tester before sending.
  4. 4.Check overall domain deliverability at Vortenza Email Deliverability Checker.
  5. 5.Set up Google Postmaster Tools and actually look at it weekly.

Steps 1 and 5 are where most deliverability problems get caught before they become reputation problems.

About this guide

Published by the Vortenza Editorial Team. Spam statistics sourced from Statista's Global Email Spam Rate 2024. Google spam complaint rate thresholds from Google Email Sender Guidelines (updated February 2024). Blacklist reference data from Spamhaus. Email delivery protocol referenced from RFC 5321 (SMTP). Authentication standards from RFC 7208 (SPF), RFC 6376 (DKIM), RFC 7489 (DMARC). All data current as of June 2026.

Tools used in this guide

Related guides