Bugzilla - an experiment in trackability
Brad Roberts
braddr at puremagic.com
Sun Mar 5 01:09:44 PST 2006
On Sun, 5 Mar 2006, Thomas Kühne wrote:
> Brad Roberts wrote:
> > Ok.. it's probably a little rough still, but I think it's usable now.
> > I've got bugzilla setup here:
> >
> > http://d.puremagic.com/bugzilla/
> >
> > Any new bugs or changes to existing bugs will be sent through to
> > digitalmars.D.bugs. Any messages posted in the newsgroup with the subject
> > matching /bugs.*\d+/i will be auto appended to the referenced bug if the
> > 'from' email address matches a registered user.
>
> As a safeguard: how about ensuring that the "References:" header in
> incomming news posts contains the message id that the first post of the bug
> had?
>
> > I'm certainly open to suggestions on all facets of the system.
>
> The "References:" header of follow ups posted by bugzilla seems to be broken:
>
> first message
> Message-ID: <mailman.7.1141527035.5269.digitalmars-d-bugs at puremagic.com>
>
> followup
> Message-ID: <mailman.8.1141542098.5269.digitalmars-d-bugs at puremagic.com>
> References: <bug-10-3 at http.d.puremagic.com/bugzilla/>
> In-Reply-To: <bug-10-3 at http.d.puremagic.com/bugzilla/>
>
> Thomas
From bug 11 forward, that's fixed. It's something I knew was broken but
decided to defer fixing and go ahead and get the word out. The problem
was that mailman was replacing the message-id's bugzilla was inserting. I
hacked up bugzilla to post directly to the news group (which will get
picked up by mailman and forwarded on to the subscribers to the list).
That keeps the message-id in tact and all future bugzilla based emails
contain a proper references field already, as you've shown above.
Good idea, way ahead of ya. :)
Later,
Brad
More information about the Digitalmars-d-bugs
mailing list