| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 4 | -639/+0 |
| * | PEP 292 style, $-strings are used by the translation service everywhere now. | Barry Warsaw | 2008-02-18 | 1 | -2/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 3 | -3/+3 |
| * | Initial pylint/pyflakes cleanup | Barry Warsaw | 2007-11-17 | 1 | -2/+4 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 1 | -2/+2 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 2 | -11/+7 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -2/+2 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 1 | -70/+0 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 4 | -18/+3 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 1 | -16/+4 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -1/+1 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 1 | -12/+33 |
| * | Some cleanups of code. | tkikuchi | 2006-11-23 | 1 | -36/+24 |
| * | Repair a problem with cookie paths reported by Tokio when HTTPRunner is used | bwarsaw | 2006-10-30 | 1 | -2/+5 |
| * | Postfix support functions for LMTP and configurations. | tkikuchi | 2006-10-02 | 1 | -1/+53 |
| * | Here are the patches needed in order to create new lists on my test | tkikuchi | 2006-09-28 | 1 | -2/+10 |
| * | Convert genaliases to mmshell, optparse, and configuration.config | bwarsaw | 2006-09-25 | 2 | -30/+32 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 3 | -9/+14 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 2 | -9/+6 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -9/+12 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -7/+9 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 2 | -21/+11 |
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 1 | -1/+0 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 2 | -5/+6 |
| * | SF bug tracker 1378270. Fix aliases permission check in Postfix.py. | tkikuchi | 2005-12-13 | 1 | -1/+10 |
| * | Use msg.send() to add Date header in create notification. | tkikuchi | 2005-09-25 | 1 | -2/+3 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -2/+2 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 5 | -5/+5 |
| * | Back out last patch -- the real fix should be to the documentation. | bwarsaw | 2003-09-14 | 1 | -4/+1 |
| * | _addvirtual(): Steve Alexander's patch to include the "hostname | bwarsaw | 2003-09-13 | 1 | -1/+4 |
| * | create(): Add a `quiet' flag which (for this MTA at least) is ignored. | bwarsaw | 2003-03-22 | 1 | -14/+20 |
| * | create(): Add a `quiet' flag which (for this MTA at least) suppresses | bwarsaw | 2003-03-22 | 1 | -7/+16 |
| * | Update copyright years | bwarsaw | 2003-03-11 | 1 | -1/+1 |
| * | SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reis | twouters | 2003-03-11 | 1 | -1/+2 |
| * | _do_remove(): Patch by Jon Parise to fix a bug in the stanza matching | bwarsaw | 2003-01-02 | 1 | -3/+3 |
| * | Donn Cave's patch #602087 to honor configure's --srcdir switch. | bwarsaw | 2002-12-12 | 1 | -1/+1 |
| * | create(): Restore a few lines that got accidently deleted in the last | bwarsaw | 2002-10-25 | 1 | -0/+2 |
| * | create(): Simply return when mlist is None. | bwarsaw | 2002-10-23 | 1 | -5/+5 |
| * | Patch set for SF bug #596565. Use symbolic user/group names instead | bwarsaw | 2002-08-23 | 1 | -8/+12 |
| * | makealiases(): Renamed _makealiases_mailprog() for classic mail | bwarsaw | 2002-08-09 | 1 | -1/+25 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 2 | -2/+2 |
| * | makealiases(): Add the -confirm address for VERP-ish confirmations. | bwarsaw | 2002-03-14 | 1 | -2/+2 |
| * | _check_for_virtual_loopaddr(): Fixed this so duplicate virtual host | bwarsaw | 2002-03-05 | 1 | -5/+22 |
| * | checkperms(): Fix this for the new files aliases and virtual-mailman. | bwarsaw | 2002-03-01 | 1 | -33/+43 |
| * | create(), remove(): Use -unsubscribe as the longest string to pad the | bwarsaw | 2002-02-28 | 1 | -6/+10 |
| * | _addlist(): Do some better formatting. -unsubscribe is now the | bwarsaw | 2002-02-23 | 1 | -2/+2 |
| * | makealiases(): Add -subscribe and -unsubscribe as aliases for -join | bwarsaw | 2002-02-23 | 1 | -1/+2 |
| * | clear(): Fix the file names given to _zapfile(). | bwarsaw | 2002-02-14 | 1 | -2/+2 |
| * | makealiases(): Remove the special case for the `admin' script; it's | bwarsaw | 2002-02-14 | 1 | -2/+1 |
| * | create(): When creating the UserNotification message object, pass in | bwarsaw | 2002-02-11 | 1 | -2/+2 |