summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/aliases.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactor MTA alias creation.Barry Warsaw2011-06-101-63/+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
* OS X doesn't have /bin/trueBarry Warsaw2009-12-111-1/+1
|
* Fix some test failures:Barry Warsaw2009-12-081-0/+1
| | | | | * when postfix is not installed * because the Subject values are instances, not strings
* fix a testBarry Warsaw2009-11-291-9/+9
|
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-0/+62