diff options
Diffstat (limited to 'mailman/queue/archive.py')
| -rw-r--r-- | mailman/queue/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/queue/archive.py b/mailman/queue/archive.py index 013f8c949..52e73d9c8 100644 --- a/mailman/queue/archive.py +++ b/mailman/queue/archive.py @@ -73,7 +73,7 @@ class ArchiveRunner(Runner): del msg['date'] del msg['x-original-date'] msg['Date'] = received_time - if originaldate: + if original_date: msg['X-Original-Date'] = original_date # Always put an indication of when we received the message. msg['X-List-Received-Date'] = received_time |
