summaryrefslogtreecommitdiff
path: root/src/mailman/runners
Commit message (Expand)AuthorAgeFilesLines
...
* Happy New Year.Barry Warsaw2016-01-0225-25/+25
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-1/+1
* Allow list names to have command suffixesAurélien Bompard2015-11-292-0/+38
* Reorder the default-posting-chain to avoid spam.Aurélien Bompard2015-11-211-2/+2
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
* For Python versions earlier than 3.5, use a compatibility layer for aBarry Warsaw2015-09-071-0/+16
* Don't decode bytes in smtpd. Pass them through to the email package so it canBarry Warsaw2015-09-071-3/+3
* Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byteBarry Warsaw2015-09-072-5/+14
* For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-063-17/+121
* Turn off tying the -E test suite option to debugging the database logger.Barry Warsaw2015-08-181-1/+1
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-0/+10
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-144-9/+12
* Prepare for 3.1.Barry Warsaw2015-05-011-1/+1
* 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