More fixes to get the basic end-to-end delivery mechanisms working.
commit7f440dc39489b32257c35f15ee6f27d90a197cf5
authorBarry Warsaw <barry@python.org>
Sun, 30 Mar 2008 04:06:07 +0000 (30 00:06 -0400)
committerBarry Warsaw <barry@python.org>
Sun, 30 Mar 2008 04:06:07 +0000 (30 00:06 -0400)
treea4aaec013ee63253b78cfeb3518e78b1df424a91
parenteecf4b29f2642f30b22ee978fa50d8713bec1a48
More fixes to get the basic end-to-end delivery mechanisms working.

- Lots of Pipermail work just to get it to play nice with the new apis.
- Fix ARCHIVE_SCRUBBER
- Lots of changes to mailman.app.archiving, especially to provide an
  adapter from the new MailingList api to the one expected by
  Pipermail (e.g. archive_dir()).
- Add a test of the basic pipermail archiver.
14 files changed:
mailman/Archiver/Archiver.py
mailman/Archiver/HyperArch.py
mailman/Archiver/pipermail.py
mailman/Defaults.py
mailman/app/archiving.py
mailman/bin/master.py
mailman/pipeline/cook_headers.py
mailman/pipeline/scrubber.py
mailman/pipeline/to_digest.py
mailman/queue/archive.py
mailman/queue/docs/archiver.txt [new file with mode: 0644]
mailman/queue/outgoing.py
mailman/rules/administrivia.py
setup.py