summaryrefslogtreecommitdiff
path: root/Mailman/MTA/Manual.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* genaliases interface conformance:bwarsaw2001-12-061-1/+17
| | | | | | makelock(), clear(): no-ops create(): Add an optional (ignored) nolock argument.
* 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
| | | | The former config variable is going away.
* Fallback module for auto-creation/removal of lists.bwarsaw2001-05-221-0/+110
When a list is created or removed via the cli (i.e. bin/newlist), this prints an informative message containing the /etc/aliases entries to standard out. When a list is created or removed ttw, this sends an email message to MAILMAN_OWNER telling him what needs to be done (this isn't ideal but it's the best we can do).