diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-02-14 14:20:46 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-02-14 14:20:46 -0800 |
commit | c9f258ab19f37ef792a8f8b15d09ec8db6b3f09e (patch) | |
tree | 7b3bf743eff1645736530a5cec197142feced1bc /tests/test_bounces.py | |
parent | 9f3dcf617c4b4b79a6d7b16668627f79f0636aab (diff) | |
download | mailman2-c9f258ab19f37ef792a8f8b15d09ec8db6b3f09e.tar.gz mailman2-c9f258ab19f37ef792a8f8b15d09ec8db6b3f09e.tar.xz mailman2-c9f258ab19f37ef792a8f8b15d09ec8db6b3f09e.zip |
Recognize a couple more bounces.
Diffstat (limited to '')
-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... |