[Mailman-Developers] Possible Bug in the Docs of GNU Mailman?

2019-06-10 Thread Aaryan Bhagat
Upon searching for various models in the docs of GNU Mailman ( One which is on ReadTheDocs ), I entered a query "Users" which gave me the result [1]. The problem is that the links to the pages which the search yielded, gave 404. This behaviour is rather peculiar and if it is reproducible in other

[Mailman-Developers] Subscribing members to list through 2 different methods?

2019-06-10 Thread Aaryan Bhagat
Upon searching more regarding various models in the Gnu Mailman, I learned that technically first a "User" entity is created and then a "Member" entity can be created in correspondence to a "Mailing-List" entity. For example >harry_member = mlist.subscribe(harry_user) This, however, is totally d