diff options
| author | bwarsaw | 2002-02-11 23:14:16 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-02-11 23:14:16 +0000 |
| commit | 3f6d56ab83e26311ad8d6f8e1bf825bd8cfc6f04 (patch) | |
| tree | faf1c25a36ef76ee11efe393970ad4b062d155cd /Mailman/Archiver/Archiver.py | |
| parent | 0d31026770bea4a026bf42c1e00a86cfb87cfb5d (diff) | |
| download | mailman-3f6d56ab83e26311ad8d6f8e1bf825bd8cfc6f04.tar.gz mailman-3f6d56ab83e26311ad8d6f8e1bf825bd8cfc6f04.tar.zst mailman-3f6d56ab83e26311ad8d6f8e1bf825bd8cfc6f04.zip | |
Diffstat (limited to 'Mailman/Archiver/Archiver.py')
| -rw-r--r-- | Mailman/Archiver/Archiver.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mailman/Archiver/Archiver.py b/Mailman/Archiver/Archiver.py index d66b8cd30..6a1f3a2e8 100644 --- a/Mailman/Archiver/Archiver.py +++ b/Mailman/Archiver/Archiver.py @@ -88,7 +88,6 @@ class Archiver: # which has o+rx permissions. Private archives do not have the # symbolic links. omask = os.umask(0) - listname = self.internal_name(); try: try: os.mkdir(self.archive_dir()+'.mbox', 02775) @@ -187,7 +186,6 @@ class Archiver: # normal delivery mechanism continue. The archiver is too f*cked up # anyway, and at the very least we've got the mbox to regenerate # from. - t0 = time.time() try: txt = str(msg) # should we use the internal or external archiver? @@ -208,8 +206,6 @@ class Archiver: traceback.print_exc() syslog('error', 'CORRUPT ARCHIVE FOR LIST: %s', self.internal_name()) - else: - t1 = time.time() # # called from MailList.MailList.Save() |
