Steve Trefethen (
strefethen@gmail.com) reported to the ccnet-devel list:
In EmailMessage.cs the method EmailMessage.Recipients does not explicitly handle IntegrationStatus.Exception. It looks like it will be handled in the if(BuildStateChanged()) case but not specifically as an Status type like Failed etc. I've created a sourcecontrol plugin that uses FTP to query for the existence of files and occasionally the FTP connection fails and throws an exception but I'm not getting email notifications in those cases. My email publisher is configured for "Failed" builds and I'm getting notifications successfully in that case but not for IntegrationStatus.Exception.