summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/docs/subject-munging.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.Barry Warsaw2015-10-291-1/+0
| | | | (Closes: #147)
* Fixes for issue #147 Multiple "Re:" in subject.Mark Sapiro2015-10-291-6/+18
|
* Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-211-53/+28
| | | | pass.
* Fix subject-munging.rstBarry Warsaw2014-12-171-14/+12
|
* Better, but not perfect handler test passing.Barry Warsaw2014-12-151-1/+1
|
* Checkpointing.Barry Warsaw2014-11-301-10/+6
| | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now.
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-16/+16
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-6/+4
| | | | Beta testers can can safely remove `$var_dir/queue/news`.
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-0/+249
how I think about them anyway.