summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/scrubber.py
Commit message (Collapse)AuthorAgeFilesLines
* * Pipermail has been eradicated.Barry Warsaw2012-03-161-502/+0
| | | | | | | | | | | | * 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
* Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-5/+8
| | | | some new APIs I suspect.
* Fix a typo in guess_extension(), and add a test.Barry Warsaw2012-03-051-3/+3
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Cue Freddy Mercury. Another one bites the dust.Barry Warsaw2011-02-251-2/+1
|
* Move oneline() out of Utils.py.Barry Warsaw2011-02-251-1/+2
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Upgrade from using the locknix package to using flufl.lock.Barry Warsaw2010-11-271-1/+1
|
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+0
| | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes.
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Pick lint. Down to 4137 lines of warnings.Barry Warsaw2009-12-141-50/+41
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-6/+5
|
* rsplit -> rpartitionBarry Warsaw2009-05-151-3/+3
|
* Get rid of the mailman.scrubber entry point.Barry Warsaw2009-03-101-2/+5
|
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-9/+9
| | | | | | | 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/+509
correctly regardless of how it's used.