aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_bounces.py
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-06-15 12:39:31 -0700
committerMark Sapiro <mark@msapiro.net>2008-06-15 12:39:31 -0700
commitf0562e55bb47dd29a832bb8d6b6fed8d0555138c (patch)
treeba1f0a579043ec4221f75a2c3daf78336232a2a1 /tests/test_bounces.py
parentbb2624102c8d3c63b6b3e8b56f88fb1507ead034 (diff)
downloadmailman2-f0562e55bb47dd29a832bb8d6b6fed8d0555138c.tar.gz
mailman2-f0562e55bb47dd29a832bb8d6b6fed8d0555138c.tar.xz
mailman2-f0562e55bb47dd29a832bb8d6b6fed8d0555138c.zip
Made several improvements to bounce recognition.
Diffstat (limited to '')
-rw-r--r--tests/test_bounces.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py
index dd41fdf4..f9b2fdc9 100644
--- a/tests/test_bounces.py
+++ b/tests/test_bounces.py
@@ -66,6 +66,7 @@ class BounceTest(unittest.TestCase):
('SimpleMatch', 'simple_25.txt', ['mahau@cnbearing.com']),
('SimpleMatch', 'simple_26.txt', ['reilizavet@lar.ieo.it']),
('SimpleMatch', 'simple_27.txt', ['kulp@webmail.pla.net.py']),
+ ('SimpleMatch', 'simple_29.txt', ['thilakayi_bing@landshire.com']),
('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']),
('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']),
# SimpleWarning
@@ -100,6 +101,8 @@ class BounceTest(unittest.TestCase):
('DSN', 'dsn_13.txt', ['marcooherbst@cardinal.com']),
('DSN', 'dsn_14.txt', ['artboardregistration@home.dk']),
('DSN', 'dsn_15.txt', ['horu@ccc-ces.com']),
+ ('DSN', 'dsn_16.txt', ['hishealinghand@pastors.com']),
+ ('DSN', 'dsn_17.txt', Stop),
# Microsoft Exchange
('Exchange', 'microsoft_01.txt', ['DJBENNETT@IKON.COM']),
('Exchange', 'microsoft_02.txt', ['MDMOORE@BALL.COM']),