| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -2/+2 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Some fixes caught by Barry during the review | Aurélien Bompard | 2015-07-05 | 1 | -1/+1 |
| | | |||||
| * | The prototype archiver is not web-accessible | Aurélien Bompard | 2015-06-30 | 1 | -2/+5 |
| | | | | | The URL headers (Archived-At and List-Archives) should not be added. | ||||
| * | Fix a test failure when the machine has an ipv6 address. | Barry Warsaw | 2015-06-29 | 1 | -1/+1 |
| | | |||||
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 1 | -0/+4 |
| | | | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm. | ||||
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -14/+14 |
| | | | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies. | ||||
| * | Add enough __init__.py files to make these docs directories discoverable. | Barry Warsaw | 2013-08-26 | 1 | -0/+0 |
| | | |||||
| * | * Fix residual references to the old `IMailingList` archive variables. | Barry Warsaw | 2012-08-18 | 1 | -2/+4 |
| | | | | | (LP: #1031393) | ||||
| * | Adjustments after landing the nopipermail branch. | Barry Warsaw | 2012-03-17 | 1 | -13/+1 |
| | | |||||
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 1 | -17/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | * Configuration variable `[mailman]filtered_messages_are_preservable` controls whether messages which have their top-level `Content-Type` filtered out can be preserved in the `bad` queue by list owners. * Configuration section `[scrubber]` removed, as is the scrubber handler. This handler was essentially incompatible with Mailman 3 since it required coordination with Pipermail to store attachments on disk. * Schema additions: - mailinglist.filter_action | ||||
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 1 | -31/+12 |
| | | | | | | | | | some new APIs I suspect. | ||||
| * | | * The Prototype archiver now stores its files in maildir format inside of | Barry Warsaw | 2012-03-14 | 1 | -4/+5 |
| |\ \ | |/ |/| | | | `$var_dir/archives/prototype`, given by Toshio Kuratomi. | ||||
| | * | Merge with upstream | toshio | 2012-03-14 | 1 | -7/+18 |
| | |\ | |/ |/| | |||||
| | * | Update documentation for the prototype archiver | toshio | 2012-03-13 | 1 | -4/+8 |
| | | | |||||
| * | | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -7/+18 |
| |/ | | | | | | | | | | | otherwise it rejects the message with a 550 error. Also, the LMTP server adds the `X-Message-ID-Hash` header automatically. The `inject` cli command will also add the `X-Message-ID-Hash` header, but it will craft a `Message-ID` header first if one is missing from the injected text. Also, `inject` will always set the correct value for the `original_size` attribute on the message object, instead of trusting a possibly incorrect value if it's already set. The individual `IArchiver` implementations no longer set the `X-Message-ID-Hash` header. | ||||
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 1 | -0/+0 |
| | | |||||
| * | Rename 'queue' directory to 'runners' since not all subprocesses run a queue. | Barry Warsaw | 2011-05-29 | 1 | -1/+1 |
| | | |||||
| * | Last of the documentation fixes. | Barry Warsaw | 2010-09-15 | 1 | -11/+16 |
| | | |||||
| * | No longer touch the Sender or Errors-To headers. We can no longer justify | Barry Warsaw | 2010-06-29 | 1 | -2/+0 |
| | | | | | | setting these based on RFC 5322, and modern MTAs no longer need us to do so for proper bounce processing. | ||||
| * | Cleanup. | Barry Warsaw | 2009-11-04 | 1 | -1/+0 |
| | | |||||
| * | smtp_direct.py is dead and gone. | Barry Warsaw | 2009-11-03 | 1 | -8/+1 |
| | | |||||
| * | De-u-literal-ify our doctests. | Barry Warsaw | 2009-07-17 | 1 | -1/+1 |
| | | |||||
| * | Basic Sphinx documentation generation. | Barry Warsaw | 2009-06-30 | 1 | -0/+185 |
