help-gnats
[Top][All Lists]
Advanced

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

help ?


From: Mike Hogsett
Subject: help ?
Date: Mon, 15 Jul 2002 11:17:54 -0700

I installed Gnats 3.999.1 and so far most of it is working ok.  The
problem I am having though is that it is not recognizing replies to its
notification mail it sends and instead creates a new ticket for the reply.

in file-pr.c this is the regex.

const char *const PAT = "\\<((PR[ \t/])|([-a-z0-9_+.]+)/)([0-9]+)";

and this is subject line of a reply

Subject: Re: facility/34: test123 

checkIfReply() returns NULL because at this line :

  i = re_match (&regex, headerValue, strlen (headerValue), 0, &regs);

re_match returns -1.

Suggestions?





reply via email to

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