help-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config : ACKNOWLEDGE=1


From: Mike Hogsett
Subject: Re: config : ACKNOWLEDGE=1
Date: Fri, 26 Jul 2002 09:43:16 -0700

Well I upgraded to GNATS 3.999.1 and had the same problems.  What I could
figure out was that if the PR is not in the correct format it places the
PR in the *default* queue (by default this is pending, it is the first
listed in the categories file).  If this happens it does not send the
auto-reply and only sends to gnats-admin and the responsible for the
queue.

In function createNewPRFile() in file file-pr.c near line
374 I commented out 

   */
   if (strcmp (category->admFields[CategoryAdmKey],
        defaultCategory (database)) != 0)
        {
   */

and

  /*
    else
    {
    composeMailMessage (pr, NULL, "initial-pr-notification-pending",
    NULL, bad_fields, err);
    }
    }
  */


so that it treated mail going to the default queue the same as that going
to other queues.

> On Friday 12 July 2002 01:45, Mike Hogsett wrote:
> > I have ACKNOWLEDGE=1 in
> > /usr/local/share/gnats/gnats-db/gnats-adm/config but ack mail doesn't
> > appear to be getting sent.
> >
> > How can I debug this?
> >
> > The submitter will recieve mail if I edit the pr, but not the ack.
> >
> 
> We have the same problem here, any ideas?
> 
> Thanks in advance,
> -- 
> Rainer Schenk
> 
> ------------------------------------------------------------------------
> PERMAS User Support    |      INTES GmbH         |Tel +49 711 78499-22
> mailto:address@hidden |Schulze-Delitzsch-Str.16 |Fax +49 711 78499-10
> http://www.intes.de    |70565 Stuttgart / Germany|                      
>   



reply via email to

[Prev in Thread] Current Thread [Next in Thread]