summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* process_request(): Utils.get_site_email()'s second argument should nobwarsaw2001-11-201-1/+1
* main(): Fixed use of obsolete call Utils.ParseAddrs() -- usesbwarsaw2001-10-271-12/+15
* do_output(), do_list_categories(): Convert to the new GetConfigInfo()bwarsaw2001-10-271-71/+79
* Rebind stderr to logs/error.bwarsaw2001-10-242-0/+6
* Use email.Utils.parseaddr()bwarsaw2001-10-221-3/+2
* A major rewrite to 1) better support the new mailmanctl script and 2)bwarsaw2001-10-181-23/+173
* A fairly significant rewrite, but now the `restart' command actuallybwarsaw2001-10-181-94/+301
* mimelib -> emailbwarsaw2001-10-101-1/+1
* Fix this to check the config.pck and config.pck.last files too.bwarsaw2001-10-042-53/+62
* Use DumperSwitchboard class to read the filename. This closes SF bugbwarsaw2001-10-011-3/+4
* main(): Fix this to properly dump out a pickled message object.bwarsaw2001-10-011-2/+1
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-2/+11
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-0725-32/+32
* Ensure that the data/aliases* files are written at least rw-rw-xxxbwarsaw2001-09-041-0/+5
* addlang is retired (noticed by Ron Jarrell).bwarsaw2001-08-201-1/+1
* Change the semantics for creating a list in a virtual domain differentbwarsaw2001-08-201-44/+40
* addlang is removed. Lists can enable individual language supportbwarsaw2001-08-171-122/+0
* main(): When opening the DBFILE for locking, use the `w' flag so thatbwarsaw2001-08-171-1/+1
* update_qfiles(): MM2.0 stores all its qfiles right under the qfiles/bwarsaw2001-08-151-0/+23
* main(): Added the -s/--stale-lock-cleanup switch so that if mailmanctl finds abwarsaw2001-08-151-12/+87
* main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-043-7/+7
* Add -q/--quiet, suggested by Scott Brown, which suppresses all statusbwarsaw2001-08-011-12/+26
* Update the example in the docstring to reflect the new MemberAdaptor API.bwarsaw2001-07-291-6/+6
* Another step towards conversion to MemberAdaptor API. Usebwarsaw2001-07-291-27/+3
* Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarilybwarsaw2001-07-271-13/+32
* intermediatebwarsaw2001-07-261-0/+32
* This script isn't necessary any more. It twiddled the archivebwarsaw2001-07-261-95/+0
* Dang, the usual oversight.bwarsaw2001-07-261-1/+1
* dolist(): Remove the settings of the attributes archive_directory andbwarsaw2001-07-261-7/+1
* Module docstring consistency.bwarsaw2001-07-261-1/+1
* main(): Use ArchiveFileName() instead of private_archive_file_dir tobwarsaw2001-07-261-4/+3
* SCRIPTS: Add fix_url.py as a bin/withlist script for modifyingbwarsaw2001-07-261-1/+1
* 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
* Rewrite docstring for clarity, and to describe the newbwarsaw2001-07-201-58/+106
* main(): DeleteMember() -> ApprovedDeleteMember()bwarsaw2001-07-191-1/+1
* main(): Don't print an empty 'done' message if no languages were sucessfullytwouters2001-07-191-2/+3
* dolist(): A start on conversion to the MemberAdaptor API (but it needsbwarsaw2001-07-191-2/+5
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-195-10/+14
* - Add missing import of 'errno'twouters2001-07-181-1/+2
* Added the --marshal/-m and --pickle/-p flags, and the ability to dumpbwarsaw2001-07-111-12/+75
* SCRIPTS: added mailmanctl and qrunner.bwarsaw2001-07-051-1/+1
* intermediatebwarsaw2001-07-051-0/+96
* intermediatebwarsaw2001-07-051-0/+169
* move_language_templates(): if the TEMPLATE_DIR/gtemplate couldn't bebwarsaw2001-07-031-1/+6
* checkcgi(): Calculate the directory for the cgi-bin scripts, sincebwarsaw2001-07-021-2/+3
* Syncing with latest Python cvs version (#, flags should be printedbwarsaw2001-06-281-1/+4
* main(): Improved the readability of a message.bwarsaw2001-05-311-1/+1