email_data 1696724921.0.0 → 1697647319.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.tool-versions +2 -2
- data/README.md +15 -3
- data/bin/sync +2 -0
- data/data/disposable_domains.txt +22 -0
- data/data/disposable_domains_with_mx.txt +964 -827
- data/data/disposable_domains_without_mx.txt +105640 -105755
- data/data/dnsbls.txt +230 -0
- data/data/manual/dnsbls.txt +230 -0
- data/lib/email_data/source/active_record.rb +8 -0
- data/lib/email_data/source/file_system.rb +4 -0
- data/lib/email_data/version.rb +1 -1
- data/lib/email_data.rb +2 -1
- data/package.json +1 -1
- data/yarn.lock +4 -0
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 438c36335216a4788b018eea41d8585d23376d39b1b44317a476b99311aa79f4
|
4
|
+
data.tar.gz: 1014c7c3733bf00bfc86db6cb5d394932310e4755ca287e40f2f5840ee3a6d41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0e9aeee4657ff79f497c41b82b8f62c3bbb68537298bfd9dea5f5f9f2632d9895128d669a3daf3315901c32b03c1f0fb4fed6034730a148c44f184f2d01cae9
|
7
|
+
data.tar.gz: f41f719ea48f113bc5c78885af88bd8f086b85f26696033f18256f2a4a3357f84ed6fe2ffd90b6df661af476abcd5c1009dad6c0b43d8b2f96238ea55cf10a13
|
data/.tool-versions
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
ruby 3.
|
2
|
-
nodejs
|
1
|
+
ruby 3.2.2
|
2
|
+
nodejs 18.18.0
|
data/README.md
CHANGED
@@ -65,6 +65,9 @@ EmailData.tlds
|
|
65
65
|
|
66
66
|
# List of second-level domains.
|
67
67
|
EmailData.slds
|
68
|
+
|
69
|
+
# A list of DNSBL providers.
|
70
|
+
EmailData.dnsbls
|
68
71
|
```
|
69
72
|
|
70
73
|
#### Data sources
|
@@ -158,6 +161,12 @@ class SetupEmailData < ActiveRecord::Migration[6.1]
|
|
158
161
|
end
|
159
162
|
|
160
163
|
add_index :private_relays, :name, unique: true
|
164
|
+
|
165
|
+
create_table :dnsbls do |t|
|
166
|
+
t.citext :name, null: false
|
167
|
+
end
|
168
|
+
|
169
|
+
add_index :dnsbls, :name, unique: true
|
161
170
|
end
|
162
171
|
end
|
163
172
|
```
|
@@ -195,11 +204,12 @@ COPY disposable_domains_without_mx (name) FROM '/usr/local/ruby/2.7.1/lib/ruby/g
|
|
195
204
|
COPY free_email_domains (name) FROM '/usr/local/ruby/2.7.1/lib/ruby/gems/2.7.0/gems/email_data-1601479967/data/free_email_domains.txt';
|
196
205
|
COPY roles (name) FROM '/usr/local/ruby/2.7.1/lib/ruby/gems/2.7.0/gems/email_data-1601479967/data/roles.txt';
|
197
206
|
COPY private_relays (name) FROM '/usr/local/ruby/2.7.1/lib/ruby/gems/2.7.0/gems/email_data-1601479967/data/private_relays.txt';
|
207
|
+
COPY dnsbls (name) FROM '/usr/local/ruby/2.7.1/lib/ruby/gems/2.7.0/gems/email_data-1601479967/data/dnsbls.txt';
|
198
208
|
```
|
199
209
|
|
200
|
-
Alternatively, you could create a migration that executes that same command;
|
201
|
-
that you'd be running Ruby code, you can replace the steps to find the gem
|
202
|
-
with `EmailData.data_dir`.
|
210
|
+
Alternatively, you could create a migration that executes that same command;
|
211
|
+
given that you'd be running Ruby code, you can replace the steps to find the gem
|
212
|
+
path with `EmailData.data_dir`.
|
203
213
|
|
204
214
|
```ruby
|
205
215
|
class LoadEmailData < ActiveRecord::Migration[6.1]
|
@@ -225,6 +235,7 @@ class LoadEmailData < ActiveRecord::Migration[6.1]
|
|
225
235
|
copy.call(:free_email_domains)
|
226
236
|
copy.call(:roles)
|
227
237
|
copy.call(:private_relays)
|
238
|
+
copy.call(:dnsbls)
|
228
239
|
end
|
229
240
|
end
|
230
241
|
```
|
@@ -256,6 +267,7 @@ const privateRelays = require("@fnando/email_data/data/json/private_relays.json"
|
|
256
267
|
const tlds = require("@fnando/email_data/data/json/tlds.json");
|
257
268
|
const slds = require("@fnando/email_data/data/json/slds.json");
|
258
269
|
const cctlds = require("@fnando/email_data/data/json/country_tlds.json");
|
270
|
+
const dnsbls = require("@fnando/email_data/data/json/dnsbls.json");
|
259
271
|
```
|
260
272
|
|
261
273
|
## Dataset
|
data/bin/sync
CHANGED
data/data/disposable_domains.txt
CHANGED
@@ -25185,6 +25185,7 @@ bmkc6k.com
|
|
25185
25185
|
bmks.com
|
25186
25186
|
bmllw.com
|
25187
25187
|
bmmh.com
|
25188
|
+
bmo15180nezid.com
|
25188
25189
|
bmonlinebanking.com
|
25189
25190
|
bmonte.world
|
25190
25191
|
bmpk.org
|
@@ -27195,6 +27196,7 @@ bsacherokee.org
|
|
27195
27196
|
bsaloving.com
|
27196
27197
|
bsartandframess.shop
|
27197
27198
|
bsasales.com
|
27199
|
+
bsb00061zbock.com
|
27198
27200
|
bsbhz1zbbff6dccbia.cf
|
27199
27201
|
bsbhz1zbbff6dccbia.ga
|
27200
27202
|
bsbhz1zbbff6dccbia.ml
|
@@ -42993,6 +42995,7 @@ dltv.site
|
|
42993
42995
|
dltz.net
|
42994
42996
|
dluerei.com
|
42995
42997
|
dluxuriousvehicles.com
|
42998
|
+
dlv07486zbock.com
|
42996
42999
|
dlwatch.ru
|
42997
43000
|
dlwdudtwlt557.ga
|
42998
43001
|
dlxglamour.com
|
@@ -44911,6 +44914,7 @@ dryoneone.com
|
|
44911
44914
|
drypipe.com
|
44912
44915
|
dryriverboys.com
|
44913
44916
|
drywallassociation.com
|
44917
|
+
drywallevolutions.com
|
44914
44918
|
drzibners.com
|
44915
44919
|
drzwi.edu
|
44916
44920
|
drzwi.turek.pl
|
@@ -57227,6 +57231,7 @@ gabooster.com
|
|
57227
57231
|
gabox.store
|
57228
57232
|
gabriel278.store
|
57229
57233
|
gabrieladiaz.net
|
57234
|
+
gabrielagaleas.com
|
57230
57235
|
gabrielamusic.org
|
57231
57236
|
gabrieldunn.buzz
|
57232
57237
|
gabrieljarvis.buzz
|
@@ -60254,6 +60259,7 @@ gnetnagiwd.xyz
|
|
60254
60259
|
gnew.site
|
60255
60260
|
gnews.media
|
60256
60261
|
gnfn.com
|
60262
|
+
gni19142nezid.com
|
60257
60263
|
gnia.com
|
60258
60264
|
gnipgykdv94fu1hol.cf
|
60259
60265
|
gnipgykdv94fu1hol.ga
|
@@ -62069,6 +62075,7 @@ grubybenekrayskiego.pl
|
|
62069
62075
|
grubymail.com
|
62070
62076
|
grud-devushki.ru
|
62071
62077
|
grue.de
|
62078
|
+
gruene-nein-danke.xyz
|
62072
62079
|
grufefse.cf
|
62073
62080
|
grugrug.ru
|
62074
62081
|
grumlylesite.com
|
@@ -67872,6 +67879,7 @@ hrgmgka.ga
|
|
67872
67879
|
hrgmgka.gq
|
67873
67880
|
hrgmgka.ml
|
67874
67881
|
hrgy12.com
|
67882
|
+
hri16938nezid.com
|
67875
67883
|
hrisheek.com
|
67876
67884
|
hrisland.com
|
67877
67885
|
hrjs.com
|
@@ -68539,6 +68547,7 @@ hxcvousa.store
|
|
68539
68547
|
hxd104.com
|
68540
68548
|
hxdfa5.info
|
68541
68549
|
hxdjswzzy.pl
|
68550
|
+
hxf34187zslsz.com
|
68542
68551
|
hxhbnqhlwtbr.ga
|
68543
68552
|
hxhbnqhlwtbr.ml
|
68544
68553
|
hxhbnqhlwtbr.tk
|
@@ -69230,6 +69239,7 @@ icfriend.com
|
|
69230
69239
|
icgrlb.info
|
69231
69240
|
icgs.de
|
69232
69241
|
ich-bin-verrueckt-nach-dir.de
|
69242
|
+
ich-esse-fleisch.bio
|
69233
69243
|
ich-will-net.de
|
69234
69244
|
ichairscn.com
|
69235
69245
|
ichatz.ga
|
@@ -69712,6 +69722,7 @@ ificifin.shop
|
|
69712
69722
|
ifightexpress.com
|
69713
69723
|
ifile.com
|
69714
69724
|
ifinific.shop
|
69725
|
+
ifioridivalentina.com
|
69715
69726
|
ifixticket.com
|
69716
69727
|
ifjl.com
|
69717
69728
|
ifjn.com
|
@@ -81690,6 +81701,7 @@ leaec.com
|
|
81690
81701
|
leafiums.cf
|
81691
81702
|
leafmanager.com
|
81692
81703
|
leafofallcolors.com
|
81704
|
+
leafrelief.org
|
81693
81705
|
leafzie.com
|
81694
81706
|
league0.com
|
81695
81707
|
leaguecms.com
|
@@ -85529,6 +85541,7 @@ lthz1v.us
|
|
85529
85541
|
ltiempo.es
|
85530
85542
|
ltiosmjo.shop
|
85531
85543
|
ltkuib.us
|
85544
|
+
ltlseguridad.com
|
85532
85545
|
ltnzempevy.ga
|
85533
85546
|
ltt.us
|
85534
85547
|
ltt0zgz9wtu.cf
|
@@ -96363,6 +96376,7 @@ mzigg6wjms3prrbe.gq
|
|
96363
96376
|
mzigg6wjms3prrbe.ml
|
96364
96377
|
mzigg6wjms3prrbe.tk
|
96365
96378
|
mziqo.com
|
96379
|
+
mzl08618nezid.com
|
96366
96380
|
mzlcd.us
|
96367
96381
|
mzlmptvf.shop
|
96368
96382
|
mznoe.xyz
|
@@ -112788,6 +112802,7 @@ pxeneu.xyz
|
|
112788
112802
|
pxey8q.us
|
112789
112803
|
pxhdtz.icu
|
112790
112804
|
pxixc.live
|
112805
|
+
pxj62183zbock.com
|
112791
112806
|
pxjtw.com
|
112792
112807
|
pxkejz.site
|
112793
112808
|
pxlink.xyz
|
@@ -117263,6 +117278,7 @@ resume.land
|
|
117263
117278
|
resumeshortly.com
|
117264
117279
|
resumeworks4u.com
|
117265
117280
|
resumewrite.ru
|
117281
|
+
resunleasing.com
|
117266
117282
|
resurgeons.com
|
117267
117283
|
resurs-nn.com
|
117268
117284
|
resusskills.com
|
@@ -119272,6 +119288,7 @@ rq1h27n291puvzd.ml
|
|
119272
119288
|
rq1h27n291puvzd.tk
|
119273
119289
|
rq4oid.us
|
119274
119290
|
rq6668f.com
|
119291
|
+
rqa19414zslsz.com
|
119275
119292
|
rqaxih.com
|
119276
119293
|
rqhpce.us
|
119277
119294
|
rqjjf.live
|
@@ -128327,6 +128344,7 @@ sparkgnome.com
|
|
128327
128344
|
sparkgrowthteam.com
|
128328
128345
|
sparklepuzzles.app
|
128329
128346
|
sparkles.rocks
|
128347
|
+
sparklingnewsbeat.com
|
128330
128348
|
sparklingnewsflow.com
|
128331
128349
|
sparklogics.com
|
128332
128350
|
sparkmail.top
|
@@ -129947,6 +129965,7 @@ stevenklein.com
|
|
129947
129965
|
stevenledford.com
|
129948
129966
|
stevenolls.info
|
129949
129967
|
stevenorbye.com
|
129968
|
+
stevensbeautyspa.com
|
129950
129969
|
stevenspointapartments.com
|
129951
129970
|
stevepavilanis.com
|
129952
129971
|
stevepurdie.com
|
@@ -139870,6 +139889,7 @@ truwera.com
|
|
139870
139889
|
truxamail.com
|
139871
139890
|
truxbox.ru
|
139872
139891
|
truyenbb.com
|
139892
|
+
trv57621omeie.com
|
139873
139893
|
trwfey.us
|
139874
139894
|
trwh.co.za
|
139875
139895
|
trxsuspension.us
|
@@ -146024,6 +146044,7 @@ visualarguments.com
|
|
146024
146044
|
visualcluster.com
|
146025
146045
|
visualfx.com
|
146026
146046
|
visualimpactreviews.com
|
146047
|
+
visualizainmobiliaria.com
|
146027
146048
|
visualkonzept.de
|
146028
146049
|
visualmotiv.com
|
146029
146050
|
visualpro.online
|
@@ -152649,6 +152670,7 @@ xjav77.com
|
|
152649
152670
|
xjaymn.com
|
152650
152671
|
xjbpav.com
|
152651
152672
|
xjedu1.site
|
152673
|
+
xjf07286zslsz.com
|
152652
152674
|
xjgbw.com
|
152653
152675
|
xjghm.com
|
152654
152676
|
xjgyud.us
|