summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests/test_messagestore.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Clean up the model and languages directories.Barry Warsaw2016-03-251-6/+0
|
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-081-0/+19
| | | | | | | | | | | Closes #176 Also: * IMessageStore no longer raises a ValueError if the Message-ID already exists in the store; it just returns None. * The internal handle_message() function no longer takes a `preserve` argument, since messages are never removed from the IMessageStore.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard2015-12-021-6/+37
|
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-3/+40
| | | | | | `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.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Add test module.Barry Warsaw2014-12-131-0/+74