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

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

Open
codemonies opened this issue May 17, 2024 · 2 comments
Open

Comments

@codemonies
Copy link

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
Copy link
Member

Do you have an idea how to verify emails from icloud.com? I constantly have negative results #1410 (comment)

@codemonies
Copy link
Author

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

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

2 participants