diff options
| author | bwarsaw | 2002-07-11 21:00:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-07-11 21:00:15 +0000 |
| commit | 5d9b74ac3ff4c96609b427c45e176895519cacdf (patch) | |
| tree | adffd71c9e7bc4e745842782733db713e1921270 /tests | |
| parent | ee8c20840d3e3ece9059bb25124317fe82057439 (diff) | |
| download | mailman-5d9b74ac3ff4c96609b427c45e176895519cacdf.tar.gz mailman-5d9b74ac3ff4c96609b427c45e176895519cacdf.tar.zst mailman-5d9b74ac3ff4c96609b427c45e176895519cacdf.zip | |
BounceTest: Added groupwise_02.txt to the bounce detector. It's
completely hopeless to grok an address out of this text/html bounce,
so let's just be sure we don't crash.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_bounces.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 6d5eed740..685422905 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -44,6 +44,10 @@ class BounceTest(unittest.TestCase): ('SimpleWarning', 'simple_03.txt', ['jacobus@geo.co.za']), # GroupWise ('GroupWise', 'groupwise_01.txt', ['thoff@MAINEX1.ASU.EDU']), + # This one really sucks 'cause it's text/html. Just make sure it + # doesn't throw an exception, but we won't get any meaningful + # addresses back from it. + ('GroupWise', 'groupwise_02.txt', []), # Yale's own ('Yale', 'yale_01.txt', ['thomas.dtankengine@cs.yale.edu', 'thomas.dtankengine@yale.edu']), |
