summaryrefslogtreecommitdiff
path: root/Mailman/OutgoingQueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/OutgoingQueue.py')
-rw-r--r--Mailman/OutgoingQueue.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/OutgoingQueue.py b/Mailman/OutgoingQueue.py
index f3a6af759..f5b9cbfc3 100644
--- a/Mailman/OutgoingQueue.py
+++ b/Mailman/OutgoingQueue.py
@@ -55,6 +55,7 @@ QF_MODE = 0660
MAX_ACTIVE = 7200 # 2 hours
+
#
# 1) get global lock so only of these
# procedures can run at a time
@@ -90,10 +91,11 @@ def processQueue():
lock_file.unlock()
+
#
# this function is used by any process that
# attempts to deliver a message for the first time
-# so the entry is set with the sticky bit.
+# so the entry is set with the SUID bit.
#
def enqueueMessage(the_sender, recip, text):
tempfile.tempdir = mm_cfg.DATA_DIR