summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/docs/acknowledge.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-178/+0
|
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-11/+21
| | | | | | | | | | | | * Add an additional option for unrecognized bounce disposition: send it to the site administrators. * Move maybe_forward() from src/mailman/queue/bounce.py to src/mailman/app/bounces.py, refactor and add tests. * Add a LogFileMark class to help with tests that want to check the output to a log file. * OwnerNotification gets a better signature. Instead of tomoderators, the last argument is a roster to send the notification to. If roster is None, then the notification goes to the site administrators.
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-2/+2
|
* More documentation improvements.Barry Warsaw2010-09-091-0/+4
|
* Cleanup.Barry Warsaw2009-11-041-1/+0
|
* Fix all tests except outgoing.txt and common.txtBarry Warsaw2009-11-021-2/+2
|
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-3/+6
| | | | IUserManager utility.
* Test updates and repair.xoBarry Warsaw2009-08-211-2/+4
|
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-10/+11
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+159
correctly regardless of how it's used.