diff options
| author | bwarsaw | 2001-10-04 19:45:08 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-04 19:45:08 +0000 |
| commit | f0efe921a24e26bfb52996bed5db3d75d3b5443a (patch) | |
| tree | ebd65ca8ab4f97ac9ccb75dca7421912b3744fa0 /tests | |
| parent | 423ef8fc50b146aa4473b64a433187035f037929 (diff) | |
| download | mailman-f0efe921a24e26bfb52996bed5db3d75d3b5443a.tar.gz mailman-f0efe921a24e26bfb52996bed5db3d75d3b5443a.tar.zst mailman-f0efe921a24e26bfb52996bed5db3d75d3b5443a.zip | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_bounces.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 00e2d6c44..b79d9f136 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -56,6 +56,8 @@ class BounceTest(unittest.TestCase): ('SMTP32', 'smtp32_01.txt', ['oliver@pcworld.com.ph']), ('SMTP32', 'smtp32_02.txt', ['lists@mail.spicynoodles.com']), ('SMTP32', 'smtp32_03.txt', ['borisk@gw.xraymedia.com']), + # Qmail + ('Qmail', 'qmail_01.txt', ['psadisc@wwwmail.n-h.de']), # LLNL's custom Sendmail ('LLNL', 'llnl_01.txt', ['trotts1@llnl.gov']), # No address can be detected in these... |
