diff options
| author | bwarsaw | 2002-04-11 20:48:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-04-11 20:48:51 +0000 |
| commit | fb07d17bc976ccb8d758562838df28167330ecf5 (patch) | |
| tree | af8903124582b4161e56b4aaf84499e12663c817 /tests | |
| parent | 35b77da86227f0a31c89b091fefc91cb6b13a002 (diff) | |
| download | mailman-fb07d17bc976ccb8d758562838df28167330ecf5.tar.gz mailman-fb07d17bc976ccb8d758562838df28167330ecf5.tar.zst mailman-fb07d17bc976ccb8d758562838df28167330ecf5.zip | |
Added a bunch of new Yahoo test cases.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_bounces.py | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 5cee3902a..d5bb652f0 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -69,7 +69,29 @@ class BounceTest(unittest.TestCase): ('Netscape', 'netscape_01.txt', ['aaaaa@corel.com', 'bbbbb@corel.com']), # Yahoo's proprietary format - ('Yahoo', 'yahoo_01.txt', ['subscribe.motorcycles@listsociety.com']) + ('Yahoo', 'yahoo_01.txt', ['subscribe.motorcycles@listsociety.com']), + ('Yahoo', 'yahoo_02.txt', ['agarciamartiartu@yahoo.es']), + ('Yahoo', 'yahoo_03.txt', ['cresus22@yahoo.com']), + ('Yahoo', 'yahoo_04.txt', ['agarciamartiartu@yahoo.es', + 'open00now@yahoo.co.uk']), + ('Yahoo', 'yahoo_05.txt', ['cresus22@yahoo.com', + 'jjb700@yahoo.com']), + ('Yahoo', 'yahoo_06.txt', ['andrew_polevoy@yahoo.com', + 'baruch_sterin@yahoo.com', + 'rjhoeks@yahoo.com', + 'tritonrugger91@yahoo.com']), + ('Yahoo', 'yahoo_07.txt', ['mark1960_1998@yahoo.com', + 'ovchenkov@yahoo.com', + 'tsa412@yahoo.com', + 'vaxheadroom@yahoo.com']), + ('Yahoo', 'yahoo_08.txt', ['chatrathis@yahoo.com', + 'crownjules01@yahoo.com', + 'cwl_999@yahoo.com', + 'eichaiwiu@yahoo.com', + 'rjhoeks@yahoo.com', + 'yuli_kolesnikov@yahoo.com']), + ('Yahoo', 'yahoo_09.txt', ['hankel_o_fung@yahoo.com', + 'ultravirus2001@yahoo.com']), # No address can be detected in these... # dumbass_01.txt - We love Microsoft. :( # Done |
