About HyperNews

Source: Miscellaneous Bugs

This page is for reporting and commenting on bugs in the HyperNews software that don't fit anywhere else. If the bug relates to some aspect of HyperNews that already has a forum, add it there instead of here. Here are a few of those forums - others are listed further down.

This page also describes:

Known Bugs

This is a list of the major known bugs for recent versions. Bugs in older versions will be moved to the old bugs forum. The history forum lists all the bug fixes and other changes, but without much explanation. Pending bugs and changes for the next release are listed near the top.

Version 1.10: User ID and Group Name collision
Using a User ID that is the same as a Group name causes the group to disappear.

How to Report Bugs

Whenever you are reporting a bug, be sure to specify the following information:

Debugging on Your Own

There are a few simple things I do to debug HyperNews that may be useful for you as well. First of all, you should understand a bit about the overall flow of control for CGI programs.
  1. When you make a HyperNews request, say a 'get' request, the corresponding script is looked up by the server, any server-based access control is enforced, and then the script is executed. You may get an error during this phase; either the script can't be found or the access control is keeping you out.

  2. If the script is executed and has a syntax error, you will get a server error because the script will not be able to return the proper CGI headers. Look in your server error log for hints.

  3. If the script can begin execution, any error that occurs thereafter is caught by HyperNews and returned to the browser with a trace of where in the program the error occurred. Sometimes the error is generated explicitly by HyperNews, when it calls HNError. Other times, a Perl execution error occurs.

  4. But the report of an error is sometimes not sufficient for figuring out why there is an error and what to do about it. Or there might be no error message returned, but the output is still incorrect. In that case, you can display more debugging output by adding calls to HNMsg. It takes one argument which is a string. Perl lets you include variable values in the string very easily, however. For example,

      &HNMsg("\$hndocs is '$hndocs'");
    
    will print out "$hndocs is '/usr/local/etc/httpd/htdocs/hn'" on its own line. Another useful routine is printAssoc which takes an associative array, or 'hash table' in Perl terms. For example,

      &printAssoc("URC 1", %urc);
    
    will print out a table of all the keys and values in the %urc table. I often use the $debug variable to enable and disable whole bunches of debugging output.

      local $debug = 1;
    
      &printAssoc("URC1", %urc) if $debug;
    
    Then you can just turn off the debugging later by changing the "1" to "0".

  5. Both HNMsg and printAssoc will force the output of a proper CGI header if one has not been put out already. One special case is if a redirection is returned with a "Location" header. In that case, there is normally nothing but that header, and if you output the debugging info before the Location header, then the redirection will not actually happen, but you can then see where the redirection would take you because it shows up in the output as "Location: http://wherever".

  6. There are some special debugging aids in other situations. If you are debugging mail-incoming.pl, there is a special file created to hold the debugging output. See the mail-incoming.pl source for the details. Similarly for the other "batch-*" commands.

There are also some general guidelines on debugging Perl CGI programs.

General Problems

Errors can occur for several reasons, sometimes beyond our control. These are listed in the order in which you might discover them.
Server Problems
Different servers do different things regarding security and CGI.
Basic Authentication limited
Use of the built-in security mechanisms for basic authentication works with NCSA's httpd and should work with the CERN server, some versions of Netsite, and possibly other servers. Try manual security if it fails for you.

We have to work around limitations in the httpd server, such as a limited number of users per group. In general, we seem to be erring on the side of being too restrictive these days. Please let us know if you have problems.

Perl 5
We are dependent on Perl 5 now. Syntax errors you may get are probably due to accidently using Perl 4.

Perl 5.000 and 5.001 have problems and should be avoided. (In particular, adding a member loses several members, for some reason.) Also usable are 5.001m (but not n), 5.003, or 5.004.

Missing Libraries
Unable to find libraries at all, due to a perl installation problem. The first thing you might notice missing is flush.pl. Talk with your sys admin.

Socket problems
The http.pl script uses socket connections to fetch documents. With Perl 5, we are using Socket.pm, but that has problems for some installations. You may want to try sys/socket.ph instead.

A HyperNews configuration problem
Let us know if there is a confusion in documents as to what you are supposed to do when installing HyperNews, or bugs in the actual process.

A file or directory permission problem
The directories such as $hndocs must be writable by the process that runs your httpd.

Indentation Wrong
Some browsers do not display the message outline with the correct indentation. There is a workaround in version 1.8 that works for more browsers. IBM WebExplorer still doesn't indent the nested <DL> lists.

Form entry fields are too narrow
See Some fonts cause too narrow form fields

sendmail failures
On some systems, errors when using sendmail interfere with HyperNews. The effect might be that you get an error messages when you submit, but your message is actually added anyway. One fix is to always use the -oeq option on sendmail, which means ignore errors.

