diff options
| author | bwarsaw | 2002-04-11 21:52:40 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-04-11 21:52:40 +0000 |
| commit | b11e8f4d7a5bb6c196a6fb6f97f5a2600f85144c (patch) | |
| tree | 328688c9ea385b100c8bd35c784a6dcfc6c07d52 | |
| parent | 20e93cfad6ba0b92d965909f07a30c707d95e68e (diff) | |
| download | mailman-b11e8f4d7a5bb6c196a6fb6f97f5a2600f85144c.tar.gz mailman-b11e8f4d7a5bb6c196a6fb6f97f5a2600f85144c.tar.zst mailman-b11e8f4d7a5bb6c196a6fb6f97f5a2600f85144c.zip | |
| -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 d5bb652f0..6d5eed740 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -92,6 +92,8 @@ class BounceTest(unittest.TestCase): 'yuli_kolesnikov@yahoo.com']), ('Yahoo', 'yahoo_09.txt', ['hankel_o_fung@yahoo.com', 'ultravirus2001@yahoo.com']), + # sina.com appears to use their own weird SINAEMAIL MTA + ('Sina', 'sina_01.txt', ['boboman76@sina.com', 'alan_t18@sina.com']), # No address can be detected in these... # dumbass_01.txt - We love Microsoft. :( # Done |
