diff --git a/flanker/addresslib/corrector.py b/flanker/addresslib/corrector.py index 03795cc9..70eea2f5 100644 --- a/flanker/addresslib/corrector.py +++ b/flanker/addresslib/corrector.py @@ -2079,6 +2079,7 @@ def suggest(word, cutoff=0.77): 'biztwmi.rr.com', 'bizma.rr.com', 'hawaiibiz.rr.com', + 'outlook.com' 'outlook.com.cn', 'outlook.com.au', 'outlook.jp', diff --git a/setup.py b/setup.py index 24303e5d..991b5226 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ ], setup(name='flanker', - version='0.9.5', + version='0.9.6', description='Mailgun Parsing Tools', long_description=open('README.rst').read(), classifiers=[