check-if-email-exists icon indicating copy to clipboard operation
check-if-email-exists copied to clipboard

SkippedDomain: Reacher currently cannot verify emails from @icloud.com

Open codemonies opened this issue 1 year ago • 2 comments

Email to check

icloud.com

From where did you run check-if-email-exists?

OVH

Version of check-if-email-exists (if running it yourself)

check-if-email-exists-cli 0.9.1

What happened?

It appears @icloud.com emails are blacklisted. How can I override this with the compiled binary package, or do I have to rebuild with the modification?

Relevant log output

"smtp": {
        "error": {
            "type": "SkippedDomain",
            "message": "Reacher currently cannot verify emails from @icloud.com"
        }
    },

codemonies avatar May 17 '24 08:05 codemonies

Do you have an idea how to verify emails from icloud.com? I constantly have negative results https://github.com/reacherhq/check-if-email-exists/issues/1410#issue-2040108878

amaury1093 avatar May 17 '24 20:05 amaury1093

@amaury1093 iCloud checks your IP address against Proofpoint: https://support.proofpoint.com/dnsbl-lookup.cgi

I am guessing your IP address is blacklisted. However, in such circumstances, I don't think it's ever a good idea to completely blacklist a domain. I am using check-if-email-exists-cli 0.8.32 and it works fine now.

codemonies avatar May 17 '24 21:05 codemonies