kamilc / email_verifier

Helper validation utility for checking if given email address is real.
MIT License
214 stars 72 forks source link

How to avoid being treated as spam #26

Open chamnap opened 9 years ago

chamnap commented 9 years ago

I got this message back. How to avoid it?

Client host [103.5.127.46] blocked using zen.spamhaus.org; http://www.spamhaus.org/query/bl?ip=103.5.127.46

kamilc commented 9 years ago

Unfortunately there's nothing you can do at this point other than using some other originating server.

chamnap commented 8 years ago

Thanks :)

chamnap commented 8 years ago

@kamilc, How to make this gem work with proxy servers? I would like to run the check behind the proxy servers so it hides its real ip.

padhug commented 8 years ago

@chamnap can i know where you hosting you app? it seems like most of the paas renew you ip daily or you can restart your app to get new ip. I guess getting new ip will solve this problem.