diff options
author | Mark Sapiro <msapiro@value.net> | 2010-12-22 08:07:37 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2010-12-22 08:07:37 -0800 |
commit | 20e82fb48403adac142f2a65064e63ef99f21568 (patch) | |
tree | 2f52017103261bfa777044f820384d50eab702f4 /tests/test_bounces.py | |
parent | db33278a21b08a9f0f19963d133b5f0b878b3a1a (diff) | |
download | mailman2-20e82fb48403adac142f2a65064e63ef99f21568.tar.gz mailman2-20e82fb48403adac142f2a65064e63ef99f21568.tar.xz mailman2-20e82fb48403adac142f2a65064e63ef99f21568.zip |
Added bounce recognition for a bogus Dovecot MDN. Bug #693134.
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 e3b07da0..d370ab31 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -78,6 +78,7 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_34.txt', ['roland@xxx.com']), ('SimpleMatch', 'simple_36.txt', ['garyt@xxx.com']), ('SimpleMatch', 'simple_37.txt', ['user@uci.edu']), + ('SimpleMatch', 'simple_38.txt', ['prueba@domain.com']), ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning |