On Jan 20, 12:51 pm, [email protected] wrote: > Gentlemen, the TRAC bug tracker is not as smart as bugzilla. > > It insists on sending one acknowledgements even for one's own actions. > > It was me doing the clicking, no acknowledgement needed. > > But if it was someone else changing/commenting on one of my bugs, well > yes, I want mail about it. > > So to get mail on others' actions on our bugs, but not our own > actions, we must make fancy SpamAssassin rules: > header __J_TRAC_COMMENT X-Trac-Ticket-URL =~/\#comment/ > rawbody __J_TRAC_MY_COMMENT /\+-+\nChanges \(by jidanni\):\n/ > meta J_TRAC_OTHERS __J_TRAC_COMMENT && !__J_TRAC_MY_COMMENT > score J_TRAC_OTHERS -7 > > Fortunately TRAC breaks other rules, like missing To: headers, so the > above is all I need, at least for the WordPress TRAC.
Actually, it's significantly smarter/better than Bugzilla. Particularly out of the box. That said, your assumption that $USER who edits a ticket shouldn't get a notification is a personal preference, and by extension a flawed assumption. I personally expect to get an e-mail in this scenario. Enjoy Bugzilla, sounds like the tool of choice for you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
