summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/tests
Commit message (Collapse)AuthorAgeFilesLines
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-232-213/+0
| | | | how I think about them anyway.
* * Pipermail has been eradicated.Barry Warsaw2012-03-162-45/+213
| | | | | | | | | | | | * Configuration variable `[mailman]filtered_messages_are_preservable` controls whether messages which have their top-level `Content-Type` filtered out can be preserved in the `bad` queue by list owners. * Configuration section `[scrubber]` removed, as is the scrubber handler. This handler was essentially incompatible with Mailman 3 since it required coordination with Pipermail to store attachments on disk. * Schema additions: - mailinglist.filter_action
* Fix a typo in guess_extension(), and add a test.Barry Warsaw2012-03-052-0/+45