Check Email Copy for Spam Triggers
Analyse cold email copy with SpamAssassin and get back the score, threshold, verdict, and the exact rules that fired. Free, with a daily cap shared with the dashboard tool.
score, the spam threshold (default 5.0), a verdict (clean, borderline, or likely_flagged), and the rules that fired with their points and plain-English descriptions.
SpamAssassin reacts to phrasing, not strategy. To lower a score, reword the phrases behind the highest-points rules and re-check — you keep the offer, you change the wording. It’s one tool in your deliverability belt: a clean result isn’t a guarantee of inbox placement, but it’s a fast way to reverse-engineer what content filters react to before you send.
Pricing and limits
Free — no credits are deducted. Usage is bounded by 100 checks per day per account, shared with the in-dashboard spam checker (both draw down the same pool), plus the standard 20 requests per second per API key. Both limits return429; the code field (daily_quota_exceeded vs rate_limited) and the Retry-After header tell them apart. See errors for the full reference.Authorizations
API key for authentication
Body
Email copy to analyse for spam-filter triggers.
Response
Successful Response
SpamAssassin analysis of the submitted email copy.
Total SpamAssassin score for the copy. Higher means more spam-like.
2.6
Score at or above which mail is treated as spam (SpamAssassin default is 5.0).
5
Overall assessment: clean (well below threshold), borderline (approaching threshold), or likely_flagged (at or above threshold).
"borderline"
Content rules that fired, highest-scoring first. Empty when nothing triggered.