summaryrefslogtreecommitdiff
path: root/mailman/pipeline/cook_headers.py (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-10Use pkg_resources to find mailman.sql file.Barry Warsaw2-9/+8
2008-07-24Updated documentation information and removed the defunct listowner.orgTerri Oda1-12/+8
2008-07-15Forward port of 2.1 changes to ACKNOWLEDGMENTS.txt.Mark Sapiro1-7/+7
2008-07-09Add rough support for a local MHonArc archiver, using the permalink proposalBarry Warsaw8-6/+157
2008-07-06Use IMailingList.posting_address (a.k.a. List-Post header) in theBarry Warsaw4-37/+17
2008-07-05Refactor the archivers so that they live in a separate sub-package. Split outBarry Warsaw11-113/+209
2008-07-05Implement the basic Mail-Archive.com archiving algorithm.Barry Warsaw9-11/+181
2008-07-03mailman.tests should contain only tests.Barry Warsaw13-14/+14
2008-07-02Implement a prototypical archiver that supports Archived-At permalink header,Barry Warsaw6-5/+157
2008-06-14start of archiving workBarry Warsaw6-54/+30
2008-04-26Handle commands in the body of a plain text email message.Barry Warsaw2-1/+49
2008-04-22temporary start on command processor rewriteBarry Warsaw7-149/+236
2008-04-08Remove unnecessary 3rd party package.Barry Warsaw1-1/+0
2008-04-08Bump the version numberBarry Warsaw2-3/+7
2008-04-01NEWS.txt is only the 3.0 news. OLD-NEWS.txt is copied from the 2.1 tree.Barry Warsaw2-2659/+2836
2008-04-01Remove some documents that are either no longer appropriate, or now live inBarry Warsaw20-7748/+109
2008-03-31One more version change fix.Barry Warsaw1-1/+1
2008-03-31One more version change.Barry Warsaw1-1/+1
2008-03-31mailman.Version -> mailman.versionBarry Warsaw40-76/+72
2008-03-31Fix the archiver doctest.Barry Warsaw2-4/+6
2008-03-31Fix the scrubber doctest.Barry Warsaw1-1/+1
2008-03-31Fix the incoming doctest.Barry Warsaw1-7/+12
2008-03-30Add code name.Barry Warsaw2-1/+2
2008-03-30Make all the SMTP_LOG_* templates, PEP 292 compatible. Make them consistentlyBarry Warsaw8-124/+81
2008-03-30More fixes to get end-to-end delivery basically working.Barry Warsaw10-143/+178
2008-03-30More fixes to get the basic end-to-end delivery mechanisms working.Barry Warsaw14-97/+146
2008-03-28Stable sort the output.Barry Warsaw1-1/+3
2008-03-27Added a test of the OutgoingRunner, and subsequent changes to make it pass,Barry Warsaw16-35/+156
2008-03-25Lots of little patches trying to get a simple end-to-end test working. ThereBarry Warsaw9-55/+64
2008-03-25Flesh out and make working IUser.memberships, with tests.Barry Warsaw2-13/+29
2008-03-24The start of exposing memberships in the IUser.Barry Warsaw4-2/+96
2008-03-23Move AlreadySubscribedError to interfaces/member.py in the (new) preferenceBarry Warsaw8-177/+193
2008-03-22Rename rmlist to remove_list, and let it take multiple -l command lineBarry Warsaw6-85/+102
2008-03-22Several fixes to command line scripts.Barry Warsaw6-108/+150
2008-03-21Convert bin/qrunner to use the new Options class.Barry Warsaw1-37/+43
2008-03-21Added a common option parsing class, and converted master to it.Barry Warsaw2-34/+96
2008-03-21Don't timeout in TestableMaster.start(). Just wait until all queue runnersBarry Warsaw1-2/+2
2008-03-15Add some debug logging.Barry Warsaw1-0/+3
2008-03-13Move mailman.database.txnsupport to mailman.database.transaction and updateBarry Warsaw3-44/+137
2008-03-12Add some randomization to the way tests are run. This isn't complete (seeBarry Warsaw2-12/+38
2008-03-12Sprinkle a few more transaction API calls around to make sure the databaseBarry Warsaw3-2/+6
2008-03-12Add transaction API to IDatabase, e.g. begin(), commit(), and abort(). Add anBarry Warsaw3-4/+30
2008-03-12Add a working (though not yet complete) test for the LMTP runner.Barry Warsaw12-114/+286
2008-03-10Removed bogus >From line from hotpop_01.txt bounce test message.Mark Sapiro1-1/+0
2008-03-06Fix a typo in a roster name.Barry Warsaw5-75/+71
2008-02-27Bite the bullet: rename the Mailman package to mailman.Barry Warsaw531-935/+921
2008-02-27Rework the master.py script and the master.txt doctest so that it's muchBarry Warsaw4-192/+193
2008-02-26Make the import of Mailman.configuration.config explicit in doctests.Barry Warsaw5-5/+10
2008-02-26Add a test for mailmanctl and master.py. Also fix a bug in master where itBarry Warsaw3-1/+110
2008-02-25Update mailmanctl for the new master.py script. Fortunately, we can simplifyBarry Warsaw3-374/+97