email_verifier icon indicating copy to clipboard operation
email_verifier copied to clipboard

How to resolve error client host blocked

Open pandu-49-zz opened this issue 8 years ago • 3 comments

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!

pandu-49-zz avatar Mar 04 '16 10:03 pandu-49-zz

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

padhug avatar Mar 09 '16 13:03 padhug

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?

paulwalker avatar Apr 01 '16 17:04 paulwalker

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.

padhug avatar Apr 02 '16 00:04 padhug