diff options
| author | Barry Warsaw | 2014-12-12 19:37:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-12 19:37:05 -0500 |
| commit | e3e8b9215abb85b44fce001311332c2f7772e4bd (patch) | |
| tree | 479d1ea54753eec4b436abd04e390c9b326cb7f0 /src/mailman/app/tests/test_bounces.py | |
| parent | b2f93dd974304b3d640523d67b5503ce2fe28ce8 (diff) | |
| download | mailman-e3e8b9215abb85b44fce001311332c2f7772e4bd.tar.gz mailman-e3e8b9215abb85b44fce001311332c2f7772e4bd.tar.zst mailman-e3e8b9215abb85b44fce001311332c2f7772e4bd.zip | |
Checkpointing
Diffstat (limited to 'src/mailman/app/tests/test_bounces.py')
| -rw-r--r-- | src/mailman/app/tests/test_bounces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/tests/test_bounces.py b/src/mailman/app/tests/test_bounces.py index 5eb518786..b37185789 100644 --- a/src/mailman/app/tests/test_bounces.py +++ b/src/mailman/app/tests/test_bounces.py @@ -533,7 +533,7 @@ Subject: Ignore def test_no_sender(self): # The message won't be bounced if it has no discernible sender. - self._msg.sender = None + del self._msg['from'] bounce_message(self._mlist, self._msg) items = get_queue_messages('virgin') # Nothing in the virgin queue means nothing's been bounced. |
