diff options
| author | cotton | 1998-10-13 18:59:00 +0000 |
|---|---|---|
| committer | cotton | 1998-10-13 18:59:00 +0000 |
| commit | 0b5104bccf3e3bdf8328987f29b9570e737327ef (patch) | |
| tree | a4d4f21b7a95f878f692cb8afd0d895eeadd0f2e /Mailman/OutgoingQueue.py | |
| parent | 1b2aae543260a019c13111aa3538b3c37f7cfb6c (diff) | |
| download | mailman-0b5104bccf3e3bdf8328987f29b9570e737327ef.tar.gz mailman-0b5104bccf3e3bdf8328987f29b9570e737327ef.tar.zst mailman-0b5104bccf3e3bdf8328987f29b9570e737327ef.zip | |
Updated comment, replaced "sticky bit" with "SUID bit". no code changes
scott
Diffstat (limited to 'Mailman/OutgoingQueue.py')
| -rw-r--r-- | Mailman/OutgoingQueue.py | 4 |
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 |
