On 3/4/19 9:21 PM, Aaryan Bhagat wrote: > > My doubt is > Suppose there are list of members in the mailing list like anna in > [email protected]. > Here 'anna' is in only this mailing list. > If we unsubscribe anna then test_one.members does not show 'anna' as well as > client.members > But client.users show 'anna' . > Is this behaviour expected or it should not be there?
This is the expected behavior. 'anna' is still a known user even if she is not a member of any lists. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] 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
