Skip to main content

Methodology · spam-v3-2026-07

Email Spam Score Checker methodology

Content-side pre-send risk scorer inspired by SpamAssassin-style rules. Fully client-side. Not deliverability reputation, authentication, or inbox placement prediction.

Rule-basedBrowser-onlyNo IP / DNS checks

Inputs

01Subject and body you paste

The checker runs entirely in the browser on the subject line and HTML or plain-text body you provide. No message is sent; no DNS or IP reputation lookups occur. Treat it as a pre-send content hygiene pass.

Scoring model

02How risk is calculated

  • Independent symbolic rules fire with weights (lexicon, subject, formatting, links, HTML, structure, phishing cues, compliance).
  • Density and combo multipliers raise stacked risk (e.g. spam phrases + ALL CAPS + many tracking links).
  • Limited ham credits reduce raw points hard-capped so “clean” tokens cannot erase a critical stack.
  • Raw points map to a 0–100 risk index and an SA-like 0–10 curve (steep for marketers who want hard gates).

Risk pillars

03What gets inspected

  • Lexicon spam / hard-sell phrases
  • Subject length, punctuation, deceptive patterns
  • Formatting caps density, exclamation spam, symbol noise
  • Links count, domain diversity, shortener / tracking hygiene
  • HTML image-heavy ratio, markup risk patterns
  • Structure · phishing cues · compliance missing unsubscribe / legal patterns where relevant

Worked interpretation

04Reading a high-risk draft

Example: a promo email scores high risk because the subject is ALL CAPS with multiple exclamation marks, the body stacks “act now” lexicon with five tracking short links, and the HTML is image-heavy with weak text alternative. Removing caps and one spam phrase alone may not clear a combo multiplier if links and formatting remain aggressive.

  • Clear the densest combo first (lexicon + formatting + links).
  • Re-check after each cluster of edits; stacked rules interact.
  • Still validate authentication and list hygiene outside this tool.