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
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