Barry Warsaw pushed to branch master at mailman / Mailman Core
Commits: 46496dbd by Mark Sapiro at 2017-11-05T14:11:26-08:00 Remove deprecated 'admin' subaddress. - - - - - 31f434d0 by Barry Warsaw at 2017-11-05T23:43:26+00:00 Merge branch 'admin' into 'master' Remove deprecated 'admin' subaddress. Closes #435 See merge request mailman/mailman!342 - - - - - 2 changed files: - src/mailman/docs/NEWS.rst - src/mailman/runners/lmtp.py Changes: ===================================== src/mailman/docs/NEWS.rst ===================================== --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -38,6 +38,8 @@ Bugs via REST. (Closes #418) * A list whose name is one of the ``admin``, ``bounces``, ``confirm``, etc. subaddresses can now be posted to. (Closes #433) +* The ``admin`` subaddress, a synonym for ``bounces`` and deprecated since + Mailman 2.1, has been removed. (Closes #435) Command line ------------ ===================================== src/mailman/runners/lmtp.py ===================================== --- a/src/mailman/runners/lmtp.py +++ b/src/mailman/runners/lmtp.py @@ -63,7 +63,6 @@ slog = logging.getLogger('mailman.smtp') # listname-request@. This maps user visible subaddress names (which may # include aliases) to the internal canonical subaddress name. SUBADDRESS_NAMES = dict( - admin='bounces', bounces='bounces', confirm='confirm', join='join', View it on GitLab: https://gitlab.com/mailman/mailman/compare/1e9a9268a3b8d120188e174b08b0ddc593135034...31f434d0866dbab5ebb4748fa9987eaac475eb0d --- View it on GitLab: https://gitlab.com/mailman/mailman/compare/1e9a9268a3b8d120188e174b08b0ddc593135034...31f434d0866dbab5ebb4748fa9987eaac475eb0d You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org