Skip to Content.
Sympa Menu

en - RE: [sympa-users] Users are unable to delete messages from the

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Allen, Pat" <address@concealed>
  • To: "Chris Andrews" <address@concealed>, <address@concealed>
  • Subject: RE: [sympa-users] Users are unable to delete messages from the
  • Date: Tue, 25 Mar 2008 12:48:59 -0700

Hi Chris -

I reposted my original message back in October and got a response. It was,
indeed, a bug in regexp and there was a patch for it in 5.3 if that is what
you're running. If you want to see the original thread, you can search the
Sympa-users archive for the string "Problems with regexp". Or let me know and
I'll forward you the emails.

Pat Allen

-----Original Message-----
From: Chris Andrews [mailto:address@concealed]
Sent: Tuesday, March 25, 2008 12:08 PM
To: address@concealed
Subject: RE: [sympa-users] Users are unable to delete messages from the

I traced the issue to the regex being used in wwsympa.fcgi:

## Archives
'month' => '\d{4}\-\d{2}',

so the regex is dddd-dd, which the month in dd cannot match. I changed the
above to:

## Archives
'month' => '\d{2}',

After I restart the httpd service I was able to delete messages with out
issue. So is this a bug in Sympa or a problem I created when installing
Sympa?

---
 Chris Andrews
 Boston College
 Collaboration Team
________________________________________
From: Chris Andrews [mailto:address@concealed]
Sent: Tuesday, March 25, 2008 2:39 PM
To: address@concealed
Subject: [sympa-users] Users are unable to delete messages from the archives

Any ideas on the following issue?

ISSUE

No one can delete messages from the archive.

Users see this error message in the web browser:

Error
ERROR () - Syntax errors with the following parameters : month

The following it displayed in the sympa logs:

Mar 25 14:14:41 listserv wwsympa[13387]: [robot listserv.bc.edu] [client
136.167.26.121] main::get_parameters() get_parameters: syntax error for
parameter month value '03' not conform to regexp ; dumped vars in
/var/sympa/spool/tmp/sympa_dump.1206468881.13387
Mar 25 14:14:41 listserv wwsympa[13387]: [robot listserv.bc.edu] [client
136.167.26.121] [user address@concealed] [list itsstaff.collab]
main::do_remove_arc() do_remove_arc : list itsstaff.collab, yyyy 2008, mm ,
#message
Mar 25 14:14:41 listserv wwsympa[13387]: [robot listserv.bc.edu] [client
136.167.26.121] [user address@concealed] [list itsstaff.collab]
main::do_remove_arc() do_remove_arc 1 messages marked to be removed by
archived
Mar 25 14:14:51 listserv archived[32333]: Ignoring file
/address@concealed
468881 because not to be rebuid or liste archive

The contents of the spool file are:

_action_
        'remove_arc'
_action_remove_arc_
        UNDEF
_email_
        ''
_list_
        'itsstaff.collab'
_month_
        '03'
_msgid_
        'address@concealed'
_yyyy_
        '2008'

---
 Chris Andrews
 Boston College
 Collaboration Team






Archive powered by MHonArc 2.6.19+.

Top of Page