Bug 192411 - A subset of bugzilla's emails are missing bugzilla headers for filtering
Summary: A subset of bugzilla's emails are missing bugzilla headers for filtering
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 2.18
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-19 14:46 UTC by Mike A. Harris
Modified: 2007-04-18 17:43 UTC (History)
0 users

Fixed In Version: 2.18
Clone Of:
Environment:
Last Closed: 2006-05-19 22:38:44 UTC
Embargoed:


Attachments (Terms of Use)

Description Mike A. Harris 2006-05-19 14:46:55 UTC
<mharris> dkl: bugzilla seems to no longer be adding the X-Bugzilla-Component
etc. headers to mails...  my mail filters are putting all bugzilla mails into
one folder again.  Quick check of bugzilla mail headers shows no bugzilla headers
<mharris> General bug, or something wonky?
<dkl> To: %to%
<dkl> Subject: [Bug %bugid%] %neworchanged%%summary%
<dkl> Content-type: text/plain; charset=utf-8
<dkl> %threadingmarker%
<dkl> X-Loop: bugzilla
<dkl> X-BeenThere: bugzilla
<dkl> X-Bugzilla-Product: %product%
<dkl> X-Bugzilla-Version: %version%
<dkl> X-Bugzilla-Component: %component%
<dkl> X-Bugzilla-Comment: %private%
<dkl> X-Bugzilla-Reason: %reasonsheader%
<dkl> X-Bugzilla-Changed-Fields: %changeheader%
<dkl> that is what I have right now
<mharris> I think I found the pattern
<mharris> "exception granted: [Bug 177927] kxkb error via Xnest"
<mharris> That mail has no headers
<mharris> "needinfo cancelled: [Bug 122735] doxywizard; X Error: BadValue
(integer parameter out of range for operation)"
<mharris> or that
<dkl> mharris ah, that one is sent through other path so make sense
<dkl> ok, i will need to update the code to add in the headers, which ones are
necessary for you
<dkl> ?
<mharris> I didn't notice the pattern before, but I went through my folder in
reverse and just spotted it ;)
<dkl> that is fairly new feature we enabled a few weeks ago
<mharris> ya
<mharris> I use Component, Product, Reason, Version
<dkl> so it is using upstream code which doesnt add in extra headers like normal
emails do
<dkl> but they can be added in.
<dkl> ok so you need basically *all* of them ;)
<mharris> heh, pretty close ;)
<dkl> cool, file a bug or send me an email to remind me, it will probably have
to be monday
<dkl> i am trying to get everything ready for moving to the new server today
<mharris> Yeah, it was weird... I thought I noticed RHEL bugs getting into my
Fedora folder for a while, but not too often, and then couldn't spot them in the
pile so figured maybe I was going crazy :)
<mharris> ok, no prob
<dkl> thx

Comment 1 David Lawrence 2006-05-19 22:38:44 UTC
Headers added.


Note You need to log in before you can comment on or make changes to this bug.