You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1999/05/24 19:43:44 UTC

cvs commit: apache-site bugdb.cgi

coar        99/05/24 10:43:44

  Modified:    .        bugdb.cgi
  Log:
  	Maybe this will slow down the 'pending' reports..
  
  Revision  Changes    Path
  1.41      +15 -9     apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===================================================================
  RCS file: /home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- bugdb.cgi	1999/01/19 19:37:15	1.40
  +++ bugdb.cgi	1999/05/24 17:43:43	1.41
  @@ -15,14 +15,18 @@
   # Lifetime (in seconds) of displayed info before it expires.
   $life_time = 30 * 60;
   $CCNOTE = <<EOT;
  -[In order for any reply to be added to the PR database, ]
  -[you need to include <ap...@Apache.Org> in the Cc line ]
  -[and leave the subject line UNCHANGED.  This is not done]
  -[automatically because of the potential for mail loops. ]
  -[If you do not include this Cc, your reply may be ig-   ]
  -[nored unless you are responding to an explicit request ]
  -[from a developer.                                      ]
  -[Reply only with text; DO NOT SEND ATTACHMENTS!         ]
  +#################################################################
  +[In order for any reply to be added to the PR database, you need]
  +[to include <ap...@Apache.Org> in the Cc line and make sure the]
  +[subject line starts with the report component and number, with ]
  +[or without any 'Re:' prefixes (such as "general/1098:" or      ]
  +["Re: general/1098:").  If the subject doesn't match this       ]
  +[pattern, your message will be misfiled and ignored.  The       ]
  +["apbugs" address is not added to the Cc line of messages from  ]
  +[the database automatically because of the potential for mail   ]
  +[loops.  If you do not include this Cc, your reply may be ig-   ]
  +[nored unless you are responding to an explicit request from a  ]
  +[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]
   EOT
   
   #
  @@ -145,6 +149,8 @@
   #    should go.
   #  01/19/1999 Ken Coar - IE5 doesn't like "http:/no-server-name/path"
   #    URLs, so remove the scheme from server-local URLs we emit.
  +#  05/24/1999 Ken Coar - Try making the 'how to reply' message a little
  +#    more explicit; we're getting lots of misfiled messages..
   #
   ### End Modification log
   
  @@ -282,7 +288,7 @@
   ### Main menu
   } elsif ($PATH_INFO eq "") {
       &main_menu();
  -    print "<HR><SMALL>Version: 19 January 1999<BR>Authors: ",
  +    print "<HR><SMALL>Version: 24 May 1999<BR>Authors: ",
   	"<A HREF=\"http://alumni.caltech.edu/~dank/gnats.html\">Dan Kegel ",
   	"and Huy Le</A>, <BR> ",
   	"with revamp work by ",