We use the regexConverter to convert the names returned from StarTeam to
their proper email names.


        <email from='[EMAIL PROTECTED]' mailhost='exchangeads.pcps.local' >
                <users>
                        <user name='BuildGuru' group='buildmaster'
address='[EMAIL PROTECTED]'/>
                </users>
                <groups>
                        <group name='developers' notification='change'/>
                        <group name='buildmaster'
notification='Failed'/>
                </groups>

                <converters>
                        <regexConverter find='$' replace='@pcps.com' />
              <regexConverter find='Karen Tyner' replace='kdtyner' />
                <regexConverter find='Kurt Frank' replace='kfrank' />

                </converters>
                
                <modifierNotificationTypes>       
                        <NotificationType>Failed</NotificationType> 
                        <NotificationType>Fixed</NotificationType>

                </modifierNotificationTypes>
        </email>" >

> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED]
> On Behalf Of Saran
> Sent: Thursday, October 09, 2008 9:43 AM
> To: ccnet-user
> Subject: [ccnet-user] email alias in CruiseControl.NET : Email
> Publisher
> 
> 
> Hi,
> 
> In our company for most of the developers email ID and login ID match
> ([EMAIL PROTECTED]) except for very few developers. Is there any
> easy way to handle this situation?
> 
> Thanks very much for your time,
> Saran

Reply via email to