diff options
| author | msapiro | 2006-04-04 23:14:35 +0000 |
|---|---|---|
| committer | msapiro | 2006-04-04 23:14:35 +0000 |
| commit | dc21c189476a36df8306a50359b1312e3c7b321c (patch) | |
| tree | 59adbdd385046ab505199d5285392e5975711e30 /tests/test_bounces.py | |
| parent | ec16627baffea1ad0ac4c8fd60a4f90d4897d9d4 (diff) | |
| download | mailman-dc21c189476a36df8306a50359b1312e3c7b321c.tar.gz mailman-dc21c189476a36df8306a50359b1312e3c7b321c.tar.zst mailman-dc21c189476a36df8306a50359b1312e3c7b321c.zip | |
Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.py
Diffstat (limited to 'tests/test_bounces.py')
| -rw-r--r-- | tests/test_bounces.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index c3e0dc9be..91d79403c 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -56,6 +56,9 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_14.txt', ['dump@dachamp.com', 'iqxwmmfauudpo@dachamp.com']), ('SimpleMatch', 'simple_15.txt', ['isam@kviv.be']), + ('SimpleMatch', 'simple_16.txt', ['xvlogtfsei@the-messenger.com']), + ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), + ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning ('SimpleWarning', 'simple_03.txt', Stop), # GroupWise @@ -83,6 +86,7 @@ class BounceTest(unittest.TestCase): ('DSN', 'dsn_11.txt', ['joem@example.com']), ('DSN', 'dsn_12.txt', ['auaauqdgrdz@jtc-con.co.jp']), ('DSN', 'dsn_13.txt', ['marcooherbst@cardinal.com']), + ('DSN', 'dsn_14.txt', ['artboardregistration@home.dk']), # Microsoft Exchange ('Exchange', 'microsoft_01.txt', ['DJBENNETT@IKON.COM']), ('Exchange', 'microsoft_02.txt', ['MDMOORE@BALL.COM']), @@ -97,6 +101,7 @@ class BounceTest(unittest.TestCase): # Qmail ('Qmail', 'qmail_01.txt', ['psadisc@wwwmail.n-h.de']), ('Qmail', 'qmail_02.txt', ['rauschlo@frontfin.com']), + ('Qmail', 'qmail_03.txt', ['crown@hbc.co.jp']), # LLNL's custom Sendmail ('LLNL', 'llnl_01.txt', ['trotts1@llnl.gov']), # Netscape's server... |
