coar 98/09/09 05:42:21
Modified: . bugdb.cgi Log: I'm tired of people replying to 'PR is stale' messages without Ccing the bugdb. If they don't, and their reply doesn't go in, and we subsequently close the PR, hard cheese for them -- they were told. Revision Changes Path 1.35 +4 -1 apache-site/bugdb.cgi Index: bugdb.cgi =================================================================== RCS file: /export/home/cvs/apache-site/bugdb.cgi,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- bugdb.cgi 1998/08/04 03:48:30 1.34 +++ bugdb.cgi 1998/09/09 12:42:21 1.35 @@ -41,7 +41,10 @@ "no outstanding questions, please consider this a request\n" . "to try to reproduce the problem with the latest software\n" . "release, if one has been made since last contact. If we\n" . - "don't hear from you, this report will be closed."; + "don't hear from you, this report will be closed.\n" . + "If you have information to add, BE SURE to reply to this\n" . + "message and include the [EMAIL PROTECTED] address so it\n" . + "will be attached to the problem report!"; $CANNED_TEXT{"Stale"} = "[This is a standard response.]\n" . "No response from submitter, assuming issue has been resolved.";