-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
On the mail queue page all items are shown. The "Items per page" selection is ignored.
Steps to reproduce
- Install a User domain, Mail and Roundcube
- Create queued mails
- Block outgoing port 25 on the firewall
firewall-cmd --direct --add-rule ipv4 filter OUTPUT 0 -p tcp -m tcp --dport=25 -j DROP - Send 11 Mails to some external address, just resend the same mail in Roundcube
- Block outgoing port 25 on the firewall
- Check the queue page inside the mail app
Expected behavior
10 items are listed as the "Items per page" is set to 10.
Actual behavior
11 items are listed.
Components
Mail 1.6.4
See also
https://community.nethserver.org/t/list-of-mail-queue-pages-are-not-consistently-working/26051
Thanks to jrieder
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done