diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-02-20 14:22:04 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-02-20 14:22:04 -0800 |
commit | fff53e1d722d66336a204569a5f7a4daebacb72c (patch) | |
tree | fa9ea54e703e9f99ead0a643cc7555cf806b6271 /tests/test_bounces.py | |
parent | ef2cdaf9f435381e9bf09dcc0142121abdcf10c2 (diff) | |
download | mailman2-fff53e1d722d66336a204569a5f7a4daebacb72c.tar.gz mailman2-fff53e1d722d66336a204569a5f7a4daebacb72c.tar.xz mailman2-fff53e1d722d66336a204569a5f7a4daebacb72c.zip |
Recognize a couple more bounces.
Diffstat (limited to '')
-rw-r--r-- | tests/test_bounces.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 981465ad..7986c7d4 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -72,6 +72,7 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_32.txt', ['teteyn@agence-forbin.com']), ('SimpleMatch', 'simple_33.txt', ['hmu@extralumin.com']), ('SimpleMatch', 'simple_34.txt', ['roland@xxx.com']), + ('SimpleMatch', 'simple_36.txt', ['garyt@xxx.com']), ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning @@ -79,6 +80,7 @@ class BounceTest(unittest.TestCase): ('SimpleWarning', 'simple_21.txt', Stop), ('SimpleWarning', 'simple_22.txt', Stop), ('SimpleWarning', 'simple_28.txt', Stop), + ('SimpleWarning', 'simple_35.txt', Stop), # GroupWise ('GroupWise', 'groupwise_01.txt', ['thoff@MAINEX1.ASU.EDU']), # This one really sucks 'cause it's text/html. Just make sure it |