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

SMTP rejected because of ban by Spamhaus #100

Open
tpimh opened this issue Oct 4, 2022 · 2 comments
Open

SMTP rejected because of ban by Spamhaus #100

tpimh opened this issue Oct 4, 2022 · 2 comments

Comments

@tpimh
Copy link

tpimh commented Oct 4, 2022

I tried validating a number of email addresses using this library, and everything was fine at first, but after some time I started getting validSmtp: null and debug showed the following types of messages:

Mailbox: got data 550 5.7.1 Service unavailable, Client host [xx.xx.xx.xx] blocked using Spamhaus. To request removal from this list see ... (outlook)
Mailbox: got data 550 5.7.1 Mail from IP xx.xx.xx.xx was rejected due to listing in Spamhaus SBL. For details please see ... (icloud)

Is there a good way to prevent getting into Spamhaus blacklist while using this library?

@angle319
Copy link

Actually, this action is like the package.
There is no other way bypass spam block list unless you build your own mail server with it's own ip.

@tpimh
Copy link
Author

tpimh commented Aug 20, 2024

Thanks for your reply. In fact I have built my own mail server with a dedicated IP, and the problem was that this IP was constantly added to the blacklist when using this library. I don't know if there's any good email validation method that doesn't make such request that are detected by Spamhaus as malicious.

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