diff --git a/index.js b/index.js index 4c1ea89..54d3681 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ var normalizeableProviders = { 'cut': PLUS_ONLY }, 'live.com': { - 'cut': PLUS_AND_DOT + 'cut': PLUS_ONLY }, 'outlook.com': { 'cut': PLUS_ONLY diff --git a/readme.md b/readme.md index 7df8e9f..c9ce950 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ Emails are normalized by domain as follows: 1. `gmail.com` — plus and dot 1. `googlemail.com` (alias of gmail.com) — plus and dot 1. hotmail.com — plus only -1. live.com — plus and dot +1. live.com — plus only 1. outlook.com — plus only 1. all other domains — none