summaryrefslogtreecommitdiff
path: root/Mailman/OutgoingQueue.py
Commit message (Expand)AuthorAgeFilesLines
* With the new message delivery architecture, OutgoingQueue.py is nobwarsaw2000-03-211-198/+0
* Move the locking stuff from here to cron/run_queue. This way, I canbwarsaw1999-07-071-16/+4
* processQueue(): Catch and log problems with corrupt/inaccessible queuehmeland1999-07-011-4/+26
* processQueue(): crank the hung_timeout on the lock to a hugely longbwarsaw1999-02-271-2/+11
* processQueue(): We can pretty much guarantee that if an os.error isbwarsaw1999-01-051-7/+2
* Be sure we import the latest version of tempfile.py from the Pythonbwarsaw1998-12-291-8/+13
* Removed import of smtplib, since it isn't used in this file. Otherbwarsaw1998-12-221-14/+19
* code cleanup:cotton1998-11-101-10/+9
* Optimized and fixed run_queue so that when it callscotton1998-11-021-3/+4
* more stress tests of the queue!cotton1998-10-131-4/+10
* a little stress testing revealed a bug in OutgoingQueue: the processQueuecotton1998-10-131-1/+18
* Updated comment, replaced "sticky bit" with "SUID bit". no code changescotton1998-10-131-1/+3
* some of the comments were out of sync with code, so i updated thecotton1998-10-061-8/+10
* changed contact_transport so that it doesn't invoke a queue runcotton1998-10-051-10/+109
* Whoops, there was another call to smtplib that needed the indirection.viega1998-07-201-3/+0
* Wrapped the call to smtplib with some queueing code.viega1998-07-201-0/+51