summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/rfc_2369.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-112/+0
| | | | how I think about them anyway.
* Restore the RFC 2369 headers to accepted list posts.Barry Warsaw2012-03-011-1/+18
|
* copybumpBarry Warsaw2012-01-011-1/+1
|
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-0/+95
* Separate out the RFC 2369 header adding handler. * Dynamically calculate the `List-Id` header instead of storing it in the database. This means it cannot be changed. * Be sure to clean out any digest .mmdf files when the world is reset.