diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-11-28 12:03:48 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-11-28 12:03:48 -0800 |
commit | d03507def644416adf753098173220be6f75c137 (patch) | |
tree | eebbc55005d36568469a1f43103e08ed43978fb5 /tests/test_bounces.py | |
parent | 377a75049a8b1bccf352e1347e2c4a02e7dd6170 (diff) | |
download | mailman2-d03507def644416adf753098173220be6f75c137.tar.gz mailman2-d03507def644416adf753098173220be6f75c137.tar.xz mailman2-d03507def644416adf753098173220be6f75c137.zip |
Added recognition for non-compliant opensmtpd DSN Action: error.
Diffstat (limited to '')
-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 e9bcff17..2f814428 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -122,6 +122,7 @@ class BounceTest(unittest.TestCase): ('DSN', 'dsn_15.txt', ['userx@example.com']), ('DSN', 'dsn_16.txt', ['userx@example.com']), ('DSN', 'dsn_17.txt', Stop), + ('DSN', 'dsn_18.txt', ['email@replaced.net']), # Microsoft Exchange ('Exchange', 'microsoft_01.txt', ['userx@example.COM']), ('Exchange', 'microsoft_02.txt', ['userx@example.COM']), |