summaryrefslogtreecommitdiff
path: root/Mailman/MTA (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-274-639/+0
* PEP 292 style, $-strings are used by the translation service everywhere now.Barry Warsaw2008-02-181-2/+0
* Tweak copyright years.Barry Warsaw2008-02-073-3/+3
* Initial pylint/pyflakes cleanupBarry Warsaw2007-11-171-2/+4
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-311-2/+2
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-102-11/+7
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-2/+2
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-70/+0
* Update copyright years.bwarsaw2007-01-194-18/+3
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-16/+4
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-1/+1
* Postfix LMTP related brushups.tkikuchi2006-11-261-12/+33
* Some cleanups of code.tkikuchi2006-11-231-36/+24
* Repair a problem with cookie paths reported by Tokio when HTTPRunner is usedbwarsaw2006-10-301-2/+5
* Postfix support functions for LMTP and configurations.tkikuchi2006-10-021-1/+53
* Here are the patches needed in order to create new lists on my testtkikuchi2006-09-281-2/+10
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-252-30/+32
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-083-9/+14
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-082-9/+6
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-9/+12
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-7/+9
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-152-21/+11
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-302-5/+6
* SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi2005-12-131-1/+10
* Use msg.send() to add Date header in create notification.tkikuchi2005-09-251-2/+3
* back porting from 2.1.6tkikuchi2005-08-281-2/+2
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-275-5/+5
* Back out last patch -- the real fix should be to the documentation.bwarsaw2003-09-141-4/+1
* _addvirtual(): Steve Alexander's patch to include the "hostnamebwarsaw2003-09-131-1/+4
* create(): Add a `quiet' flag which (for this MTA at least) is ignored.bwarsaw2003-03-221-14/+20
* create(): Add a `quiet' flag which (for this MTA at least) suppressesbwarsaw2003-03-221-7/+16
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-1/+1
* create(): Restore a few lines that got accidently deleted in the lastbwarsaw2002-10-251-0/+2
* create(): Simply return when mlist is None.bwarsaw2002-10-231-5/+5
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-8/+12
* makealiases(): Renamed _makealiases_mailprog() for classic mailbwarsaw2002-08-091-1/+25
* Update copyright years.bwarsaw2002-03-162-2/+2
* makealiases(): Add the -confirm address for VERP-ish confirmations.bwarsaw2002-03-141-2/+2
* _check_for_virtual_loopaddr(): Fixed this so duplicate virtual hostbwarsaw2002-03-051-5/+22
* checkperms(): Fix this for the new files aliases and virtual-mailman.bwarsaw2002-03-011-33/+43
* create(), remove(): Use -unsubscribe as the longest string to pad thebwarsaw2002-02-281-6/+10
* _addlist(): Do some better formatting. -unsubscribe is now thebwarsaw2002-02-231-2/+2
* makealiases(): Add -subscribe and -unsubscribe as aliases for -joinbwarsaw2002-02-231-1/+2
* clear(): Fix the file names given to _zapfile().bwarsaw2002-02-141-2/+2
* makealiases(): Remove the special case for the `admin' script; it'sbwarsaw2002-02-141-2/+1
* create(): When creating the UserNotification message object, pass inbwarsaw2002-02-111-2/+2