diff options
author | Mark Sapiro <mark@msapiro.net> | 2020-12-18 12:04:50 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2020-12-18 12:04:50 -0800 |
commit | 66778c53a61f9c09fa5d1c7bb3d2e8866f8a246c (patch) | |
tree | 425128fdcdbbd5c7708dc20b8ddf0e43eb57b361 /tests/test_bounces.py | |
parent | 9dd4dc9131506dff9dd8744b254b69f15d1a729c (diff) | |
download | mailman2-66778c53a61f9c09fa5d1c7bb3d2e8866f8a246c.tar.gz mailman2-66778c53a61f9c09fa5d1c7bb3d2e8866f8a246c.tar.xz mailman2-66778c53a61f9c09fa5d1c7bb3d2e8866f8a246c.zip |
Added recognition for a non-compliant DSN from an unknown MTA.
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 3ddde6b6..78527f8b 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -82,6 +82,7 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_38.txt', ['userx@example.com']), ('SimpleMatch', 'simple_39.txt', ['userx@example.ru']), ('SimpleMatch', 'simple_41.txt', ['userx@example.com']), + ('SimpleMatch', 'simple_44.txt', ['user@example.com']), ('SimpleMatch', 'bounce_02.txt', ['userx@example.com']), ('SimpleMatch', 'bounce_03.txt', ['userx@example.uk']), ('SimpleMatch', 'yahoo_12.txt', ['user@yahoo.com']), |