summaryrefslogtreecommitdiff
path: root/Mailman/MTA/Manual.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-139/+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-071-1/+1
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-101-1/+1
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-2/+2
* Update copyright years.bwarsaw2007-01-191-1/+1
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-251-16/+18
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-2/+2
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-4/+2
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-9/+4
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* 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-271-1/+1
* create(): Add a `quiet' flag which (for this MTA at least) suppressesbwarsaw2003-03-221-7/+16
* 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
* create(), remove(): Use -unsubscribe as the longest string to pad thebwarsaw2002-02-281-6/+10
* create(): When creating the UserNotification message object, pass inbwarsaw2002-02-111-2/+2
* genaliases interface conformance:bwarsaw2001-12-061-1/+17
* Add missing import of Mailman.Utilstwouters2001-09-041-0/+1
* create(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-4/+6
* Fallback module for auto-creation/removal of lists.bwarsaw2001-05-221-0/+110