Hi. I just upgraded to 1.4.3. When ccnet experienced network issues talking to the svn server, everybody was sent a couple of Exception emails. How can I configure ccnet, so regular developers don't have to see the network hiccups? The exceptions are more for the sysadmin people, and not developers who only need to see if the source code builds correctly. Is the Exception supposed to be in the "change" notification group?
Currently the configuration is: <email from="[email protected]" mailhost="smtp.me.com" includeDetails="TRUE"> <users> <user name="jon" group="buildmaster" address="[email protected]"/> <user name="howie" group="buildmaster" address="[email protected]"/> <user name="val" group="buildmaster" address="[email protected]"/> <user name="ben" group="developers" address="[email protected]"/> <user name="bob" group="developers" address="[email protected]"/> <user name="bill" group="developers" address="[email protected]"/> </users> <groups> <group name="developers" notification="change"/> <group name="buildmaster" notification="always"/> </groups> <converters> <regexConverter find="$" replace="@me.com" /> </converters> </email> Thank you, Jon
