Skip to content

Commit

Permalink
add more typo domains
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Oct 23, 2024
1 parent 0ebebea commit 3b74f02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mail_checker/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"gmail.com.br", # !
"gamil.com.br",
"gmailcom.br",
"gmal.com.br",
"gamial.com",
"gmilcom.com",
"gmael.com",
Expand All @@ -116,6 +117,8 @@
"geml.com",
"gmaile.com",
"gqmil.com",
"gmaio.com",
"gmeil.com",
"gmei.com",
"gmeli.com",
"gmaim.com",
Expand Down Expand Up @@ -187,19 +190,21 @@
"iclou.com",
"icoud.com",
"icluod.com",
"ivloud.com"
"iclound.com",
"i.cloud.com",
]

typos_yahoo = [
"uahoo.com",

"hahoo.com",
]

domain_typos = {
"gmail.com": typos_gmail,
"hotmail.com": typos_hotmail,
"icloud.com": typos_icloud,
"yahoo.com": typos_yahoo,
}

def generate_typos(word):
Expand Down

0 comments on commit 3b74f02

Please sign in to comment.