summaryrefslogtreecommitdiff
path: root/src/mailman/runners
Commit message (Expand)AuthorAgeFilesLines
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-153-6/+9
* Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-152-3/+3
* Full test suite passes.Barry Warsaw2015-04-142-0/+5
* Checkpointing.Barry Warsaw2015-04-143-6/+4
* Fix merge turd.Barry Warsaw2015-03-291-1/+1
* Merge abompard's subpolicy branch port with trunk. Still a WIP.Barry Warsaw2015-03-291-1/+1
|\
| * Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-15/+4
* | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-10/+4
* | Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-0/+4
* | * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-6/+10
|/
* We don't need the 'six' package any more.Barry Warsaw2015-01-043-9/+9
* Bump copyright years.Barry Warsaw2015-01-0425-25/+25
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-032-12/+15
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-261-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2225-116/+45
* Trunk merge.Barry Warsaw2014-12-222-39/+69
|\
| * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-102-40/+69
| |\
| | * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-092-37/+12
| |/
* | Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-211-3/+3
* | Move internationalized digest tests to unittests.Barry Warsaw2014-12-202-199/+76
* | Only convert payload if it's bytes.Barry Warsaw2014-12-181-11/+10
* | Fix the NNTP errorsBarry Warsaw2014-12-172-4/+5
* | Fix LMTP runner tests.Barry Warsaw2014-12-172-47/+44
* | Fix mta and lmtp tests.Barry Warsaw2014-12-172-6/+6
* | More test repair.Barry Warsaw2014-12-152-10/+10
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-1517-93/+94
* | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-152-4/+8
* | Port some of the commands.Barry Warsaw2014-12-131-1/+1
* | Checkpointing.Barry Warsaw2014-11-304-18/+16
|/
* * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-292-4/+121
|\
| * Fix some unicode issuesAurélien Bompard2014-11-272-1/+97
|/
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-191-1/+1
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-6/+6
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2811-64/+64
* Several internal improvements:Barry Warsaw2014-01-063-0/+3
* Bump copyright years.Barry Warsaw2014-01-0124-24/+24
* More fixes.Barry Warsaw2013-11-261-0/+1
* Checkpointing.Barry Warsaw2013-11-252-18/+35
* Joanna's branchBarry Warsaw2013-10-271-14/+17
|\
| * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-14/+17
* | trunk mergeBarry Warsaw2013-09-011-0/+0
|\|
| * Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-012-4/+4
|/
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-174-23/+97
* * Fix REST server crash on `mailman reopen` due to no interception ofBarry Warsaw2013-05-301-1/+1
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-061-0/+27
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-203-0/+12
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-173-3/+11
| * LMTP runner will reject message with duplicate idsSandesh Kumar Agrawal2013-01-111-0/+5
* | Whitespace.Barry Warsaw2013-01-201-1/+1
|/