Fix #198 - duplicate owner subscription error
commit47b4d1f987a91e1a2ce9b1e533c166ca21c2477e
authorBarry Warsaw <barry@python.org>
Sat, 5 Mar 2016 16:55:18 +0000 (5 11:55 -0500)
committerBarry Warsaw <barry@python.org>
Sat, 5 Mar 2016 16:55:18 +0000 (5 11:55 -0500)
tree0613e7503f500396c15cfd76ac28a7cd56e0acec
parent10570a3d733718d348408792823e53add4c932e0
Fix #198 - duplicate owner subscription error

Trying to subscribe an address as a list owner (or moderator or
nonmember) which is already subscribed with that role produces a server
error.
src/mailman/docs/NEWS.rst
src/mailman/rest/members.py
src/mailman/rest/tests/test_membership.py