And another unhandled exception in ArchRunner.py is fixed in the attached patch.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[EMAIL PROTECTED]>
--- ArchRunner.py.orig 2005-09-01 12:42:34.000000000 +0200
+++ ArchRunner.py 2005-09-01 12:41:42.000000000 +0200
@@ -49,7 +49,7 @@
elif abs(now - mktime_tz(tup)) > \
mm_cfg.ARCHIVER_ALLOWABLE_SANE_DATE_SKEW:
clobber = 1
- except ValueError:
+ except (OverflowError, ValueError):
# The likely cause of this is that the year in the Date: field
# is horribly incorrect, e.g. (from SF bug # 571634):
# Date: Tue, 18 Jun 0102 05:12:09 +0500
signature.asc
Description: Digital signature

