Bug 458636

Summary: Tell the component in the sender address
Product: [Community] Bugzilla Reporter: Bastien Nocera <bnocera>
Component: Email NotificationsAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: develCC: kbaker
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-21 06:54:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bastien Nocera 2008-08-11 08:44:09 UTC
As GNOME's bugzilla does, the e-mail notifications should mention the component the bug is assigned to in the sender address eg.:

From: 	ekiga (bugzilla.gnome.org) <bugzilla-daemon.org>

Instead of:

From: 	bugzilla

This makes filtering much easier for me...

Comment 1 David Lawrence 2008-08-26 03:06:34 UTC
We already send the component name in Bugzilla change notification emails. Here is the complete header list that is sent:

From: [% Param('mailfrom') %]
To: [% to %]
Subject: [[% terms.Bug %] [%+ bugid %]] [% 'New: ' IF isnew %][%+ summary %]
X-Loop: bugzilla
X-BeenThere: bugzilla
X-Bugzilla-Reason: [% reasonsheader %]
X-Bugzilla-Type: newchanged
X-Bugzilla-Watch-Reason: [% reasonswatchheader %]
X-Bugzilla-Classification: [% classification %]
X-Bugzilla-Product: [% product %]
X-Bugzilla-Version: [% version %]
X-Bugzilla-Component: [% comp %]
X-Bugzilla-Keywords: [% keywords %]
X-Bugzilla-Severity: [% severity %]
X-Bugzilla-Comment: [% comment %]
X-Bugzilla-Who: [% changer %]
X-Bugzilla-Status: [% status %]
X-Bugzilla-Priority: [% priority %]
X-Bugzilla-Assigned-To: [% assignedto %]
X-Bugzilla-Target-Milestone: [% targetmilestone %]
X-Bugzilla-Changed-Fields: [% changedfields %]

Could you just filter on X-Bugzilla-Component?

Dave

Comment 2 Bastien Nocera 2008-08-26 08:37:01 UTC
(In reply to comment #1)
> We already send the component name in Bugzilla change notification emails. Here
> is the complete header list that is sent:
<snip>
> Could you just filter on X-Bugzilla-Component?

I don't use it to stuff the mails in different IMAP folders, but to filter the view in Evolution. The default filter in Evolution is "Subject or Sender contains". Right now, the only thing it actually searches by is subject as all the senders in my RH bugzilla folder are the same.

Comment 3 David Lawrence 2008-08-26 15:56:01 UTC
Ah I see what you are saying now. So since this is obviously a gnome.org Bugzilla customization I have changed this to a RFE. This is not part of the standard Bugzilla code base. We are going to start filtering through the RFE's very soon now and start addressing people's requests. We will investigate adding this in at that time.

Thanks
Dave

Comment 4 Jeff Fearn 🐞 2012-05-30 04:42:32 UTC
As part of the recent Bugzilla 2.4 upgrade the Bugzilla team are cleaning up bugs opened against old versions of Bugzilla. This bug has been flagged as an old bug and will be CLOSED WONTFIX in 7 days time.

If you believe this bug is an issue in the latest Bugzilla version please comment on this bug within 7 days. Doing so will ensure this bug is not closed automatically.

Thanks, the Bugzilla team.

Comment 5 Jeff Fearn 🐞 2012-06-21 06:54:37 UTC
Closing inactive bugs are part of Bugzilla cleanup.