aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_bounces.py
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2020-04-25 20:14:40 -0700
committerMark Sapiro <mark@msapiro.net>2020-04-25 20:14:40 -0700
commit8ec4dad9822f390a3e4a1fe7451ccc97f5a3d6de (patch)
treefdd7c839f320085137f13262fa5a0fbfd4d30c84 /tests/test_bounces.py
parentd7ca020be472fd3cb589d3b04d85d2a5b2d05ff6 (diff)
downloadmailman2-8ec4dad9822f390a3e4a1fe7451ccc97f5a3d6de.tar.gz
mailman2-8ec4dad9822f390a3e4a1fe7451ccc97f5a3d6de.tar.xz
mailman2-8ec4dad9822f390a3e4a1fe7451ccc97f5a3d6de.zip
Updates to bounce recognition.
Diffstat (limited to 'tests/test_bounces.py')
-rw-r--r--tests/test_bounces.py1
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),