You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a large list (thousands of members) with only a handful of bouncers, the Bounces page incorrectly shows "No bouncing members", because the bounce_rate rounds down to zero. It should use bounce_total instead.
So, in reviewbouncing.tt2, change bounce_rate to bounce_total in this code:
Sympa 6.2.72 installed from ports/package
On a large list (thousands of members) with only a handful of bouncers, the Bounces page incorrectly shows "No bouncing members", because the
bounce_rate
rounds down to zero. It should usebounce_total
instead.So, in reviewbouncing.tt2, change
bounce_rate
tobounce_total
in this code:The text was updated successfully, but these errors were encountered: