summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/command.txt
Commit message (Collapse)AuthorAgeFilesLines
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-2/+1
| | | | | | | 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-2/+3
| | | | | | | | * 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.
* Fix some test failures:Barry Warsaw2009-12-081-2/+2
| | | | | * when postfix is not installed * because the Subject values are instances, not strings
* Fix a test.Barry Warsaw2009-12-061-2/+11
|
* * Fix a test based on updated output.Barry Warsaw2009-12-061-0/+99
| | | | | | | | | * Add a stub for the -confirm email command * Add stubs for -leave and -unsubscribe * Remove the crufty (and broken) 'tojoin' 'toleave' and 'toconfirm' metadata keys for synchronizing between lmtp and the command runner. Replace this by putting the subaddress recognized by lmtp into the metadata and having the command runner look at the subaddress.
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-051-1/+0
|
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-4/+8
| | | | attribute. Add this for UserNotifications.
* Add decorations.Barry Warsaw2009-11-011-1/+1
| | | | s/recips/recipients/
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-4/+5
|
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-191-1/+0
| | | | | | | | | inject_message() grows a keyword argument dictionary which gets merged into the message metadata. Move NODELTA into the autorespond interface as ALWAYS_REPLY. Convert the integer response values into the ResponseAction enum.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+170
correctly regardless of how it's used.