From 828e489cf9a36d9128845edd3cfeba03ef7a6bff Mon Sep 17 00:00:00 2001 From: joy <> Date: Wed, 22 Nov 2000 10:02:51 -0800 Subject: [PATCH] [project @ 2000-11-22 10:02:51 by joy] added the package (and subject) information in the closing messages --- scripts/process.in | 9 ++++++--- scripts/service.in | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index 3c367bb..d1b6f2d 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 cff461c..08a8f35 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); -- 2.39.2