summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/members.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-322/+0
|
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-15/+31
| | | | | | IAddress.email and IAddress.original_address to IAddress.original_email. From now on we'll use "address" to talk about the IAddress object and "email" to talk about the textual email address.
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-4/+14
|
* Support filtering by delivery status.Barry Warsaw2010-01-231-0/+72
|
* Add filtering by delivery mode.Barry Warsaw2010-01-231-0/+37
|
* -o/--outputBarry Warsaw2010-01-231-0/+25
|
* Refactoring and basic tests for membership display.Barry Warsaw2010-01-231-13/+60
|
* For 'bin/mailman members':Barry Warsaw2010-01-231-5/+6
| | | | | | * -a option uses input_filename internally and a metavar of FILENAME * Change the assertion for when there isn't 1 argument * Do a better job of converting input to unicode.
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-281-0/+18
| | | | | | | list's member addresses and real names. Change the default LMTP server port to 8024, since 24 is the default (for postfix) but we don't want to require root.
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-241-0/+37
| | | | | | | | | | | | | | The only thing it does currently is force the recipients in the low level connection code to a hard-coded address. Also: * Fix the inject command's --filename/-f argument * Make inject's LISTNAME required * When inject reads from stdin, capture C-c and print a nicer message * Extend the members command so that blank lines and lines starting with # are ignored. * members command should not fail when an address is already subscribed. Just warn and continue.
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-191-1/+0
| | | | | | Expose the database store on .store instead of ._store A few other cleanups.
* The basics of 'mailman members --add'.Barry Warsaw2009-08-161-0/+60