Please don't respond on this page for anything that is not related to HyperNews bugs. If it is difficult to tell whether something is a bug or if instead you are just using it wrong, then it is at least a bug in the user instructions or installation instructions, assuming you've read them . In any case, try to find out if someone else has reported the bug already.


Next-in-Thread Next Message
Inline: 1 All Outline: 1 2 All

34 Question: Local TimeZone not being used by Joshua Koplik, 1995, Jul 06
1 Agree: Yesterday Greenwich was in the Rockies, today mid-Atlantic! by PeterCorrigan, 1996, Mar 23
1 More: Rockies ain't Colarado's property by Tarun, 1996, Sep 12
... 1 Message(s)
2 Sad: ”Help! by amserrano@isid.es, 1996, Jun 01
41 Question: Icons and Response times. by Richard Graves, 1995, Jul 18
1 Feedback: Removing Icons by melo@cs.uiuc.edu, 1995, Jul 19
47 Hanging on Submit by Patrick Wiseman, 1995, Jul 27
1 Feedback: Waiting for Mail by liberte@hypernews.org, 1995, Jul 27
(_ This was my problem by pwiseman@mindspring.com, 1995, Jul 29
59 News: Watch out how you name your doc dirtectory..... by A.S. Baranski, 1995, Aug 08
61 BIG IMAGES PROBLEM by Wojciech Tryc, 1995, Aug 11
1 Idea: Timeout? by liberte@hypernews.org, 1995, Aug 11
77 Warning: DON'T use ...SECURED/.script/edit-article.pl by boldt@math.ucsb.edu, 1995, Sep 11
1 You can change membership info manually by sviswana@world.nad.northrop.com, 1995, Sep 11
79 Question: Silly newbie problem - where is timelocal.pl ? by Michael Cole, 1995, Sep 12
1 Feedback: TIMELOCAL.PL comes with PERL by sviswana@world.nad.northrop.com, 1995, Sep 12
85 Idea: Debugging Suggestion by Daniel LaLiberte, 1995, Sep 21
89 Question: $ENV{REMOTE_USER} in edit-article.pl causes problem?? by Rocky Rhodes, 1995, Sep 28
1 Feedback: Netsite? and edit-article bug by liberte@hypernews.org, 1995, Sep 28
2 More: same problems; try HyperNews 1.8 by jeroen-van.gastel@2488PAS.urlnl.sprint.com, 1995, Sep 29
3 Note: I am using netsite by rhodes@sgi.com, 1995, Sep 29
97 Question: running under chroot - need way to disable mail (since it doesn't exist) by Dwayne Jacques Fontenot, 1995, Oct 18
1 Set $hnmail=0 by liberte@hypernews.org, 1995, Oct 18
98 Question: Article disappears on re-edit from preview by Carson Harding, 1995, Oct 26
1 Feedback: Most definitely a browser problem by liberte@hypernews.org, 1996, Feb 27
2 Note: It could also be your browser settings by tanaka@ngdc.noaa.gov, 1996, Feb 27
100 Angry: HyperNews 1.9.B3.1 many problems with Cern Httpd (system-setup.pl, security...) by Eric Bouquerel, 1995, Oct 28
1 Question: Other problems with cern httpd by mirto@roma.europe.dg.com, 1995, Nov 09
2 Idea: Problems in CERN httpd w/1.9.B4 security parsing by bnelson@www.filenet.com, 1995, Nov 15
3 Question: Basic Authentication flubbing on Frames in IE3.0 by scotts@concord.com, 1997, Sep 25
107 Question: Netscape Error: "Document Contains no data" by Boris Kogan, 1995, Nov 13
1 Feedback: Not sure by Daniel M LaLiberte, 1995, Nov 14
2 Question: Get this message when my body text is over 2.6k by Axel Schneider, 1996, Jan 24
1 Large bodies not inhibited by HyperNews by Daniel LaLiberte, 1996, Jan 25
...
3 Note: Same Problem by Jonas Larsson, 1996, Jun 25
1 More: Me too...same problem by andrew@stat.washington.edu, 1996, Aug 01
...
4 Feedback: Usually pilot error or perl error by Bob Weissman, 1997, Aug 15
119 Question: Scripts execution directory / path setting by E. Rysavy, 1995, Dec 04
125 Non-sequential article numbers by Steve Easterbrook, 1995, Dec 07
141 Question: add-response.pl - malformed header - Apache v1.0.0 by Jason Smith, 1996, Jan 23
1 I think I got this too by jeffh@ee.pdx.edu, 1996, Jan 24
2 Feedback: HyperNews alias present? by rme@apk.net, 1996, Jan 25
1 Agree: Aliases fixed it for me by pwiseman@mindspring.com, 1996, Jan 30
...
3 More: NCSA v1.4.2 & v1.5 are ok - with no mail changes by jsmith@ciren.co.uk, 1996, Jan 26
151 Question: 403 Forbidden error accessing 1.9B5.1 HyperNews article by Ken Tanaka, 1996, Feb 05
1 Warning: Some info not visible if using Mosaic by tanaka@ngdc.noaa.gov, 1996, Feb 06
(_ Feedback: Its a server Thang! by jeffh@ee.pdx.edu, 1996, Feb 06
(_ Ok: Thanks, It WAS a server misconfiguration by tanaka@ngdc.noaa.gov, 1996, Feb 06
158 Question: crypt() by Brian Parker, 1996, Feb 16
1 Question: Reaching out by liberte@hypernews.org, 1996, Feb 16
159 Question: "Doc. contains no data" - another flavor.... by David Black, 1996, Feb 16
1 Question: Works for me by Daniel M LaLiberte, 1996, Feb 16
1 None: undocumented part works OK, but can't get the rest going by dblack@candle.superlink.net, 1996, Feb 16
...
2 Sad: Worse than I thought - no baseURL either.... by David Black, 1996, Feb 17
3 More: Some more clues, but no solution.... by David Black, 1996, Feb 19
160 Warning: Too many groups by Daniel M LaLiberte, 1996, Feb 18
162 Warning: Admin .htgroupmembers getting fouled up with 1.9B5.4 by Martin Huntley, 1996, Feb 18
163 Question: HN1.9B5.4, .htgroupaccess not created at setup by Gunnar Engstrom, 1996, Feb 19
1 Warning: I screwed up by liberte@hypernews.org, 1996, Feb 19
2 None: Here's the fix for .htgroupmembers problem by liberte@hypernews.org, 1996, Feb 19
164 Question: button-gifs do not show by Digitaal Limburg, 1996, Feb 21
1 Question: How about a little more Info? by jeffh@ee.pdx.edu, 1996, Feb 23
2 Note: Figured it out: Button do show! by digilimb@dds.nl, 1996, Mar 07
165 None: urc.pl: parseURCFile works on first call, then fails ... by David Black, 1996, Feb 21
1 Ok: Recompiled Perl - it works now by dblack@candle.superlink.net, 1996, Feb 21
166 Question: Is a relation icon mandatory? by Ken Tanaka, 1996, Feb 21
1 None: This time I've selected NO relation. by tanaka@ngdc.noaa.gov, 1996, Feb 21
1 None: I've explicitly chosen "None" from the list of relations by tanaka@ngdc.noaa.gov, 1996, Feb 21
...
2 None: 'Note' icon is intentional by liberte@hypernews.org, 1996, Feb 21
167 Question: Problem in setup-form.pl by Joel McAllister, 1996, Feb 22
1 Feedback: Turn off $remove_cgi_bin by liberte@hypernews.org, 1996, Feb 22
168 Note: Notification Problems by Guanshan Tong, 1996, Feb 24
1 More: No problems where you are looking by liberte@hypernews.org, 1996, Feb 24
169 Sad: Problems with 1.9B5.5 --- relative URLs by Guanshan Tong, 1996, Feb 24
1 None: Can you give some examples? by liberte@hypernews.org, 1996, Feb 24
170 Question: A strange problem by Saturnman, 1996, Feb 29
1 Feedback: What brower? by liberte@hypernews.org, 1996, Mar 01
1 Note: It's not related to my web browser because... by Saturnman, 1996, Mar 07
...
2 Question: Me too: can't submit long postings by t-witten@uchicago.edu, 1997, Oct 19
171 None: A bug in html Forms while using another language. , 1996, Mar 02
1 Feedback: What characters do you require? by liberte@hypernews.org, 1996, Mar 02
1 Feedback: more explanations about the bug , 1996, Mar 05
...
2 Idea: bug solved..acctualy it wasnt a bug :) , 1996, Mar 06
172 Idea: Small UI suggestions by Martin Huntley, 1996, Mar 03
1 None: Good idea by liberte@hypernews.org, 1996, Mar 04
173 Question: FixPerlPath problem by Juergen Last, 1996, Mar 07
174 Sad: Relative paths in articles -- HELP!! by Steve Easterbrook, 1996, Mar 07
1 Feedback: It's a feature by liberte@hypernews.org, 1996, Mar 07
175 Question: Difficulties with group authentication and access control by Chloe Chien, 1996, Mar 12
1 Feedback: What version is that? by liberte@hypernews.org, 1996, Mar 15
(_ More: I used 1.9B5.5 by cchien@thomtech.com, 1996, Mar 15
(_ Feedback: I would need more clues by liberte@hypernews.org, 1996, Mar 15
176 Note: No entry in <.htpasswd> when adding nickname by Gunnar Engstrom, 1996, Apr 01
1 Warning: Fixed - again by liberte@hypernews.org, 1996, Apr 08
177 None: Tar by Dave Gurske, 1996, Apr 09
179 Question: Add response problem HyperNews 1.9B5.6 by Alan Stafford, 1996, Apr 09
1 None: Members only responses works here by liberte@hypernews.org, 1996, Apr 10
(_ None: Further to Add response problem HyperNews 1.9B5.6 by alans@phys.uts.edu.au, 1996, Apr 10
(_ Sad: Correction to above response by alans@phys.uts.edu.au, 1996, Apr 11
180 Angry: Notification problem, B4.2 by Kenneth C. Schalk, 1996, Apr 12
1 Feedback: Mail problems really by liberte@hypernews.org, 1996, Apr 12
181 Warning: B5.6 Igones Article Headers/Footers by Kenneth C. Schalk, 1996, Apr 12
182 Question: Problem creating base article with B5.6 by Stan Chu, 1996, Apr 15
1 None: Look elsewhere by liberte@hypernews.org, 1996, Apr 16
2 Note: try 'testing.html' by kht, 1996, Apr 16
3 Ok: Problem solved , 1996, Apr 16
183 Idea: Bug or not? Just puzzled. by Ben Y. Yoshino, 1996, Apr 17
1 Feedback: Bug, and here's a better fix by liberte@hypernews.org, 1996, Apr 18
(_ More: Does it pick up body documents within the /hn tree? by ben@wiliki.eng.hawaii.edu, 1996, Apr 18
(_ Feedback: BodyURL processing summary by liberte@hypernews.org, 1996, Apr 18
(_ Ok: Matching still causes problems. by ben@wiliki.eng.hawaii.edu, 1996, Apr 18
(_ Feedback: Relative URL would work for you by liberte@hypernews.org, 1996, Apr 18
184 Question: Can't delete & custom headers/footers (don't work) by Haralds Jass, 1996, Apr 19
1 Feedback: Explain more about deletion problem by liberte@hypernews.org, 1996, Apr 19
1 Question: More details & other stuff by HJ@Superb-E.Com, 1996, Apr 20
...
2 Idea: See "commented out" under 181 by gcle@eo.net, 1996, Apr 23
3 Ok: fixed headers&footers by pike@v2.nl, 1996, May 24
1 Agree: yes.. that's it by sch@pc.jaring.my, 1996, Jun 02
...
2 Note: Look at message 181 by sch@pc.jaring.my, 1996, Jun 02
...
185 Question: Not found errors with delete and copy by Martin Huntley, 1996, Apr 21
1 Feedback: Wrong URL returned by liberte@hypernews.org, 1996, Apr 22
186 Sad: Why am I not getting an .htaccess file? Users can see all! by Dwayne Jacques Fontenot, 1996, Apr 22
1 Feedback: it's not that bad by vladimir@cs.ualberta.ca, 1996, Apr 23
2 Warning: protect the email addresses! by vladimir@cs.ualberta.ca, 1996, Apr 23
1 Feedback: Is anonymity a per-member or per-posting option? by liberte@hypernews.org, 1996, Apr 23
...
3 Feedback: I've added .htaccess creation for $hnPeople by liberte@hypernews.org, 1996, Apr 23
1 Ok: Thank you! by emddjf@chron.com, 1996, Apr 23
...
187 None: more descriptive AuthName by Vladimir Alexiev, 1996, Apr 23
1 Feedback: I agree, but $hnGroup is not right by liberte@hypernews.org, 1996, Apr 23
188 Question: 1.9B5.5 My $defaultNotification checkbox is not working by Gonzalo Perez C., 1996, Apr 22
1 Feedback: You found a bug by liberte@hypernews.org, 1996, Apr 23
(_ Question: sender always added to the list? by gperez@dgf.uchile.cl, 1996, Apr 23
(_ Feedback: Authors always get their own posting at least by liberte@hypernews.org, 1996, Apr 23
189 Question: File Not Found when deleting Reponse by Steven Jai Vasaune, 1996, Apr 23
1 Feedback: Same bug as before? by liberte@hypernews.org, 1996, Apr 23
(_ More: Different Names by Steven@mtgplace.com, 1996, Apr 23
(_ Sad: me too by emddjf@chron.com, 1996, Apr 26
190 None: server parse question by Sang Han, 1996, Apr 25 [Moved]
191 Warning: Major, MAJOR problem/bug (B5.6)! by Haralds Jass, 1996, Apr 28
1 Feedback: Not *that* major by liberte@hypernews.org, 1996, Apr 29
(_ Feedback: ... by HJ@Superb-E.Com, 1996, Apr 29
193 Question: Users not being added to group by Ron Menelli, 1996, May 01
1 None: Perl is probably the problem by liberte@hypernews.org, 1996, May 01
194 Question: Error Creating messages and responses , 1996, May 06
1 More: May have found my own answer , 1996, May 06
195 Question: Compuserve e-mail addresses by jtara@stockclub.com, 1996, May 13 [Moved]
196 Warning: Bug with hnview.pl by tvd@ctron.com, 1996, May 16
1 Feedback: No bug there by liberte@hypernews.org, 1996, May 16
197 Question: Bug when removing responses by www@moby.boi.hp.com, 1996, May 16
1 Note: Version 1.9B5.6 by www@moby.boi.hp.com, 1996, May 16
198 Question: Problems adding members by panwinkl@ifs.uni-linz.ac.at, 1996, May 11
1 Feedback: Sounds like a Perl bug by liberte@hypernews.org, 1996, May 23
199 Question: Works with Netscape 1.x but not 2.x + by stevemal@well.com, 1996, May 23
1 Feedback: 1.9B5.7 and Netscape 2.x and Atlas work for me by liberte@hypernews.org, 1996, May 23
2 More: Doesn't work with Netscape 2.x -- long messages by wdueber@indiana.edu, 1996, Jun 03
202 News: Search for More HELP in HyperNews . Messages from Denis.Church by church@public.fz.fj.cn, 1996, May 27 [Moved]
205 Warning: Frame bug when adding a new message - 1.9b5.7 by jtara@stockclub.com, 1996, May 28
1 More: ... and here's the fix! by jtara@stockclub.com, 1996, May 28
1 None: Elaboration by liberte@hypernews.org, 1996, Jun 07
...
2 More: Another one - when (re)moving from response frame by jtara@stockclub.com, 1996, May 28
1 None: Not the same kind of bug by liberte@hypernews.org, 1996, Jun 07
...
3 None: Warning: Frame bug when adding a new message - 1.9b5.7 by liberte@hypernews.org, 1996, Jun 07
206 Warning: A BUG! by hj@main.superb-e.com, 1996, May 29
207 None: User name broken in "From: "? by ulrich@eiba.com, 1996, May 29
1 None: Easily fixed by HNMail, 1996, May 30
208 Warning: User URLs embedded in responses.html by jtara@stockclub.com, 1996, Jun 02
1 Feedback: It's a bug by liberte@hypernews.org, 1996, Jun 07
209 Warning: Smart Text URL bug with "&" in URL by Jon Tara, 1996, Jun 03
1 Feedback: Known bug, difficult to fix by liberte@hypernews.org, 1996, Jun 04
210 Warning: "%" Triggers "mailto" in Smart Text! by Jon Tara, 1996, Jun 03
1 More: Another try by jtara@stockclub.com, 1996, Jun 03
211 Question: No, it still don't work Can anyone out there help?! , 1996, May 31
1 Feedback: HELP by june.smith@gsa.gov, 1996, Jun 03
212 Question: Hmmm, I think a bug with 1.9B5.7 - article creation.. by lgs@carter.ca.boeing.com, 1996, Jun 04
1 More: Yep.. can't get any help links.. by lgs@carter.ca.boeing.com, 1996, Jun 05
1 None: Help is not available by default from union anymore by liberte@hypernews.org, 1996, Jun 05
...
2 Idea: A-ha! I think I found it.. by lgs@carter.ca.boeing.com, 1996, Jun 05
213 Sad: HyperNews core dumps by zoli@usmall.com, 1996, Jun 10
1 Feedback: Check server error log by liberte@hypernews.org, 1996, Jun 11
(_ Question: I can work in my computer , 1999, Aug 23
214 Question: Getting a Configuration error: email cannot be sent by ttessier@talcian.com, 1996, Jun 16
1 Warning: It's a bug - easy fix by liberte@hypernews.org, 1996, Jun 17
215 Question: Problem moving articles by farrell@cicero.lerc.nasa.gov, 1996, Jun 20
1 None: Question: Problem moving articles by liberte@hypernews.org, 1996, Jun 20
(_ More: Forgiving code change by liberte@hypernews.org, 1996, Jun 20
216 Warning: Missing non-member name and personal URL by Daniel LaLiberte, 1996, Jun 20
1 None: no posting at all , 1996, Sep 26
217 Warning: GIF and Microsoft and the reason (&*&^%$#! Microsoft!) by Jon Tara, 1996, Jun 30
1 More: Still doesn't work.... by jtara@stockclub.com, 1996, Jul 07
(_ None: Fixed but not yet visible by liberte@hypernews.org, 1996, Jul 07
218 Warning: Internet Explorer 3.0 and response lists by Jon Tara, 1996, Jun 30
1 None: MS Internet Explorer 3.0 is not good by liberte@hypernews.org, 1996, Jul 09
1 More: Some fonts cause narrow form fields by liberte@hypernews.org, 1996, Jul 10
...
2 Feedback: 3.0B2 doesn't help, either by jtara@stockclub.com, 1996, Jul 16
...
219 Warning: Can't change nickname back to what it was before by Ulrich Kroener - EIBA, 1996, Jul 01
220 None: Several small bugs: Passwordfile, Groupfile, and Documentation by Philipp Bachmann, 1996, Jul 17
1 None: Server and Perl bugs mostly - doc bugs for some. by liberte@hypernews.org, 1996, Jul 23
(_ Feedback: Re: Server and Perl bugs mostly - doc bugs for some. by bachlipp@ruf.uni-freiburg.de, 1996, Jul 24
(_ None: It's supposed to do that, almost by liberte@hypernews.org, 1996, Jul 24
221 Question: Get scripts does not get! by Eric RAGONE, 1996, Jul 17 [Moved]
222 None: error with headers & footers & authorization by Duane Moore III, 1996, Aug 06
1 None: Must be .htaccess problem by liberte@hypernews.org, 1996, Aug 06
(_ More: Thanks, but still no luck by ddmoore@ncsa.uiuc.edu, 1996, Aug 06
(_ None: Try something completely different by liberte@hypernews.org, 1996, Aug 06
223 Feedback: 1.9: _NOT_ "Notify me" checkbox doesn't work by Gonzalo Perez, 1996, Aug 09
1 None: You are right - here's the fix by liberte@hypernews.org, 1996, Aug 09
(_ More: That's the wrong fix by liberte@hypernews.org, 1996, Aug 15
224 Question: what about the date displayed near the posted messages? , 1996, Aug 23
1 Note: Turn on the date displaying option by liberte@hypernews.org, 1996, Aug 30
225 None: bug , 1996, Aug 29
226 None: Back problem with Netscape 3.0 by KwangHan, 1996, Sep 03
1 None: Ultimate solution: forward only by liberte@hypernews.org, 1996, Sep 03
227 Question: Error when trying to change member info by Kenneth C. Schalk, 1996, Sep 03
1 None: Can't write to directory as file by liberte@hypernews.org, 1996, Sep 04
(_ Question: And this means I should...? by ken@imlab.landarch.uiuc.edu, 1996, Sep 04
(_ None: Rebuild your hnrc by liberte@hypernews.org, 1996, Sep 04
228 Question: HN1.9.1 includes JavaScript(?), query on e-mail notification by Soh Kam Yung, 1996, Sep 05
1 Feedback: JavaScript "bugs" found and fixed by liberte@hypernews.org, 1996, Sep 05
(_ Ok: Thanks. Your suggestions worked. by ca052@torfree.net, 1996, Sep 06
229 None: Problem with e-mail replies--server status 401 returned by Blaine Price, 1996, Sep 06 [Moved]
230 Sad: Hey, it won't even decompress by Jon Hassall, 1996, Sep 09 [Moved]
231 Question: Problem with seeing Base note by Ken Valcourt, 1996, Sep 11
232 Feedback: Missing icons & other minor problems by Brian Strelioff, 1996, Sep 16
233 None: setup.pl Broken? by Stephen Moss, 1996, Sep 18
1 Sad: Slackware for linux 2.0 perl5.003 doesn't have NDBM by smoss@stthomasu.ca, 1996, Sep 23
(_ Question: Where to find NDBM by jjl@cc.joensuu.fi, 1996, Nov 13
(_ Feedback: Recompile Perl incuding NDBM by smoss@stthomasu.ca, 1996, Nov 13
234 Question: Can I TURN OFF the numbers on the left side? , 1996, Sep 21 [Moved]
235 Question: Netscape 2.x brower crashes by sophia.xiao@eng.sun.com, 1996, Sep 23
236 Sad: Where is the file that generates the ADMIN .gif on the Main Page by steve@wwcd.com, 1996, Sep 27 [Moved]
237 Feedback: Installation Directions by Key, 1996, Oct 05
1 None: Problem Understood , 1996, Oct 06
238 Note: Copy, move, or delete messages : "Destination '/hypernews/test/1721/2.html .html' does not exist!" by Ulrich Kroener - EIBA, 1996, Oct 22
1 None: Note: Copy, move, or delete messages : "Destination '/hypernews/test/1721/2.html .html' does not exist!" by liberte@hypernews.org, 1996, Oct 22
239 Disagree: bugs in sub move (move-lib.pl) by Ulrich Kroener - EIBA, 1996, Oct 22 [Moved]
240 Note: Admin account corrupted after adding users (possible solution) by Martin Grogg, 1996, Oct 25
241 Warning: bug in Email response of HyperNews by Philipp Bachmann, 1996, Nov 08
1 None: Yes it looks like a bug. by liberte@hypernews.org, 1996, Nov 08
(_ Idea: Email "." bug by raines@slac.stanford.edu, 1997, Feb 13
(_ None: Could be the cause by liberte@hypernews.org, 1997, Feb 13
242 Sad: Help: mail-incoming.pl won't work for me by Raymond Lutz, 1996, Nov 11
243 None: No date on messages added by unknown author by Christer Lindh, 1996, Nov 23
244 Note: Tomorrows date, today! by jbirch, 1996, Dec 13
1 None: Time is relative by liberte@hypernews.org, 1996, Dec 16
(_ Idea: Relative Time , 1997, Apr 15
245 Question: Magical vanishing thread by Mark Richards, 1996, Dec 18
1 None: Probably a locking problem by liberte@hypernews.org, 1996, Dec 18
246 Question: Adding authname config option by Martin Huntley, 1996, Dec 27 [Moved]
247 Feedback: setup-form.pl does not allow deletion of header or footer by Martin Huntley, 1996, Dec 31
1 None: Easily fixed - thanks by liberte@hypernews.org, 1997, Jan 06
248 Idea: Bugfix for http.pl by Stefan Wehner, 1997, Jan 31
1 None: Is this the correct fix? by liberte@hypernews.org, 1997, Jan 31
249 Question: Hypernews kicks off members by Alicia Coolidge, 1997, Feb 18 [Moved]
250 Question: hndirmode and hnfilemode permissions not always set correctly HN1.9.2 by Marie, 1997, Mar 12
1 None: Permissions should be fixed in 1.9.3 by liberte@hypernews.org, 1997, Mar 13
252 Warning: Personal URL doesn't work if the user doesn't add http:// by Mohammed Abu Sharikh, 1997, Mar 19
1 None: Start your personal URL with '/' then by liberte@hypernews.org, 1997, Mar 19
253 Warning: HyperNews doesn't work when the group name starts with a digit! by Mohammed Abu Sharikh, 1997, Mar 19
1 None: It's an easily avoided bug by liberte@hypernews.org, 1997, Mar 19
254 Question: 1.9B5.5 -- numbering out of sequence if messages are deleted by John Kineman, 1997, Mar 26
1 None: Keeping old numbers is correct by liberte@hypernews.org, 1997, Mar 29
255 Warning: bug: extra posting on reply in forum with mail adress by Frank, 1997, Apr 08
256 Note: Footer error on HyperNews about HyperNews pages , 1997, Apr 15
257 Question: Performance falloff in 1.9.4? by Will Brown, 1997, Apr 22
1 None: Performance mystery by liberte@hypernews.org, 1997, Apr 23
(_ Ok: HN + apache 1.2 by ewb@zns.net, 1997, Apr 25
258 Question: HyperNews Version: 1.9.5 and Apache/1.2b8 by Aimee Abbott, 1997, Apr 27
259 Question: File Owner set to Group: Nobody User: Nobody by WebCity Canada Administrator, 1997, Apr 29
1 None: Read the docs by liberte@hypernews.org, 1997, Apr 29
260 Question: HyperNews hangs on message delete by Stephen Anderson, 1997, Apr 29
1 More: More Information by stephena@hiwaay.net, 1997, Apr 30
2 Question: Adding Message by fred.moosavi@nt.com, 1997, May 07
1 Question: Problem deleting too. by brougham@cstudies.ubc.ca, 1997, May 18
... 2 Message(s)
261 Sad: Redirection features missing by Benjamin Kahn, 1997, Apr 30
262 Warning: Assorted Bugs with CERN httpd by Bob Kemp, 1997, May 08
1 Warning: hnrc syntax errors (CERN related??) by illusion@cyberenet.net, 1997, May 08
1 None: null variables != 0 by liberte@hypernews.org, 1997, May 08
2 None: Thanks for CERN-related bug report by liberte@hypernews.org, 1997, May 08
263 None: Can't use the HyperNews Test page at NCSA by moninger@fsl.noaa.gov, 1997, May 09
1 None: testing the delete function , 1997, May 09
264 Question: "Location:" redirects don't work by moninger@fsl.noaa.gov, 1997, May 09
1 None: Location problem known but no explanation known by liberte@hypernews.org, 1997, May 09
265 Question: Config ought to allow names other than '.htaccess' by moninger@fsl.noaa.gov, 1997, May 09
1 None: setup-form can't keep up with progress by liberte@hypernews.org, 1997, May 09
266 Feedback: Allow more flexibility in "HR SIZE=3" at top of messages by Jim Mahoney, 1997, May 22
1 None: More flexibility is a good idea by liberte@hypernews.org, 1997, May 22
267 Idea: Reply default Subject line by Dave K., 1997, Jun 03 [Moved]
268 Warning: E-mail replies from netscape 3.01 don't fall in their thread by Hernan Otero, 1997, Jun 05
269 Note: HTTP/1.1 and HyperNews by Benjamin Kahn, 1997, Jun 09
270 None: Undefined logFileTime by Daniel LaLiberte , 1997, Jun 23
271 Angry: Time out , 1997, Jun 24
1 Sad: Same problem... by mvazquez@campus.ruv.itesm.mx, 1997, Aug 01
(_ Note: Time out problem in creating base article by bnandi@iee.org.uk, 1997, Sep 10
(_ Sad: Same problem too by mhdeboer@dds.nl, 1997, Sep 22
(_ Ok: Dan explained it , 1997, Oct 24
272 Warning: Undocumented(?) gotcha with servers that make identd checks by Larry Gilbert, 1997, Jul 03
273 Feedback: No ALT= tags on icons for text-only browsers by Scot Wilcoxon, 1997, Jul 23
274 Question: HyperNews 1.9.5 and Apache 1.2.1 with mod_perl by Lee, Kyung-Hoon, 1997, Aug 11
275 Question: Question: 'get' needs POST method? by Shaun Pollitt, 1997, Aug 15
276 Feedback: registering Hypernews by ........................................................, 1997, Sep 08
277 Question: Problem with Email Alias and Netscape by Barry Wong, 1997, Sep 08
278 None: Problem with Netscape 3.02 by barry wong, 1997, Sep 08
279 Question: No response from server when adding a message by Marco, 1997, Sep 09
1 None: some problem by mhdeboer@dds.nl, 1997, Sep 22
280 Question: Not receiving EMAIL notification by Domiblue@aol.com, 1997, Sep 10
281 Question: unexpected internal error -57 by Judith Newman, 1997, Sep 11
282 Question: Error - Posting /Responding to messages by rence.winetrout@predictive.com, 1997, Sep 30
1 Angry: Same message get me crazy. , 1997, Oct 17
283 None: Search/indexing servers and "increase outline depth by 1" by MarkCourtenay, 1997, Oct 02
284 Question: No "type of message" option & internal server error by Dino Micouris, 1997, Oct 31
285 Warning: Eval error when entering Admin mode in 1.9.6 by Patrick Wiseman, 1998, Jan 13
1 Question: Is it the query string? by pwiseman@gsu.edu, 1998, Jan 13
1 More: I guess not -- it works on your site by pwiseman@gsu.edu, 1998, Jan 13
2 Idea: Tainting errors - this one in http.pl by liberte@hypernews.org, 1998, Jan 14
1 None: Re: Idea: Tainting errors - this one in http.pl by pwiseman@gsu.edu, 1998, Jan 14
286 Warning: The eval error occurs with _any_ "get" by Patrick Wiseman, 1998, Jan 13
1 More: Removing "-T" taint check fixed it, but ... by pwiseman@gsu.edu, 1998, Jan 13
1 Feedback: Removing -T is an OK work around. by liberte@hypernews.org, 1998, Jan 14
2 News: Better fix is to avoid Socket.pm AUTOLOAD bug by liberte@hypernews.org, 1998, Jan 27
2 Sad: Replacing Socket.pm with sys/socket.ph DIDN'T fix it by pwiseman@gsu.edu, 1998, Jan 13
287 Question: setup-form.pl prematurely ends HTML output midstream by Aren Cambre, 1998, Jan 20
1 Idea: Clues for interrupted output by liberte@hypernews.org, 1998, Jan 21
2 Note: Perl 5.003 by cambre@seas.smu.edu, 1998, Jan 21
3 Ok: Perl 5.004_04 fixed it by cambre@seas.smu.edu, 1998, Jan 21
289 None: installing 1.9.6 with .cgi required by jay mortensen, 1998, Jan 27
290 Ok: Since I have your attention friend (and thanks)...... by Rick, 1997, Mar 22
291 None: HyperNews Posting Error message -- but it posts by Patrick Wiseman, 1998, Feb 05
1 Idea: Posting results in email to self, which "fails". by liberte@hypernews.org, 1998, Feb 05
292 Question: Error when posting , 1998, Feb 06
1 More: Are you using Internet Explorer 4.x ? , 1998, Feb 09
1 Agree: You are right !!! by eks@aar-vki.dk, 1998, Feb 09
2 Question: Is this the reason ? by eks@aar-vki.dk, 1998, Feb 10
1 More: Thanks for the Microsoft Bu