• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Tools to Check if an Email Address is Blacklisted

 
Ranch Hand
Posts: 346
10
Eclipse IDE Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is someone I know who uses a gmail address for work. The organisation she works for is quite small and they have been using gmail as their main contact email. She has to talk to people at universities and it seems that some school servers have been blocking her emails. Any suggestions on free tools that could be used to check if that particular gmail address has been blacklisted?
 
Saloon Keeper
Posts: 28713
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do a web search on the terms "check email blacklist". you will find a number of sites that can check the various public blacklists.

Note that organizations and people may have their own black/spam lists as well, and unfortunately, the only way to check against them is to send something to them and have them check their mail logs.

It's quite possible to accidentally get blacklisted - it has happened to me. In fact, Google actually spam-listed mail from myself to myself! But there are generally ways to get removed from such lists if it's a genuine error.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic