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: How to : Send a confirmation email
Date: Fri, 19 Mar 2004 20:12:00 -0000	[thread overview]
Message-ID: <20040319200132.GA13399@wookimus.net> (raw)
In-Reply-To: <405B17FE.1030503@polyspace.com>

On Fri, Mar 19, 2004 at 04:55:42PM +0100, Alexandre De Barros wrote:
> We are using the gnats v 3.113.
>I would like to know how to automatically send the "confirmation email"
>(and only this confirmation email

We actually altered who receives the initial-response-to-submitter.
Originally, the initial response goes to gnats-admin from the sender.
We flipped that around.

#   
# This message is used when mailing an initial response back to the 
# PR submitter.
#
    
mail-format "initial-response-to-submitter" {
    from-address {
        fixed-address "gnats-admin"
    }
    
    # For addresses that are joined with |, we try each one in turn,
    # from
    # left to right,  until we find one that's non-empty.
    # Multiple addresses may be listed here.
    to-addresses {
        "Reply-To:" | "From:" | "From" | "Submitter-Id"
    }
    
    header {
        format "Subject: Re: %s/%s: %s\n"
    
        fields { "Category" "Number" "Subject:" }
    }
    
    body {
format "Thank you very much for your problem report (PR).  It has the\n\
following internal identification: `%s/%s'.\n\
\n\ 
You may use this identification in the `Subject:' field of subsequent emails\n\
to help@cbs.umn.edu to add information regarding the PR.  The category of \n\
your PR currently `pending' because it was received via email.  This will \n\
change when your PR is assigned to a consultant.\n\ \n\
%F%F%F%F\n\
"
        fields { "Category" "Number"
                 "Category" "Responsible" "Synopsis" "Arrival-Date" }
    }
}


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


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

  reply	other threads:[~2004-03-19 20:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-19 20:03 Alexandre De Barros
2004-03-19 20:12 ` Chad Walstrom [this message]
2004-03-19 20:45   ` Yngve Svendsen

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=20040319200132.GA13399@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).