diff options
| author | bwarsaw | 2002-12-02 14:48:37 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-02 14:48:37 +0000 |
| commit | 19cc4f201b1a1aaf5092e964ca06408cebe40e77 (patch) | |
| tree | 2b2bd13854be6a7277b4eb45779ddeeaf7f5efc8 | |
| parent | 01b2e7be5e3bf0ee2a72ad45b994050ab3feec50 (diff) | |
| download | mailman-19cc4f201b1a1aaf5092e964ca06408cebe40e77.tar.gz mailman-19cc4f201b1a1aaf5092e964ca06408cebe40e77.tar.zst mailman-19cc4f201b1a1aaf5092e964ca06408cebe40e77.zip | |
| -rw-r--r-- | tests/test_bounces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 4e262f2bc..2cb417e30 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -62,6 +62,7 @@ class BounceTest(unittest.TestCase): ('DSN', 'dsn_08.txt', ['news-list.zope@localhost.bln.innominate.de']), ('DSN', 'dsn_09.txt', ['pr@allen-heath.com']), ('DSN', 'dsn_10.txt', ['anne.person@dom.ain']), + ('DSN', 'dsn_11.txt', ['joem@example.com']), # Microsoft Exchange ('Exchange', 'microsoft_01.txt', ['DJBENNETT@IKON.COM']), ('Exchange', 'microsoft_02.txt', ['MDMOORE@BALL.COM']), |
