]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-11-22 10:02:51 by joy]
authorjoy <>
Wed, 22 Nov 2000 18:02:51 +0000 (10:02 -0800)
committerjoy <>
Wed, 22 Nov 2000 18:02:51 +0000 (10:02 -0800)
added the package (and subject) information in the closing messages

scripts/process.in
scripts/service.in

index 3c367bbdbc946b0c9bdcd20f7d5ad56b890e8695..d1b6f2d11ac7bc36650566b610d243706dadf59d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.21 2000/10/31 13:14:53 joy Exp $
+# $Id: process.in,v 1.22 2000/11/22 10:02:51 joy Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -323,13 +323,16 @@ END
             &sendmessage(<<END.join("\n",@msg),'');
 From: $gMaintainerEmail ($gProject $gBug Tracking System)
 To: $s_originator
-Subject: $gBug#$ref acknowledged by developer ($s_subject)
+Subject: $gBug#$ref acknowledged by developer
+         ($header{'subject'})
 Message-ID: <handler.$ref.$nn.notifdone\@$gEmailDomain>
 In-Reply-To: $s_msgid
 References: $header{'message-id'} $s_msgid
 X-$gProject-PR-Message: they-closed $ref
 
-This is an automatic notification regarding your $gBug report.
+This is an automatic notification regarding your $gBug report
+#$ref: $s_subject,
+which was filed against the $s_package package.
 
 It has been closed by one of the developers, namely
 $markedby.
index cff461c60798592d977d63e06f27ffaffa9506f4..08a8f357cb612b7ace2a0a2e0e2b260f8c246f47 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: service.in,v 1.30 2000/11/08 18:09:39 joy Exp $
+# $Id: service.in,v 1.31 2000/11/22 10:02:51 joy Exp $
 #
 # Usage: service <code>.nn
 # Temps:  incoming/P<code>.nn
@@ -243,7 +243,8 @@ In-Reply-To: $s_msgid
 Message-ID: <handler.$ref.$nn.notifdonectrl.$midix\@$gEmailDomain>
 
 This is an automatic notification regarding your $gBug report
-#$ref: $s_subject.
+#$ref: $s_subject,
+which was filed against the $s_package package.
 
 It has been marked as closed by one of the developers, namely
 $replyto.
@@ -254,6 +255,7 @@ directly or myself.
 
 $gMaintainer
 (administrator, $gProject $gBugs database)
+
 END
                     &sendmailmessage($message,$s_originator);
                 } while (&getnextbug);