Skip to Content.
Sympa Menu

en - FW: Is sympa-users broken?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Stevenson, Adam" <address@concealed>
  • To: "'address@concealed'" <address@concealed>
  • Subject: FW: Is sympa-users broken?
  • Date: Tue, 31 Oct 2000 07:17:07 -0600



-----Original Message-----
From: Tom G. Smith (B75826) [mailto:address@concealed]
Sent: Tuesday, October 31, 2000 7:06 AM
To: address@concealed; address@concealed
Subject: Is sympa-users broken?


Adam and Bill,

I've gone to their site http://listes.cru.fr/wws and logged in successfully,
but postings to address@concealed, or to the list administrator,
address@concealed, or to the owner address@concealed,
don't seem to be getting through. Also I haven't seen any postings
since October 18. Are either or both of you subscribed
to address@concealed? If so are you getting postings? If so, could
one of you try posting the following to see if you get through?

..........................................................................
From smitty Thu Oct 26 16:37:12 2000
Subject: Search works if click on Submit, not if hit Enter
To: address@concealed
Date: Thu, 26 Oct 2000 16:37:12 -0500 (CDT)
Cc: address@concealed (Adam Stevenson), address@concealed (Bill Raynor),
address@concealed (John Kerins)

If I use the web interface to our Sympa list server, login,
Click on "Your Subscriptions," then click on one of the groups
I'm subscribed to, then click on Archives, and enter
something in the Search field, I see two different behaviors
depending on whether I then click on Search, or press the
Enter key:

1) If I click on Search, I get a page with links to all
the correspondence having what I searched for in the title.

2) If I press Enter instead, I next see our Sympa Home page.

I built a simplified HTML document to try to reproduce
the behavior -

<HTML> <HEAD>
<BASE
HREF="http://host.kcc.com/~sympa/wwsympa.cgi/arc/pci-general/2000-10/";>
<TITLE> address@concealed </TITLE>
</HEAD>
<FORM METHOD=POST ACTION="/smitty/cgi-bin/bug.cgi">
<INPUT NAME=list TYPE=hidden VALUE="pci-general">
<INPUT NAME=archive_name TYPE=hidden VALUE="2000-10">
<INPUT NAME=how TYPE=hidden VALUE="phrase">
<INPUT NAME=age TYPE=hidden VALUE="new">
<INPUT NAME=case TYPE=hidden VALUE="off">
<INPUT NAME=match TYPE=hidden VALUE="partial">
<INPUT NAME=limit TYPE=hidden VALUE="10">
<INPUT NAME=body TYPE=hidden Value="True">
<INPUT NAME=key_word TYPE=text SIZE=17>
<INPUT TYPE="submit" NAME="action_arcsearch" VALUE="Search">
</FORM>
</BODY>
</HTML>

and a simple CGI script to see what the difference in arguments might be -

#!/usr/bin/perl
# bug.cgi
print<<END;
Content-type: text/html

<html> <head> <title> bug.cgi </title> </head> <body> <pre>
This is a test.<p>
END
while($line=shift) {
$line =~ s/&/&amp;/g; $line =~ s/</&lt;/g; $line =~ s/>/&gt;/g;
print("arg='$line'\n");
}
while($line=<>) {
$line =~ s/&/&amp;/g; $line =~ s/</&lt;/g; $line =~ s/>/&gt;/g;
print("stdin='$line'\n");
}
print<<END;
</pre> </body> </html>
END

But for my simplified document and cgi script, the result is identical
regardless of whether I click on Submit and press Enter:

Clicked on Search:
This is a test.
stdin='list=pci-general&archive_name=2000-10&how=phrase&age=new&case=off&mat
ch=partial&limit=10&body=True&key_word=&action_arcsearch=Search'

Pressed Enter:
This is a test.
stdin='list=pci-general&archive_name=2000-10&how=phrase&age=new&case=off&mat
ch=partial&limit=10&body=True&key_word=&action_arcsearch=Search'

------------------------------------------------------------------------------
This e-mail is intended for the use of the addressee(s) only and may contain
privileged, confidential, or proprietary information that is exempt from
disclosure under law. If you have received this message in error, please
inform us promptly by reply e-mail, then delete the e-mail and destroy any
printed copy. Thank you.

==============================================================================



Archive powered by MHonArc 2.6.19+.

Top of Page