[Mailman-Developers] Re: Implementing `bounce_you_are_disabled_warnings_interval` in `Send_Warnings` function.

2019-07-29 Thread Aaryan Bhagat
Stephen Writes: >The odds that this happens is quite small unless you have a humongous >list. Furthermore, the probability that the mail will go through this >time if the account has disabled due to bouncing is presumably way >less than 1. So my first-order response is this is a non-problem. >

[Mailman-Developers] Implementing `bounce_you_are_disabled_warnings_interval` in `Send_Warnings` function.

2019-07-29 Thread Stephen J. Turnbull
Aaryan Bhagat writes: > - In the case of `Send_Warnings` function if the same approach was > followed, meaning it would take one by one the `Address` instances, > check tuples in the `bounce_info` attribute ( see the pr for this ) > and see whether to send a warning mail or not to can be