diff options
| -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 |
