summaryrefslogtreecommitdiff
path: root/src/mailman/docs/domains.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-119/+0
|
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-6/+2
| | | | | | | This is because registration confirmation messages must come from the mailing list that the subscription request came from. Remove IDomain.confirm_address() since this lives only on the IMailingList now.
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+2
| | | | | | | | * Give IMailingList a .domain attribute which looks up the IDomain for its .host_name. This cleans up a lot of code. * Add a test for the 'confirm' email command. * Suppress blank lines in email command responses. * Make the IDomainCollection a utility.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-17/+17
|
* Wow. Put domains into the database.Barry Warsaw2009-07-161-31/+107
| | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+46
correctly regardless of how it's used.