diff options
author | msapiro <> | 2006-03-24 18:13:53 +0000 |
---|---|---|
committer | msapiro <> | 2006-03-24 18:13:53 +0000 |
commit | 6cd54b29ce171114c8ab927f29a3c8b9a26c5dc2 (patch) | |
tree | 60f03b8129982876daf37bab21dec570cad00546 /tests | |
parent | ea25cca695ecf01801417a3e17053ebdafb191df (diff) | |
download | mailman2-6cd54b29ce171114c8ab927f29a3c8b9a26c5dc2.tar.gz mailman2-6cd54b29ce171114c8ab927f29a3c8b9a26c5dc2.tar.xz mailman2-6cd54b29ce171114c8ab927f29a3c8b9a26c5dc2.zip |
Added bounce tests. Updated bounce recognizers to pick up a few more.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_bounces.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index e0979508..c3e0dc9b 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -51,6 +51,11 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_09.txt', ['RobotMail@auto-walther.de']), ('SimpleMatch', 'simple_10.txt', ['sais@thehartford.com']), ('SimpleMatch', 'simple_11.txt', ['carlosr73@hartfordlife.com']), + ('SimpleMatch', 'simple_12.txt', ['charrogar@rhine1.andrew.ac.jp']), + ('SimpleMatch', 'simple_13.txt', ['dycusibreix@ademe.fr']), + ('SimpleMatch', 'simple_14.txt', ['dump@dachamp.com', + 'iqxwmmfauudpo@dachamp.com']), + ('SimpleMatch', 'simple_15.txt', ['isam@kviv.be']), # SimpleWarning ('SimpleWarning', 'simple_03.txt', Stop), # GroupWise @@ -77,6 +82,7 @@ class BounceTest(unittest.TestCase): ('DSN', 'dsn_10.txt', ['anne.person@dom.ain']), ('DSN', 'dsn_11.txt', ['joem@example.com']), ('DSN', 'dsn_12.txt', ['auaauqdgrdz@jtc-con.co.jp']), + ('DSN', 'dsn_13.txt', ['marcooherbst@cardinal.com']), # Microsoft Exchange ('Exchange', 'microsoft_01.txt', ['DJBENNETT@IKON.COM']), ('Exchange', 'microsoft_02.txt', ['MDMOORE@BALL.COM']), |