On Fri, Jul 19, 2019, at 10:51 PM, Aaryan Bhagat wrote:
Somewhat details regarding this can be found in this thread also.
Currently, in the
mailman/src/mailman/runners/bounce.py
I do not see whether the separation of bounces ashard
andsoft
is implemented.
Looking at the code in src/runners/bounce.py
I don't think temporary
failures are even stored. It seems like they are just ignored.
According to the previous version of Mailman, the
bounce_score
is increased accordingly ( see theBounce processing
section of this page ) depending upon the type of bounce. I intend to follow that implementation. If not required I can drop that implementation and just increase thebounce_score
as an integer always.
I don't think we should be increasing the bounce_score on soft failures, which can be retried by the MTA.
Pointers on this issue are appreciated. Am I missing something here?
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@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
-- thanks, Abhilash Raj (maxking)