From 65ec767071f34a22ad6cb01d79a1dd6440e0411f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 31 Mar 2008 13:16:40 -0400 Subject: Fix the archiver doctest. --- mailman/queue/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman/queue/archive.py') 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 -- cgit v1.2.3-70-g09d2