From 799f4affcd55cd01a019c45ce06b0c8dc45e3978 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Wed, 30 Oct 2002 23:51:08 +0000 Subject: Removed a test rule that says we can confidently archive messages older than the unix epoch. (New versions of python return OverFlow error instead) --- test_archivemail.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test_archivemail.py') diff --git a/test_archivemail.py b/test_archivemail.py index 96f0cf6..788a866 100755 --- a/test_archivemail.py +++ b/test_archivemail.py @@ -494,10 +494,6 @@ This is after the ^From line""" def testOldWeirdHeaders(self): """archiving old mailboxes with weird headers""" weird_headers = ( - { # we should archive even though date < epoch - 'From_' : 'sender@dummy.domain Sat Feb 09 02:35:07 1962', - 'Date' : 'Fri, 08 Feb 1962 07:22:54 -0500', - }, { # we should archive because of the date on the 'From_' line 'From_' : 'sender@dummy.domain Fri Jul 28 16:11:36 2000', 'Date' : 'Friskhdfkjkh, 28 Jul 2002 1line noise6:11:36 +1000', -- cgit v1.2.3