]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-02 13:02:09 by joy]
authorjoy <>
Mon, 2 Oct 2000 20:02:09 +0000 (12:02 -0800)
committerjoy <>
Mon, 2 Oct 2000 20:02:09 +0000 (12:02 -0800)
changed ACK message after close command to tell the maintainer to send any further explanations to submitter address;
changed tge, while bug number and subject are included in the message body

scripts/service.in

index 8301f67c8cd75ce2cb7d602d4590e5425a842ab3..bfa35dc1f19b0c8aae726e8ab8f1dc801ed62f00 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: service.in,v 1.11 2000/10/02 11:32:29 joy Exp $
+# $Id: service.in,v 1.12 2000/10/02 13:02:09 joy Exp $
 #
 # Usage: service <code>.nn
 # Temps:  incoming/P<code>.nn
@@ -222,7 +222,7 @@ END
                &transcript("$gBug is already closed, cannot re-close.\n\n");
                 &nochangebug;
             } else {
-                $action= "$gBug closed, ack sent to submitter - they'd better know why !";
+                $action= "$gBug closed, send any further explanations to $s_originator";
                 do {
                     &addmaintainers($s_package);
                                        if ( length( $gDoneList ) > 0 && length( $gListDomain ) >
@@ -232,12 +232,13 @@ END
 From: $gMaintainerEmail ($gProject $gBug Tracking System)
 To: $s_originator
 Subject: $gBug#$ref acknowledged by developer
-         ($s_subject)
+         ($header{'subject'})
 References: $header{'message-id'} $s_msgid
 In-Reply-To: $s_msgid
 Message-ID: <handler.$ref.$nn.notifdonectrl.$midix\@$gEmailDomain>
 
-This is an automatic notification regarding your $gBug report.
+This is an automatic notification regarding your $gBug report
+#$ref: $s_subject.
 
 It has been marked as closed by one of the developers, namely
 $replyto.