| Commit message (Expand) | Author | Age | Files | Lines |
| * | checkmail(): Patch by Marc MERLIN to fix buglet resulting from the | bwarsaw | 2002-01-01 | 1 | -1/+1 |
| * | main(): Might as well use the pretty printer when we dump out the | bwarsaw | 2001-12-31 | 1 | -2/+2 |
| * | docstring fix | bwarsaw | 2001-12-30 | 1 | -1/+1 |
| * | main(): Get rid of the mail/wrapper program; it's been renamed to | bwarsaw | 2001-12-24 | 1 | -1/+1 |
| * | main(): Ben Gertzfield points out that newlist isn't consistent in its | bwarsaw | 2001-12-16 | 1 | -9/+34 |
| * | main(): Call MTA.create(None, ...) when no lists yet exist (as will | bwarsaw | 2001-12-06 | 1 | -3/+6 |
| * | In order to make the list alias -> script mapping more consistent, | bwarsaw | 2001-11-30 | 1 | -1/+3 |
| * | Add bin/cleanarch to the list of scripts that get build and installed. | bwarsaw | 2001-11-30 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2001-11-30 | 1 | -0/+163 |
| * | Adjustments for the new Postfix module API, which should be | bwarsaw | 2001-11-26 | 1 | -34/+10 |
| * | zapfile(): Zero out a file without messing with the file permissions. | bwarsaw | 2001-11-24 | 1 | -15/+21 |
| * | Added -s/--subproc switch which subtly, but usefully changes its exit | bwarsaw | 2001-11-21 | 1 | -3/+19 |
| * | start_runner(): Pass the -s flag to the qrunner script, which tells it | bwarsaw | 2001-11-21 | 1 | -1/+1 |
| * | Better support for Berkeley DB link problems (I hope). The problem is | bwarsaw | 2001-11-21 | 1 | -6/+21 |
| * | fix_url(): Calculate web_page_url from DEFAULT_URL_PATTERN and | bwarsaw | 2001-11-21 | 1 | -1/+1 |
| * | Fix typo in module docstring, reported by Ousmane Wilane | bwarsaw | 2001-11-20 | 1 | -1/+1 |
| * | main(): Add Mailman/Cookie.py{,c} to the list of old sources needing | bwarsaw | 2001-11-20 | 1 | -1/+1 |
| * | tee_to_stdout=1 in the error handler. | bwarsaw | 2001-11-20 | 2 | -2/+2 |
| * | process_request(): Utils.get_site_email()'s second argument should no | bwarsaw | 2001-11-20 | 1 | -1/+1 |
| * | main(): Fixed use of obsolete call Utils.ParseAddrs() -- uses | bwarsaw | 2001-10-27 | 1 | -12/+15 |
| * | do_output(), do_list_categories(): Convert to the new GetConfigInfo() | bwarsaw | 2001-10-27 | 1 | -71/+79 |
| * | Rebind stderr to logs/error. | bwarsaw | 2001-10-24 | 2 | -0/+6 |
| * | Use email.Utils.parseaddr() | bwarsaw | 2001-10-22 | 1 | -3/+2 |
| * | A major rewrite to 1) better support the new mailmanctl script and 2) | bwarsaw | 2001-10-18 | 1 | -23/+173 |
| * | A fairly significant rewrite, but now the `restart' command actually | bwarsaw | 2001-10-18 | 1 | -94/+301 |
| * | mimelib -> email | bwarsaw | 2001-10-10 | 1 | -1/+1 |
| * | Fix this to check the config.pck and config.pck.last files too. | bwarsaw | 2001-10-04 | 2 | -53/+62 |
| * | Use DumperSwitchboard class to read the filename. This closes SF bug | bwarsaw | 2001-10-01 | 1 | -3/+4 |
| * | main(): Fix this to properly dump out a pickled message object. | bwarsaw | 2001-10-01 | 1 | -2/+1 |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 1 | -2/+11 |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 25 | -32/+32 |
| * | Ensure that the data/aliases* files are written at least rw-rw-xxx | bwarsaw | 2001-09-04 | 1 | -0/+5 |
| * | addlang is retired (noticed by Ron Jarrell). | bwarsaw | 2001-08-20 | 1 | -1/+1 |
| * | Change the semantics for creating a list in a virtual domain different | bwarsaw | 2001-08-20 | 1 | -44/+40 |
| * | addlang is removed. Lists can enable individual language support | bwarsaw | 2001-08-17 | 1 | -122/+0 |
| * | main(): When opening the DBFILE for locking, use the `w' flag so that | bwarsaw | 2001-08-17 | 1 | -1/+1 |
| * | update_qfiles(): MM2.0 stores all its qfiles right under the qfiles/ | bwarsaw | 2001-08-15 | 1 | -0/+23 |
| * | main(): Added the -s/--stale-lock-cleanup switch so that if mailmanctl finds a | bwarsaw | 2001-08-15 | 1 | -12/+87 |
| * | main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 3 | -7/+7 |
| * | Add -q/--quiet, suggested by Scott Brown, which suppresses all status | bwarsaw | 2001-08-01 | 1 | -12/+26 |
| * | Update the example in the docstring to reflect the new MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -6/+6 |
| * | Another step towards conversion to MemberAdaptor API. Use | bwarsaw | 2001-07-29 | 1 | -27/+3 |
| * | Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarily | bwarsaw | 2001-07-27 | 1 | -13/+32 |
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+32 |
| * | This script isn't necessary any more. It twiddled the archive | bwarsaw | 2001-07-26 | 1 | -95/+0 |
| * | Dang, the usual oversight. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | dolist(): Remove the settings of the attributes archive_directory and | bwarsaw | 2001-07-26 | 1 | -7/+1 |
| * | Module docstring consistency. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | main(): Use ArchiveFileName() instead of private_archive_file_dir to | bwarsaw | 2001-07-26 | 1 | -4/+3 |
| * | SCRIPTS: Add fix_url.py as a bin/withlist script for modifying | bwarsaw | 2001-07-26 | 1 | -1/+1 |