~mailman-coders/mailman/2.1

« back to all changes in this revision

Viewing changes to tests/test_bounces.py

  • Committer: Mark Sapiro
  • Date: 2020-12-18 20:04:50 UTC
  • Revision ID: mark@msapiro.net-20201218200450-rkjo2oswvmgakqjs
Added recognition for a non-compliant DSN from an unknown MTA.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        ('SimpleMatch', 'simple_38.txt', ['userx@example.com']),
83
83
        ('SimpleMatch', 'simple_39.txt', ['userx@example.ru']),
84
84
        ('SimpleMatch', 'simple_41.txt', ['userx@example.com']),
 
85
        ('SimpleMatch', 'simple_44.txt', ['user@example.com']),
85
86
        ('SimpleMatch', 'bounce_02.txt', ['userx@example.com']),
86
87
        ('SimpleMatch', 'bounce_03.txt', ['userx@example.uk']),
87
88
        ('SimpleMatch', 'yahoo_12.txt', ['user@yahoo.com']),