reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.22k stars 324 forks source link

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

Open codemonies opened 1 month ago

codemonies commented 1 month ago

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"
        }
    },
amaury1093 commented 1 month ago

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

codemonies commented 1 month ago

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