On 6/14/19 2:25 AM, Aaryan Bhagat wrote:
> This is with reference to a discussion in a thread [1] here:
> 
> I need two requirements :
> - I need an object of a user which has an attribute which tells us what are 
> all the emails of the following user.

User objects have an addresses attribute which is a list of all the
Address objects associated with that user.


> - I need an object of an email having an attribute which tells us what 
> mailing-lists that email has been subscribed to.


Why? Your proposal indicates you understand that a bounce is associated
with a particular address and list and should not affect that address on
other lists. So why are you interested in all the lists associated with
that address?

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
_______________________________________________
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