Subject: The mailing list for listmasters using Sympa
List archive
RE: [sympa-users] Users are unable to delete messages from the
- From: "Chris Andrews" <address@concealed>
- To: "address@concealed" <address@concealed>
- Subject: RE: [sympa-users] Users are unable to delete messages from the
- Date: Tue, 25 Mar 2008 15:08:09 -0400
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
-
[sympa-users] Users are unable to delete messages from the archives,
Chris Andrews, 03/25/2008
-
RE: [sympa-users] Users are unable to delete messages from the,
Chris Andrews, 03/25/2008
-
RE: [sympa-users] Users are unable to delete messages from the,
Allen, Pat, 03/25/2008
- Re: [sympa-users] Users are unable to delete messages from the, David Verdin, 03/26/2008
-
RE: [sympa-users] Users are unable to delete messages from the,
Allen, Pat, 03/25/2008
-
RE: [sympa-users] Users are unable to delete messages from the,
Chris Andrews, 03/25/2008
Archive powered by MHonArc 2.6.19+.