summaryrefslogtreecommitdiff
path: root/bin/mailmanctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some obsolete command line scripts:Barry Warsaw2007-07-211-0/+0
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-545/+0
* - Fixes to further remove the old Syslog from bin and cron scripts. Note thatbwarsaw2006-04-241-34/+31
* Set default umask for qrunners to 007.msapiro2006-02-051-4/+5
* back port from 2.1.6 / adding new files.tkikuchi2005-08-281-1/+9
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* start_runner(): mm_cfg.PYTHON should be used in the execl() argv[0]bwarsaw2003-05-151-2/+3
* check_for_site_list(), main(): Complain loudly and refuse to start ifbwarsaw2003-02-041-1/+15
* Because of oddities in permissions, it is possible that when you runbwarsaw2002-12-021-0/+6
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
* In the LogStdErr() call, we don't need to pass in the tee argument,bwarsaw2002-10-211-1/+1
* Updated docstringbwarsaw2002-10-041-32/+31
* check_privs(): Typo fix, gid and uid are needed outside the if test.bwarsaw2002-08-241-4/+5
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-4/+7
* Stop runaway restarts by imposing a maximum restart value (currentlybwarsaw2002-08-141-4/+14
* Fixed some string markup for i18n.bwarsaw2002-08-101-3/+3
* acquire_lock_1(): Fix for bug # 565917 by Dale Stimson. The tempfilebwarsaw2002-07-241-2/+2
* get_lock_data(): Be sure to os.path.split() the filename because allbwarsaw2002-05-061-1/+1
* main(): Use a more POSIX-ly correct way to extract the exit status andbwarsaw2002-04-261-11/+16
* main(): Write the master-qrunner.pid file with 660 permissions.bwarsaw2002-03-291-4/+9
* acquire_lock_1(): Unset the failing non-force lock's private `owned'bwarsaw2002-01-111-4/+3
* start_runner(): Pass the -s flag to the qrunner script, which tells itbwarsaw2001-11-211-1/+1
* Fix typo in module docstring, reported by Ousmane Wilanebwarsaw2001-11-201-1/+1
* tee_to_stdout=1 in the error handler.bwarsaw2001-11-201-1/+1
* Rebind stderr to logs/error.bwarsaw2001-10-241-0/+3
* A fairly significant rewrite, but now the `restart' command actuallybwarsaw2001-10-181-94/+301
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
* main(): Added the -s/--stale-lock-cleanup switch so that if mailmanctl finds abwarsaw2001-08-151-12/+87
* main(): John Read's suggestion to include messages about whatbwarsaw2001-07-251-0/+3
* main(): Print a slightly more informative error message if thebwarsaw2001-07-251-1/+5
* check_privs(): Fix the error message to be a single stringbwarsaw2001-07-251-7/+26
* check_privs(): new function that drops root privileges (if we have them) andtwouters2001-07-241-0/+12
* intermediatebwarsaw2001-07-051-0/+169