Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect "No bouncing members" on a large list with small number of bouncers #1842

Open
adam12b1 opened this issue May 21, 2024 · 0 comments · May be fixed by #1845
Open

Incorrect "No bouncing members" on a large list with small number of bouncers #1842

adam12b1 opened this issue May 21, 2024 · 0 comments · May be fixed by #1845
Labels

Comments

@adam12b1
Copy link

adam12b1 commented May 21, 2024

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 use bounce_total instead.

So, in reviewbouncing.tt2, change bounce_rate to bounce_total in this code:

[% IF bounce_rate %]
    <a class="actionMenuLinks" href="[% 'export_member' | url_rel([list,'bounce']) %]">
        [%|loc%]Dump[%END%]
    </a>
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant