Checking Honeypots Spam Email Addresses

Is there an API (preferably based on PHP) or another means of verifying a user-entered email address against a list of known mail decoys or other methods of stopping spam associated with an email address?

Context: I am working on a contact processing system for our customers. Ultimately, it will interact with Verticalresponse or similar. I want to check all incoming contact email addresses to make sure they are legal and not an acquired list.

+3
source share
1 answer

You cannot find such a database or PHP interface. The Honeypot project alone has 62,782,527 traps on its monitor. This is 62 million addresses.

Anyone can do a spam trap. Check, for example, these links to get a picture of the futility of detecting honeypot addresses.

, , , ? . - removethis - , -, , , , . , DNS - , . DNS , , .

+3

All Articles