summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* checkmail(): Patch by Marc MERLIN to fix buglet resulting from thebwarsaw2002-01-011-1/+1
* main(): Might as well use the pretty printer when we dump out thebwarsaw2001-12-311-2/+2
* docstring fixbwarsaw2001-12-301-1/+1
* main(): Get rid of the mail/wrapper program; it's been renamed tobwarsaw2001-12-241-1/+1
* main(): Ben Gertzfield points out that newlist isn't consistent in itsbwarsaw2001-12-161-9/+34
* main(): Call MTA.create(None, ...) when no lists yet exist (as willbwarsaw2001-12-061-3/+6
* In order to make the list alias -> script mapping more consistent,bwarsaw2001-11-301-1/+3
* Add bin/cleanarch to the list of scripts that get build and installed.bwarsaw2001-11-301-1/+1
* intermediatebwarsaw2001-11-301-0/+163
* Adjustments for the new Postfix module API, which should bebwarsaw2001-11-261-34/+10
* zapfile(): Zero out a file without messing with the file permissions.bwarsaw2001-11-241-15/+21
* Added -s/--subproc switch which subtly, but usefully changes its exitbwarsaw2001-11-211-3/+19
* start_runner(): Pass the -s flag to the qrunner script, which tells itbwarsaw2001-11-211-1/+1
* Better support for Berkeley DB link problems (I hope). The problem isbwarsaw2001-11-211-6/+21
* fix_url(): Calculate web_page_url from DEFAULT_URL_PATTERN andbwarsaw2001-11-211-1/+1
* Fix typo in module docstring, reported by Ousmane Wilanebwarsaw2001-11-201-1/+1
* main(): Add Mailman/Cookie.py{,c} to the list of old sources needingbwarsaw2001-11-201-1/+1
* tee_to_stdout=1 in the error handler.bwarsaw2001-11-202-2/+2
* 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