Look at http://trac-hacks.org/wiki/NeverNotifyUpdaterPlugin It works for us. Search this group for nevernotifyupdaterplugin and you will see two posts I made on 12/5/2008 with more details.
On Jan 20, 5:02 pm, Jeff Hammel <[email protected]> wrote: > To be fair, I often want trac to send me acknowledgements as I use email for > organization (maybe not the best decision, but that's what I do). Though > there's no reason the notification to be mandatory except as a policy > decision. > > Jeff Hammel > IRC: jhammel, k0s > > On Wed, Jan 21, 2009 at 02:51:56AM +0800, [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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
