| Description | When you get to <server>/list/admin/?page=listbounces you get the whole history of bounces, but the detail only shows the last 6 months. (According to what the code listbounces.php code currently shows).
For example tincan's phplist currently reports 765 bounces for the list "phpList Announcements": http://tincan.co.uk/lists/admin/?page=listbounces [^]
But if you go to the detail of bounces for that list: http://tincan.co.uk/lists/admin/?page=listbounces&id=17 [^] it comes empty because there were no bounces for that list in the past 6 months.
We need to add a comment in the detail of bounces page that reports this 6 month limit to the results. Something like: "Showing last 6 months". |