]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-09-04 23:37:40 by cjwatson]
authorcjwatson <>
Fri, 5 Sep 2003 06:37:40 +0000 (22:37 -0800)
committercjwatson <>
Fri, 5 Sep 2003 06:37:40 +0000 (22:37 -0800)
Archived bugs aren't "expunged". Clarify the reply sent to people who try
to mail them.

scripts/process.in

index 9518b0c39340c64e0bc04a5c55210c6fc030982b..9cfe533d06e5a425d94f6a0a47dbf448693ef3c7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.82 2003/08/30 00:15:15 cjwatson Exp $
+# $Id: process.in,v 1.83 2003/09/04 23:37:40 cjwatson Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -192,8 +192,8 @@ if ($tryref >= 0)
         if ($gRemoveAge) {
             $archivenote = <<END;
 This may be because that $gBug report has been resolved for more than $gRemoveAge
-days, and the record of it has been expunged, or because you mistyped
-the $gBug report number.
+days, and the record of it has been archived and made read-only, or
+because you mistyped the $gBug report number.
 
 END
         }