email_assessor 0.4.3 → 0.4.4
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/lib/email_assessor.rb +1 -1
- data/lib/email_assessor/version.rb +1 -1
- data/vendor/disposable_domains.txt +0 -22
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21459f3829c02193184477874feb7e994b5cad15
|
|
4
|
+
data.tar.gz: 19a01dde1b6eea60710bce989cd35706f3799cb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 186babc51edb4b1bd6197b8f2baca989538a5fc3d76efead5bc1a4aecf5559a822692b4df1137d5bc7e4caf64b9a574d17bc9d97a90f6338eab01ccb9f1e150f
|
|
7
|
+
data.tar.gz: 34648475aa21feba1c4688d7a77b74dafe54035746f8ddcc5acad9d288331a6880e5a364fca32b1b335e54a8d64a4be173ac0e71b749c9b09035bd805a9e9ffe
|
data/lib/email_assessor.rb
CHANGED
|
@@ -18,7 +18,7 @@ module EmailAssessor
|
|
|
18
18
|
file_name ||= ""
|
|
19
19
|
domain = domain.downcase
|
|
20
20
|
|
|
21
|
-
# Using String#end_with? here would lead to unexpected quirks and false
|
|
21
|
+
# Using String#end_with? here would lead to unexpected quirks and false positives.
|
|
22
22
|
# For instance, hotmail.com is valid but tmail.com is not.
|
|
23
23
|
File.foreach(file_name).any? { |line| domain.match?(%r{\A(?:.+\.)*?#{line.chomp}\z}i) }
|
|
24
24
|
end
|
|
@@ -156,15 +156,6 @@ amail.club
|
|
|
156
156
|
amail.com
|
|
157
157
|
ama-trade.de
|
|
158
158
|
ama-trans.de
|
|
159
|
-
<<<<<<< HEAD
|
|
160
|
-
||||||| parent of 2d25508... Update more disposable email domains
|
|
161
|
-
amail.com
|
|
162
|
-
amail4.me
|
|
163
|
-
=======
|
|
164
|
-
amail.com
|
|
165
|
-
amail.club
|
|
166
|
-
amail4.me
|
|
167
|
-
>>>>>>> 2d25508... Update more disposable email domains
|
|
168
159
|
amazon-aws.org
|
|
169
160
|
amelabs.com
|
|
170
161
|
amilegit.com
|
|
@@ -307,7 +298,6 @@ c2.hu
|
|
|
307
298
|
c51vsgq.com
|
|
308
299
|
cachedot.net
|
|
309
300
|
californiafitnessdeals.com
|
|
310
|
-
cars2.club
|
|
311
301
|
cam4you.cc
|
|
312
302
|
card.zp.ua
|
|
313
303
|
cars2.club
|
|
@@ -343,7 +333,6 @@ clixser.com
|
|
|
343
333
|
clrmail.com
|
|
344
334
|
cmail.club
|
|
345
335
|
cmail.com
|
|
346
|
-
cmail.club
|
|
347
336
|
cmail.net
|
|
348
337
|
cmail.org
|
|
349
338
|
cnamed.com
|
|
@@ -737,14 +726,9 @@ getairmail.ga
|
|
|
737
726
|
getairmail.gq
|
|
738
727
|
getairmail.ml
|
|
739
728
|
getairmail.tk
|
|
740
|
-
<<<<<<< HEAD
|
|
741
729
|
get-mail.cf
|
|
742
730
|
get-mail.ga
|
|
743
731
|
get-mail.ml
|
|
744
|
-
||||||| parent of 2d25508... Update more disposable email domains
|
|
745
|
-
=======
|
|
746
|
-
getnada.com
|
|
747
|
-
>>>>>>> 2d25508... Update more disposable email domains
|
|
748
732
|
getmails.eu
|
|
749
733
|
get-mail.tk
|
|
750
734
|
getnada.com
|
|
@@ -1285,14 +1269,8 @@ mywarnernet.net
|
|
|
1285
1269
|
myzx.com
|
|
1286
1270
|
n1nja.org
|
|
1287
1271
|
nabuma.com
|
|
1288
|
-
<<<<<<< HEAD
|
|
1289
1272
|
nada.email
|
|
1290
1273
|
nada.ltd
|
|
1291
|
-
||||||| parent of 2d25508... Update more disposable email domains
|
|
1292
|
-
=======
|
|
1293
|
-
nada.ltd
|
|
1294
|
-
nada.email
|
|
1295
|
-
>>>>>>> 2d25508... Update more disposable email domains
|
|
1296
1274
|
nakedtruth.biz
|
|
1297
1275
|
nanonym.ch
|
|
1298
1276
|
nationalgardeningclub.com
|