public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Chad Walstrom <chewie@wookimus.net>
To: help-gnats@gnu.org
Subject: Re: Notify and reponsible mail : URL
Date: Sat, 19 Mar 2005 06:45:00 -0000	[thread overview]
Message-ID: <20050316163218.GC4282@wookimus.net> (raw)
In-Reply-To: <002501c529fb$33f6ce70$0c0a000a@blr.velankani.com>


[-- Attachment #1.1: Type: text/plain, Size: 1392 bytes --]

On Wed, Mar 16, 2005 at 01:08:53PM +0530, Hemanth S wrote:
> How to provide an hyperlink to the PR's raised. That is the mail sent
> to notify and responsible people when PR is raised.

Section 4.3.7 of the documentation contains a description of Outgoing
email formats, and can be referenced at:

http://www.gnu.org/software/gnats/doc/4_0_beta_snapshot/Outgoing-email-formats.html#Outgoing%20email%20formats

My last email had an example on a format used to give URL information
for a gnatsweb installation.

Email is always sent to the responsible person upon changes, if that
person has an email address in the "responsible" file.  If you want to
add Notify-List, such as is present in our own GNATS database, add the
field to dbconfig, and include it in the mail-format entries.

# Notify list
field "Notify-List" {
    description "Comma-separated list of email addresses for 'Cc:'"
    text
    query-default inexact-regexp
    textsearch
}

# ... in each mail-format entry, make this change...
# Any additional header text we want to add.  Must have a newline at
# the end of each line.
header {
    format "Precedence: junk\nSubject: %s/%s: %s\nCc: %s\n"
    fields { "Category" "Number" "Subject:" "Notify-List" }
}

-- 
Chad Walstrom <chewie@wookimus.net>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

      reply	other threads:[~2005-03-16 16:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050314194142.E02F947EED@mailgate.velankani.com>
2005-03-15 12:20 ` Help-gnats Digest, Vol 28, Issue 3 Hemanth S
2005-03-15 17:09   ` customizing initial-pr-notification-pending Chad Walstrom
2005-03-16  7:47     ` Hemanth S
2005-03-16 16:46 ` Notify and reponsible mail : URL Hemanth S
2005-03-19  6:45   ` Chad Walstrom [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050316163218.GC4282@wookimus.net \
    --to=chewie@wookimus.net \
    --cc=help-gnats@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).