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 different to the subscribe function given in the 
mailmanclient doc, where you actually do:
>harry_member = mlist.subscribe(harry_email,harry_display_name,pre_verified...)

Why is this behaviour desired?
Pointers on this would be appreciated
_______________________________________________
Mailman-Developers mailing list -- mailman-developers@python.org
To unsubscribe send an email to mailman-developers-le...@python.org
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3

Security Policy: https://wiki.list.org/x/QIA9

Reply via email to