diff options
| author | Barry Warsaw | 2016-03-08 23:01:14 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-08 23:01:14 -0500 |
| commit | cb8ddd1671e424478f002e527871f0c5839425d9 (patch) | |
| tree | ff8845ca998b2b4ea2f67a908c862d79f664f6d7 /src/mailman/docs | |
| parent | 47b4d1f987a91e1a2ce9b1e533c166ca21c2477e (diff) | |
| download | mailman-cb8ddd1671e424478f002e527871f0c5839425d9.tar.gz mailman-cb8ddd1671e424478f002e527871f0c5839425d9.tar.zst mailman-cb8ddd1671e424478f002e527871f0c5839425d9.zip | |
Fix cross-posting held on more than one list.
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.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 0ef59266c..f4407e62e 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -68,6 +68,7 @@ Bugs * Trying to subscribe an address as a list owner (or moderator or nonmember) which is already subscribed with that role produces a server error. Originally given by Anirudh Dahiya. (Closes #198) + * Cross-posting messages held on both lists no longer fails. (Closes #176) Configuration ------------- |
