summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormsapiro2006-03-24 18:13:55 +0000
committermsapiro2006-03-24 18:13:55 +0000
commitec16627baffea1ad0ac4c8fd60a4f90d4897d9d4 (patch)
tree4f48741eb00d8688dad7ee7407bc47447449f543 /tests
parent15da428a81c05108c4af12608cc51574a186da61 (diff)
downloadmailman-ec16627baffea1ad0ac4c8fd60a4f90d4897d9d4.tar.gz
mailman-ec16627baffea1ad0ac4c8fd60a4f90d4897d9d4.tar.zst
mailman-ec16627baffea1ad0ac4c8fd60a4f90d4897d9d4.zip
Added bounce tests. Updated bounce recognizers to pick up a few more.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bounces.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py
index e09795087..c3e0dc9be 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']),