From: joy <> Date: Wed, 22 Nov 2000 18:02:51 +0000 (-0800) Subject: [project @ 2000-11-22 10:02:51 by joy] X-Git-Tag: release/2.6.0~1173 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=828e489cf9a36d9128845edd3cfeba03ef7a6bff;p=debbugs.git [project @ 2000-11-22 10:02:51 by joy] added the package (and subject) information in the closing messages --- diff --git a/scripts/process.in b/scripts/process.in index 3c367bbd..d1b6f2d1 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -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(< 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. diff --git a/scripts/service.in b/scripts/service.in index cff461c6..08a8f357 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -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 .nn # Temps: incoming/P.nn @@ -243,7 +243,8 @@ In-Reply-To: $s_msgid Message-ID: 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);