summaryrefslogtreecommitdiff
path: root/Mailman/MTA/Manual.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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