summaryrefslogtreecommitdiff
path: root/Mailman
diff options
context:
space:
mode:
authorbwarsaw2002-02-27 00:17:34 +0000
committerbwarsaw2002-02-27 00:17:34 +0000
commit2cb0e8feccb661dafca4754507580966c4e9932c (patch)
treea681562fe459df397a7d4f70ce42397791e02e7c /Mailman
parent4a6d153c04fdf14dc9274dfc25776d26c524bce2 (diff)
downloadmailman-2cb0e8feccb661dafca4754507580966c4e9932c.tar.gz
mailman-2cb0e8feccb661dafca4754507580966c4e9932c.tar.zst
mailman-2cb0e8feccb661dafca4754507580966c4e9932c.zip
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Digester.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py
index 2226efe99..94b3dfd57 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc.
+# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -65,6 +65,8 @@ class Digester:
except OSError, e:
if e.errno <> errno.ENOENT: raise
# List has no outstanding digests
+ return 0
+ return 1
def bump_digest_volume(self):
self.volume += 1