You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for taking up the mantle since the death of mailcheck.js and for building a package that is generally a pleasure to set up and use out of the box.
I had a look at the default config for the list of domains:
...and I'm a bit confused as to why Outlook/Hotmail/Mail/Live and Yahoo domains are separate from the popular domains list, which both Gmail.com, Googlemail.com and even MSN.com are on. At first I was going to make a PR to fix since it seems so much like a mistake, given the market share of all these domains is about the same as Gmail in the Western world, and sometimes higher for certain demographics (people who are Gen X or older, people in the UK) based on my experiences running a general purpose web app in the UK and seeing these domains on an hourly basis.
However I'm also not entirely sure what the purpose of the secondLevelDomains is, since the name is confusing (since most of the domains in popular domains are also second-level domains), and its function doesn't seem to be documented. Does secondLevelDomains function as a sort of lower priority list of domains, so that if there's a conflict popularDomains takes precedence? If not, what exactly is the purpose of secondLevelDomains, and do I have permission to move these domains into popularDomains where they should really belong?
The text was updated successfully, but these errors were encountered:
Firstly, thanks for taking up the mantle since the death of
mailcheck.js
and for building a package that is generally a pleasure to set up and use out of the box.I had a look at the default config for the list of domains:
...and I'm a bit confused as to why Outlook/Hotmail/Mail/Live and Yahoo domains are separate from the popular domains list, which both
Gmail.com
,Googlemail.com
and evenMSN.com
are on. At first I was going to make a PR to fix since it seems so much like a mistake, given the market share of all these domains is about the same as Gmail in the Western world, and sometimes higher for certain demographics (people who are Gen X or older, people in the UK) based on my experiences running a general purpose web app in the UK and seeing these domains on an hourly basis.However I'm also not entirely sure what the purpose of the secondLevelDomains is, since the name is confusing (since most of the domains in popular domains are also second-level domains), and its function doesn't seem to be documented. Does
secondLevelDomains
function as a sort of lower priority list of domains, so that if there's a conflictpopularDomains
takes precedence? If not, what exactly is the purpose of secondLevelDomains, and do I have permission to move these domains intopopularDomains
where they should really belong?The text was updated successfully, but these errors were encountered: