Honeypot (Spam Trap Type)
Definition
An email address specifically created to catch spammers, never used by a real person.
Expanded Explanation
What Is a Honeypot Email Address?
A honeypot email address is a trap — an email address specifically created to catch spammers. It has never belonged to a real person, has never been used for any legitimate purpose, and has never been published anywhere a genuine user would submit it. The address exists solely to receive unsolicited mail. Any sender who emails a honeypot is, by definition, sending to an address they obtained through harvesting, scraping, or purchasing — not through legitimate opt-in.
How Honeypots Are Deployed
Honeypot addresses are placed in hidden or obscured locations on websites where automated email harvesting bots will find them — but real users navigating the site wouldn't. Common techniques include hiding addresses in HTML comments, in white-text-on-white-background spans, in CSS-hidden div elements, or in pages not linked from any navigation. Bots that crawl web pages for email addresses pick up these honeypots; humans never see them.
Honeypots vs. Recycled Spam Traps
There are two main types of spam traps. Honeypots (also called pristine spam traps) have never been legitimate addresses — they were created specifically as traps. Recycled spam traps were once legitimate email addresses that have since been abandoned and repurposed by ISPs or blacklist operators to catch senders with poor list hygiene. Honeypots are considered more severe: hitting a honeypot strongly suggests harvesting or scraping. Hitting a recycled trap suggests outdated lists.
The Consequences of Hitting a Honeypot
Hitting honeypot addresses is grounds for immediate blacklisting by major operators like Spamhaus. The Spamhaus Trap Blocklist (STBL) specifically tracks IPs that have sent to known spam trap addresses. A single honeypot hit can trigger blacklisting that severely impacts deliverability across all major ISPs and security services. Recovery is possible but requires demonstrating a fundamental change in list acquisition practices.
How to Avoid Honeypot Addresses
The primary defense against honeypot hits is rigorous list acquisition hygiene: never purchase, rent, or scrape email lists. Only collect addresses through genuine opt-in mechanisms where real humans provide their own addresses. Never use email harvesting tools or data brokers. Even with perfect acquisition practices, old lists can contain honeypots if they were assembled through less rigorous methods. EmailVerify.io's verification process identifies known trap domains and patterns, and the API prevents obviously fake signup patterns. Protect your list at emailverify.io.
Honeypots in Sign-Up Forms
The term "honeypot" is also used in a completely different context: web form spam prevention. In form design, a honeypot is a hidden form field that human users never see or fill in, but that spam bots (which fill all fields) do fill in. If the hidden field has a value when the form is submitted, the server knows a bot submitted the form and rejects it. This is a legitimate and widely used anti-bot technique entirely separate from email trap addresses.