diff options
author | Yasuhito FUTATSUKI <futatuki@poem.co.jp> | 2020-06-01 15:50:14 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI <futatuki@poem.co.jp> | 2020-06-01 15:50:14 +0900 |
commit | 6a23f43f94e1cbfbbd413d83f713584815938178 (patch) | |
tree | f0f2fb5fcb4fbb121915eddb949f7536bc22d037 /tests/test_bounces.py | |
parent | e2bfc83935b64208b56194d82d04c61c25f8406d (diff) | |
parent | bc7fdf4c5fb688ae62e48e614bc285bdcd805ffc (diff) | |
download | mailman2-6a23f43f94e1cbfbbd413d83f713584815938178.tar.gz mailman2-6a23f43f94e1cbfbbd413d83f713584815938178.tar.xz mailman2-6a23f43f94e1cbfbbd413d83f713584815938178.zip |
sync with lp:mailman/2.1 (just same)
Diffstat (limited to 'tests/test_bounces.py')
-rw-r--r-- | tests/test_bounces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 2f814428..3ddde6b6 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -84,6 +84,7 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_41.txt', ['userx@example.com']), ('SimpleMatch', 'bounce_02.txt', ['userx@example.com']), ('SimpleMatch', 'bounce_03.txt', ['userx@example.uk']), + ('SimpleMatch', 'yahoo_12.txt', ['user@yahoo.com']), # SimpleWarning ('SimpleWarning', 'simple_03.txt', Stop), ('SimpleWarning', 'simple_21.txt', Stop), |