Hi Noah, It's good to hear someone is working on it. I'm new to SVN and Trac but set up a system and everything seems to be working really well that more people what to use it for their projects and problem reporting. About the only thing I really need to add is splitting up the emails so not everyone gets them...the rest of the system will work quite well as is.
I'm sure there's a quick and dirty way for me to do this. It looks like there are a couple of scripts: notifications.py that could be hacked up for this purpose. I'm not familiar with python either... do I need to recompile something if I edit these files because there are some other notification.xxx files in the directory with different extensions? Basically if I could hard code the script to do the following I'll be happy for a while: if (Milestone == Project1) add emaillist1 to cc list of email if (Milestone == Project2) add emaillist2 to cc list of email A little help from someone is much appreciated! - Scott On Jun 7, 3:51 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > trac-er wrote: > > Hi, > > > I'd like to set up email rules in Trac so that emails go to different > > email lists. > > > Is there a way to trac to do the following: > > > - email to a list based on which milestone the ticket is against > > - email to a list based on which component the ticket is against > > Working on it, but not currently doable. My current idea is to have a > mapping of queries to email addrs, anything that matches a given query > notifies that address. > > --Noah > > signature.asc > 1KDownload --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
