Lots of little patches trying to get a simple end-to-end test working. There
commitde9deb660c5d48a083f0c56916cca6aa0cb010b3
authorBarry Warsaw <barry@list.org>
Wed, 26 Mar 2008 02:28:57 +0000 (25 22:28 -0400)
committerBarry Warsaw <barry@list.org>
Wed, 26 Mar 2008 02:28:57 +0000 (25 22:28 -0400)
tree3531c8eebaf6afd03909d6bc77e8b16907871eb5
parent1d4753554614991ad2f86efff34e52add6ad91f6
Lots of little patches trying to get a simple end-to-end test working.  There
should be tests for these. :/

- Disable MTA hack in remove_list()
- Convert bin/inject to SingleMailingListOptions
- Remove an unnecessary import
- Fix qrunner restarts in bin/master
- Add IMailinglist.pipeline so that this value persists
- Move Runner.SLEEPTIME into the __init__() so that it isn't hurt by order of
  configuration initialization.
mailman/app/lifecycle.py
mailman/bin/inject.py
mailman/bin/list_lists.py
mailman/bin/master.py
mailman/bin/withlist.py
mailman/database/mailinglist.py
mailman/database/mailman.sql
mailman/interfaces/mailinglist.py
mailman/queue/__init__.py