-
Committer:
Barry Warsaw
-
Date:
2011-08-22 21:21:51 UTC
-
Revision ID:
barry@list.org-20110822212151-bb3yff0h349dxiet
* Moderating a message with Action.accept now sends the message. (LP: #827697)
Also:
* Use utilities.datetime.now() so that moderation related dates are
predictable during the test suite.
* When a message is accepted, drop it in the pipeline queue. The above bug
was caused by the message going in the incoming queue, and then being
re-moderated.
* Expose mailman.bin.master.Loop in __all__.
* Add some helpful debug logging.