diff options
Diffstat (limited to 'tests/test_bounces.py')
-rw-r--r-- | tests/test_bounces.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index ae28161c..981465ad 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 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 @@ -71,6 +71,7 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_31.txt', ['nmorel@actisce.fr']), ('SimpleMatch', 'simple_32.txt', ['teteyn@agence-forbin.com']), ('SimpleMatch', 'simple_33.txt', ['hmu@extralumin.com']), + ('SimpleMatch', 'simple_34.txt', ['roland@xxx.com']), ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning @@ -125,6 +126,7 @@ class BounceTest(unittest.TestCase): ('Qmail', 'qmail_03.txt', ['crown@hbc.co.jp']), ('Qmail', 'qmail_04.txt', ['merotiia@tennisnsw.com.au']), ('Qmail', 'qmail_05.txt', ['ivokggrrdvc@caixaforte.freeservers.com']), + ('Qmail', 'qmail_06.txt', ['ntl@xxx.com']), # LLNL's custom Sendmail ('LLNL', 'llnl_01.txt', ['trotts1@llnl.gov']), # Netscape's server... |