On 6/18/19 11:06 AM, Aaryan Bhagat wrote:
> 
> So according to Mark's idea, we should create attributes in the mailing list 
> model and the attributes like bounce score in the member model as it will 
> just evaluate the bounce score for that mailing list and disable the email 
> from that list only.
> I will leave the `MODIFIED_THRESHOLD` part as of now.


As far as I can tell, all the relevant list attributes are already
defined in mailman/model/mailinglist.py. As noted there, they should
probably be added to mailman/interfaces/mailinglist.py.

I'm not sure about creating the attributes like bounce score in the
member model. Granted this has the advantage of there already being
separate, per list member records, but my concern is that it's an
address that is bouncing, not a member so it may be more appropriate to
keep bounce info with the address rather than the member.

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