Skip to Content.
Sympa Menu

en - [sympa-users] wwsympa.fcgi

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Todd Merritt <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] wwsympa.fcgi
  • Date: Wed, 20 May 2015 13:45:28 -0700

I'm running sympa 6.1.22. There's an issue in wwsympa.fcgi where it throws an error due to being passed page=first rather than page=1 to view the first page and page=last to view the last page of logs for list administration. I've corrected the issue in our install with

--- wwsympa.fcgi 2015-05-17 06:16:16.392333285 -0700
+++ /var/www/html/wwsympa.fcgi 2015-05-20 13:38:53.798384988 -0700
@@ -749,7 +749,7 @@
'blacklist' => '.*',

## Integer
- 'page' => '\d+',
+ 'page' => '.*',
'size' => '\d+',

## Free data

but a better solution would probably be to either make that first|last|\d+ or to just update the ui to pass an integer in the page value.

Thanks,
Todd
University of Arizona




  • [sympa-users] wwsympa.fcgi, Todd Merritt, 05/20/2015

Archive powered by MHonArc 2.6.19+.

Top of Page