* Mailing list subscription policy work flow has been completely rewritten.
commit67fd8d6dbcf8849b3c2f8cb42a10aed465ace76c
authorBarry Warsaw <barry@list.org>
Wed, 15 Apr 2015 14:05:35 +0000 (15 10:05 -0400)
committerBarry Warsaw <barry@list.org>
Wed, 15 Apr 2015 14:05:35 +0000 (15 10:05 -0400)
tree97eca0ae33c97015e4d2fca31e7792e2a929fa8d
parent7317b94a0b746f0287ecbc5654ec544ce0112adb
parent3e7dffa750a3e7bb15ac10b711832696554ba03a
 * Mailing list subscription policy work flow has been completely rewritten.
   It now properly supports email verification and subscription confirmation
   by the user, and approval by the moderator using unique tokens.
   ``IMailingList`` objects now have a ``subscription_policy`` attribute.
TODO.rst
src/mailman/app/tests/test_registrar.py
src/mailman/docs/NEWS.rst
src/mailman/interfaces/pending.py
src/mailman/model/docs/pending.rst
src/mailman/model/pending.py
src/mailman/model/tests/test_usermanager.py
src/mailman/utilities/tests/test_import.py