summaryrefslogtreecommitdiff
path: root/src/mailman/runners/docs
Commit message (Expand)AuthorAgeFilesLines
* Update the configuration documentation.Barry Warsaw2017-04-161-0/+2
* Fix typo LTMP -> LMTP.Mark Sapiro2017-01-311-1/+1
* Simplified the various list settings and remamed several things.Mark Sapiro2016-12-261-1/+1
* Merge branch 'dmarc' of gitlab.com:msapiro/mailman into dmarcMark Sapiro2016-11-261-3/+3
|\
| * Fixed some doctests for the addition of the dmarc-moderation rule.Mark Sapiro2016-11-011-3/+3
* | Replace smtpd with aiosmtpd.Barry Warsaw2016-11-241-1/+1
|/
* Prevent posting from banned addressesAurélien Bompard2016-10-271-3/+4
* Fix doctests to properly set unsubscription_policy = SubscriptionPolicy.openMark Sapiro2016-10-251-1/+1
* Simplify the implementation.Barry Warsaw2016-10-171-2/+1
* Another test fix.Barry Warsaw2016-09-161-9/+11
* A few more changes.Barry Warsaw2016-09-081-3/+5
* Added unsubscribe instructions to list:member:generic:footer.txtFrancesco Ariis2016-08-251-4/+4
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* New template system. Closes #249Barry Warsaw2016-07-161-8/+4
* Fixed mailman/issue#234.Mark Sapiro2016-05-151-1/+7
* Make creating Link objects a more convenient.Barry Warsaw2016-01-251-4/+2
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-1/+1
* Reorder the default-posting-chain to avoid spam.Aurélien Bompard2015-11-211-2/+2
* Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byteBarry Warsaw2015-09-071-1/+1
* For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-061-6/+28
* * 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-142-0/+3
* Prepare for 3.1.Barry Warsaw2015-05-011-1/+1
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-1/+1
* Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-151-2/+2
* Full test suite passes.Barry Warsaw2015-04-141-0/+1
* Checkpointing.Barry Warsaw2015-04-141-3/+1
* 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
|/
* * ``$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
* Move internationalized digest tests to unittests.Barry Warsaw2014-12-201-199/+1
* Fix LMTP runner tests.Barry Warsaw2014-12-171-46/+14
* More test repair.Barry Warsaw2014-12-152-10/+10
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-153-16/+16
* 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-286-31/+31
* Several internal improvements:Barry Warsaw2014-01-061-0/+1
* Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
* * Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)Barry Warsaw2012-09-051-0/+8
|\
| * Pretty printing is not necessary when the output actually matches.Mark Sapiro2012-04-111-3/+2
| * Fixed the RFC 1153 digest footer to be compliant.Mark Sapiro2012-04-111-2/+11
* | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-5/+5
|/
* - Improve the NNTP doctest.Barry Warsaw2012-04-021-119/+17
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-20/+17
* - Move some normal recipient tests to unittests.Barry Warsaw2012-03-231-1/+1