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

Remove net.ua from disposable email domains #237

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

miry
Copy link
Contributor

@miry miry commented May 2, 2024

net.ua is a root domain and should not mark as disposable email domain.
It blocks all domains in that zone.

https://www.net.ua/uk/

net.ua is a root domain and should not mark as disposable email domain.
It blocks all domains in that zone.
@miry miry force-pushed the undisposable-net-ua branch from 7770262 to a8e2cce Compare May 2, 2024 06:11
@@ -30,4 +31,4 @@

result_emails = (existing_emails + remote_emails).map(&:strip).uniq.sort - whitelisted_emails

File.open("config/disposable_email_domains.txt", "w") { |f| f.write result_emails.join("\n") }
File.write("config/disposable_email_domains.txt", result_emails.join("\n"))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for those unrelevant change, it was done automatilcy with standardrb.

@micke micke merged commit be3c9a9 into micke:master Jul 11, 2024
@miry miry deleted the undisposable-net-ua branch July 12, 2024 06:04
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

Successfully merging this pull request may close these issues.

2 participants