[Mailman-Developers] Bounce processing should be done to only USER entities?

2019-06-14 Thread Aaryan Bhagat
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. - I need an object of an email having an attribute which tells us what mailing-lists that email

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Aaryan Bhagat
The title to this inappropriate I accidentally copy-pasted something else at the end. Pardon my inappropriate title. I actually mean "Creation of bounce variables under which models?" ___ Mailman-Developers mailing list -- mailman-developers@python.org

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Mark Sapiro
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 whi

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Aaryan Bhagat
>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? You are right, but my proposal also indicates that I want to ca

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Abhilash Raj
On Fri, Jun 14, 2019, at 1:29 PM, Aaryan Bhagat wrote: > >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? >

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Aaryan Bhagat
>Mark would know more about this, but I wonder if there is a need to keep >the bounce score separate for each MailingList and keep the association >with a Member Object, as compared to an Address object Keeping it as separate has definitely its own perks, this is the basis for my proposal and I h

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Abhilash Raj
On Fri, Jun 14, 2019, at 2:24 PM, Aaryan Bhagat wrote: > >Mark would know more about this, but I wonder if there is a need to keep > >the bounce score separate for each MailingList and keep the association > >with a Member Object, as compared to an Address object > > Keeping it as separate has

[Mailman-Developers] Re: Bounce processing should be done to only USER entities?

2019-06-14 Thread Richard Damon
On 6/14/19 2:03 PM, Abhilash Raj wrote: > On Fri, Jun 14, 2019, at 1:29 PM, Aaryan Bhagat wrote: >>> 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