summaryrefslogtreecommitdiff
path: root/src/mailman/mta/tests/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor MTA alias creation.Barry Warsaw2011-06-101-0/+0
* Create an IMailTransportAgentAliases utility that contains all the logic for generating all the aliases for a mailing list, both the fully-qualified ones and the local-part ones. * Add -f and -s options to `bin/mailman aliases` to facilitate outputing the aliases in other formats than the configured one, and for printing out a simple list of the aliases. * IMailTransportAgentAliases -> IMailTransportAgentLifecycle; also add a new definition for IMailTransportAgentAliases