summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron/gate_news2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/gate_news b/cron/gate_news
index e9c159e66..26fdfd72c 100755
--- a/cron/gate_news
+++ b/cron/gate_news
@@ -35,7 +35,7 @@ for name in names:
wm = 0
# Save the current state to .last, in case we crash while writing out,
# and corrupt the file.
- list = maillist.MailList(name)
+ list = maillist.MailList(name, lock=0)
file = open(os.path.join(mm_cfg.DATA_DIR, "gate_watermarks.last"), "w")
marshal.dump(watermarks, file)
file.close()