diff options
| author | Aurélien Bompard | 2015-11-25 19:40:22 +0100 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-02 22:18:02 -0500 |
| commit | 054b412ad200924e2c7642b63ab4f300efc27b3b (patch) | |
| tree | 618fe159b734e9fe3542d7c69a89918cf39921b2 /src/mailman/docs | |
| parent | 015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0 (diff) | |
| download | mailman-054b412ad200924e2c7642b63ab4f300efc27b3b.tar.gz mailman-054b412ad200924e2c7642b63ab4f300efc27b3b.tar.zst mailman-054b412ad200924e2c7642b63ab4f300efc27b3b.zip | |
Handle deleting nonexistent messages from the message store. Closes: #167
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index e2f81c4b4..2ea0002cf 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -50,6 +50,8 @@ Bugs addresses. Given by Aurélien Bompard. * Allow mailing lists to have localhost names with a suffix matching the subcommand extensions. Given by Aurélien Bompard. (Closes: #168) + * Don't traceback if a nonexistent message-id is deleted from the message + store. Given by Aurélien Bompard, tweaked by Barry Warsaw. (Closes: #167) Configuration ------------- @@ -71,6 +73,8 @@ Interfaces `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. (Closes #118) + * ``IMessageStore.delete_message()`` no longer raises a ``LookupError`` when + you attempt to delete a nonexistent message from the message store. Internal API ------------ |
