summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/inject.rst
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-93/+33
|
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-4/+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.
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-2/+1
|
* More test repair.Barry Warsaw2014-12-151-4/+4
|
* Port some of the commands.Barry Warsaw2014-12-131-1/+1
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-6/+6
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-2/+0
| | | | Sandesh Kumar Agrawal. (LP: #1095422)
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-1/+1
| | | | Beta testers can can safely remove `$var_dir/queue/news`.
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-27/+26
| | | | | | | | | | | 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.
* * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw2012-03-121-1/+0
|
* Plumb key=value arguments through to the `bin/mailman inject` command.Barry Warsaw2011-06-151-0/+226