Hi

good point, maybe we should foresee a way so you can add multiple
notifications in the groups element.

For the moment you can have the same effect, but you will need to place the
user in 2 groups :-(

<users>
            <user name="ben" group="developersfailed" address="[email protected]"/>
            <user name="ben" group="developersfixed" address="[email protected]"/>
..
</users>

<groups>
...
          <group name="developersfixed" notification="fixed"/>
          <group name="developersfailed" notification="failed"/>
</groups>


this will have the same effect

Lets see what the otter devs think on this


with kind regards
Ruben Willems


On Mon, Mar 16, 2009 at 9:37 PM, Jon W <[email protected]> wrote:

>
> 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
>

Reply via email to