From: joy <> Date: Mon, 2 Oct 2000 20:02:09 +0000 (-0800) Subject: [project @ 2000-10-02 13:02:09 by joy] X-Git-Tag: release/2.6.0~1260 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4288c18a39e0b7fed8de8c7742b7c80da9dbc8f8;p=debbugs.git [project @ 2000-10-02 13:02:09 by joy] 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 --- diff --git a/scripts/service.in b/scripts/service.in index 8301f67c..bfa35dc1 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -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 .nn # Temps: incoming/P.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: -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.