From 83e10042e4c819190610f5a745f14f0769ee3b43 Mon Sep 17 00:00:00 2001 From: gecko <> Date: Mon, 1 May 2000 23:57:16 -0800 Subject: [PATCH] [project @ 2000-05-02 00:57:16 by gecko] Added notice about the rest of the GTAGS.. (still some missing, I think, like Bugs) Added an email template Small structure changes to services --- debbugs-service | 4 ++-- devel/predef.tags | 15 +++++++++++++++ email/notify-closed-control.txt | 20 ++++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 email/notify-closed-control.txt diff --git a/debbugs-service b/debbugs-service index 3ca51920..dc8b9042 100755 --- a/debbugs-service +++ b/debbugs-service @@ -147,8 +147,8 @@ for ( my $procline=0; $procline<=$#body; $procline++) } elsif (m/^(send|get)\s+\#?(\d{2,})$/i) { $ref= $2+0; $reffile= $ref; $reffile =~ s,^..,$&/$&,; &sendlynxdoc( "db/$reffile.html", "logs for $gBug#$ref" ); - } elsif (m/^send-detail\s+\#?(\d+)$/i) { - $ref= $1+0; $reffile= $ref; $reffile =~ s,^..,$&/$&,; + } elsif (m/^send-detail\s+\#?(\d+)$/i) + { $ref= $1+0; $reffile= $ref; $reffile =~ s,^..,$&/$&,; &sendlynxdoc("db/$reffile-b.html","additional logs for $gBug#$ref"); } elsif (m/^index(\s+full)?$/i) { &sendlynxdoc("db/ix/full.html",'full index'); diff --git a/devel/predef.tags b/devel/predef.tags index fb66b55f..edc2d7d7 100644 --- a/devel/predef.tags +++ b/devel/predef.tags @@ -8,6 +8,21 @@ OWNER_EMAIL Owner Email Globals->owner-email OWNER_NAME Owner Name Globals->owner-name LONG_NAME Long Name Globals->project-long SHORT_NAME Short Name Globals->project-short +EMAIL_DOMAIN Email Domain Globals->email-domain +LIST_DOMAIN List Domain Globals->list-domain +WEB_DOMAIN Web Domain Globals->web-domain +CGI_DOMAIN CGI Domain Globals->cgi-domain +SUBMIT_LIST Submit List Globals->submit-list +MAINT_LIST Maint List Globals->maint-list +QUIET_LIST Quiet List Globals->quiet-list +FORWARDED_LIST Forwarded List Globals->forwarded-list +DONE_LIST Done List Globals->done-list +REQUEST_LIST Request List Globals->request-list +SUBMITTER_LIST Submitter List Globals->submitter-list +CONTROL_LIST Control List Globals->control-list +SUMMARY_LIST Summary List Globals->summary-list +MIRROR_LIST Mirror List Globals->mirror-list +MIRROS Mirrors Globals->mirrors ############################################################################ # Tags that come from processing the email/doing what wants to be done # diff --git a/email/notify-closed-control.txt b/email/notify-closed-control.txt new file mode 100644 index 00000000..6a5015e3 --- /dev/null +++ b/email/notify-closed-control.txt @@ -0,0 +1,20 @@ +From: GTAG_MAINTAINER_EMAIL (GTAG_PROJECT GTAG_BUG Tracking System) +To: BTAG_BUG_ORIGINATOR +Subject: Bug #BTAG_BUG_NUMBER closed by developer +Message-ID: +In-Reply-To: LTAG_HEADER_MSG_ID +References: LTAG_HEADER_MSG_ID LTAG_MESSAGE_ID +X-GTAG_PROJECT-PR-Message: closed BTAG_BUG_NUMBER + +This is an automatic notification regarding your GTAG_BUG report. + +It has been marked as closed by one of the developers, namely +LTAG_REPLY_TO. + +You should be hearing from them with a substantive response shortly, +if you have not already done so. If not, please contact them +directly or email the Developer's list at debian-devel@lists.debian.org. + +GTAG_MAINTAINER_NAME +(administrator, GTAG_PROJECT GTAG_BUG database) + -- 2.39.5