summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-03-26 21:04:25 +0000
committerbwarsaw2002-03-26 21:04:25 +0000
commit1ee0eb3a2a22636dc0a7f73b95caefa95ace6f08 (patch)
tree261dc06911f1c07310f0a15d229281708313bc31
parent30998efed630b02ffe796c4e54e484c7f0d01459 (diff)
downloadmailman-1ee0eb3a2a22636dc0a7f73b95caefa95ace6f08.tar.gz
mailman-1ee0eb3a2a22636dc0a7f73b95caefa95ace6f08.tar.zst
mailman-1ee0eb3a2a22636dc0a7f73b95caefa95ace6f08.zip
dolist(): Update the requests.db database for canonicalized record
lengths.
-rwxr-xr-xbin/update4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update b/bin/update
index e5bb1c40e..f28735169 100755
--- a/bin/update
+++ b/bin/update
@@ -189,6 +189,10 @@ def dolist(listname):
'%(listname)s')
return 1
+ # Update the held requests database
+ print _("""Updating the held requests database.""")
+ mlist._UpdateRecords()
+
mbox_dir = make_varabs('archives/private/%s.mbox' % (listname))
mbox_file = make_varabs('archives/private/%s.mbox/%s' % (listname,
listname))