Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to resolve error client host blocked #31

Open
pandu-49-zz opened this issue Mar 4, 2016 · 3 comments
Open

How to resolve error client host blocked #31

pandu-49-zz opened this issue Mar 4, 2016 · 3 comments

Comments

@pandu-49-zz
Copy link

I installed and added following code to application.rb

EmailVerifier.config do |config|
config.verifier_email = "[email protected]"
end

but when i tried to use this
EmailVerifier.check("[email protected]")
I'm getting following error
554 5.7.1 ACL dns_rbl; Client host [182.72.244.66] blocked using sa-ip4tset.blagr.emailsrvr.com=127.24.0.2 Spamhaus XBL. Please visit http://www.spamhaus.org/lookup/ for more information on why this message could not be delivered

Help me to resolve this!

@padhug
Copy link

padhug commented Mar 9, 2016

@pandugreycampus 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.

@paulwalker
Copy link

I am having this same issue on Heroku. Are you saying that I need to restart my app when this happens? I thought this gem was Heroku compatible?

@padhug
Copy link

padhug commented Apr 2, 2016

Hi it's heroku compatible, mainly this problem happens when the ip in which your application running is in some spam list, when you restart your app you will get new ip. In my experience as heroku run in aws, most of their ips already in these spam list. So we can't expect 100% result with this method. But we still can get some results for the emails where their email servers don't use/check spam list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants