Add a test for SF bug #110621; stripping square brackets off of

addresses with domain literals.
This commit is contained in:
Barry Warsaw 2000-09-25 15:09:28 +00:00
parent 02706f5898
commit 38bfc4d0d5
1 changed files with 4 additions and 0 deletions

View File

@ -120,3 +120,7 @@ Date: Wed, 13 Jan 1999 23:57:35 -0500
test''', [('', 'goit@lip.com')])
test('''To: guido@[132.151.1.21]
foo''', [('', 'guido@[132.151.1.21]')])