Skip to content

Commit

Permalink
Merge pull request #212 from mailgun/aerwin/adding_outlook_suggestion
Browse files Browse the repository at this point in the history
Adding outlook.com to corrector
  • Loading branch information
aerwin3 authored Oct 26, 2018
2 parents 9ed7115 + a3c403e commit b767856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flanker/addresslib/corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit b767856

Please sign in to comment.