diff options
Diffstat (limited to 'tests/test_bounces.py')
-rw-r--r-- | tests/test_bounces.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 649ecf13..ae28161c 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2007 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -66,12 +66,18 @@ 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', 'simple_30.txt', ['wmnqicorpat@nqicorp.com']), + ('SimpleMatch', 'simple_31.txt', ['nmorel@actisce.fr']), + ('SimpleMatch', 'simple_32.txt', ['teteyn@agence-forbin.com']), + ('SimpleMatch', 'simple_33.txt', ['hmu@extralumin.com']), ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning ('SimpleWarning', 'simple_03.txt', Stop), ('SimpleWarning', 'simple_21.txt', Stop), ('SimpleWarning', 'simple_22.txt', Stop), + ('SimpleWarning', 'simple_28.txt', Stop), # GroupWise ('GroupWise', 'groupwise_01.txt', ['thoff@MAINEX1.ASU.EDU']), # This one really sucks 'cause it's text/html. Just make sure it @@ -99,6 +105,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']), |