Home > General > Affiliate Marketing Forum

Domain Blacklisting Services (4)


10-03-2011 09:42 AM #1 tijn (Moderator)
Domain Blacklisting Services

Im looking for a list of the major services that are used by like email service providers to blacklist domains and dump emails with those domains in Spam.

Of course there is WOT that is used by Facebook,

Who knows what the main other blacklists are, either for email, IPs, or domains.

Cheers
Tijn


10-03-2011 12:39 PM #2 seank (Member)

I've attached the PHP code I use to check if an email's domain is listed on a DNSBL (blacklisted). Hope this helps.

Sean


10-03-2011 12:42 PM #3 seank (Member)

Actually the code checks against the IP, so to get the IP from a domain name you use something like:
$ip = gethostbyname($domainName);

then call the dnsbl function 'checkBlackList' which returns a list of places where the ip is blacklisted.

Sean


10-03-2011 12:53 PM #4 tijn (Moderator)

awesome! great stuff. there must be like 25 services in there


Home > General > Affiliate Marketing Forum