The Truth About Bot Clicks: Are AI Agents Bypassing Your Email Verification?

By Eric John Emberda

Explore my NLP research and published research.

The Truth About Bot Clicks: Are AI Agents Bypassing Your Email Verification?

I woke up today to a flooded inbox. It was filled with multiple notifications for new confirmed subscribers. I recently added a double opt-in layer to my website. So if people want to subscribe and get notified of new posts, they have to click a verification link sent to their email to confirm their subscription.



The subscribers were mostly from corporate email addresses. Well, the number was surprising to me. I did not expect that many people to see value in my content so quickly. But I had to wonder how many are actually legitimate subscribers, and how many are not.




Here are five reasons why your subscriber list might be inflated.

  1. AI Agents. People have been deploying AI agents everywhere. Many of the use cases are actually for inbox management. AI bots are now reading emails and responding appropriately to the message. A click on a subscription link is too simple of a task for them.
  2. Aggressive security software. Companies use strict email security gateways to protect their networks. Tools from providers like Proofpoint or Fortinet automatically scan every incoming email. They automatically click every single link inside the message to check for malware or phishing attempts. This inadvertently confirms the subscription on behalf of the user.
  3. API or webhook misfires. Sometimes our backend systems fail to communicate properly. A simple routine data sync between your mailing list software and your website database can accidentally trigger a confirmed status. The email link never actually gets clicked.
  4. Direct form attacks. Spammers are very clever. They write automated scripts that bypass the email inbox entirely. They send a direct command to your server. This tricks your database into recording a confirmed submission from a fake user.
  5. Platform caching glitches. Mailing list platforms are not perfect. Sometimes an initial bot clicks the verification link and your system caches that response. Subsequent false confirmations might happen purely from the cache. (This is exactly why your web server logs might show zero traffic even when you get a notification).


So how do we fix this? Here is how I approach it when building custom platforms or integrating AI in resource-constrained environments.


  1. Add a hidden link. We can place an invisible link in the email. Human readers cannot see it. If the link gets clicked, we know a security bot or AI agent scanned the email.
  2. Use CAPTCHA on signup forms. This stops basic web scrapers from filling out your form in the first place.
  3. Look at other metrics. We should not rely purely on click rates. We need to monitor actual replies or website activity to verify real human interest.
  4. Segment suspected bots. If a subscriber clicks every link within three seconds of delivery, we flag them in our database.


As an educator and digital solutions advocate, I deal with this constantly. I empower organizations to strategically leverage technology. Building a clean mailing list for B2B or B2C is now easier than before with the same technology that I suspected to cause the spike in subscriptions: AI. However, some small organizations still feel deprived of this technology because frontier models from leading AI companies are now starting to increase their fees from token usage. Small and medium organizations just can't afford these.


Did you know that you have options using the "dumb" models? Let me know if you're interested.

Related Articles

The "Cart Before the Horse" Legacy of Philippine Legislation: Doing More Harm to Tech Startups than to Tech Predators

It is a well-observed reality in Philippine governance: the country has no shortage of brilliant, world-class minds drafting laws that look spectacular on paper. However, there is a systemic disconnect …

Read More →

Brutal 4 AM Layoff Email by Meta

The news just broke about Meta laying off another 8,000 employees. Thousands of people woke up to a 4 AM email stating their roles were eliminated. Their system access was …

Read More →

Lessons from the Canvas Hack: Why "Basic" is Better

The news about the Canvas data breach is a loud wake-up call for school leaders. (Reports say millions of user records were exposed.) It forces us to look past shiny …

Read More →

Subscribe to Updates

Get notified about new blog posts, AI insights, and digital transformation strategies.

We respect your privacy. Unsubscribe at any time.