diff options
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... |
