summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/docs/replybot.txt
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-343/+0
|
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-2/+2
| | | | | | | | | | | | * 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.
* More documentation updatesBarry Warsaw2010-09-101-13/+24
|
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-051-2/+0
|
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-0/+2
| | | | attribute. Add this for UserNotifications.
* Add decorations.Barry Warsaw2009-11-011-2/+2
| | | | s/recips/recipients/
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-9/+10
|
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-191-42/+39
| | | | | | | | | 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.
* Complete the porting of the autoresponse implementation, with no need of theBarry Warsaw2009-02-191-53/+173
| | | | | | old pickle attributes. Fix a typo in the datetime.py module.
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-2/+3
| | | | | | | language manager stuff into a separate Language class, and be clearer in the APIs about whether we want a language code or a Language instance. The impetus to this was to get rid of Utils.GetCharSet(), which is done.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+213
correctly regardless of how it's used.