Skip to content

Commit

Permalink
Remove embarqmail.com from disposible list (#253)
Browse files Browse the repository at this point in the history
* remove  embarqmail.com from spam list

* skip embarqmail.com in pull_mailchecker_emails.rb

---------

Co-authored-by: Micke Lisinge <[email protected]>
  • Loading branch information
trostli and micke authored Sep 27, 2024
1 parent a39ed57 commit d68c5d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/disposable_email_domains.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51296,7 +51296,6 @@ embaeqmail.com
embalaje.us
embaramail.com
embarq.net
embarqmail.com
embarqumail.com
embassyofcoffee.de
embatqmail.com
Expand Down
2 changes: 1 addition & 1 deletion pull_mailchecker_emails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
passinbox.com passfwd.com passmail.com passmail.net
duck.com mozmail.com dralias.com 8alias.com 8shield.net
mailinblack.com anonaddy.com anonaddy.me addy.io privaterelay.appleid.com appleid.com
net.ua kommespaeter.de alpenjodel.de my.id web.id directbox.com
net.ua kommespaeter.de alpenjodel.de my.id web.id directbox.com embarqmail.com
]

existing_emails = File.open("config/disposable_email_domains.txt") { |f| f.read.split("\n") }
Expand Down

0 comments on commit d68c5d7

Please sign in to comment.