+<!--
+ Map SVN user ids to email addresses.
+-->
+
+<emaillookup name="wx-devs">
+ <xi:include href="include/wx-devs.xml" xpointer="xpointer(//*[@id='MW'])"/>
+</emaillookup>
+
+<!--
+ Notify people on the blame list when a build goes from good to bad.
+-->
+
+<mailnotifier>
+ <mode>problem</mode>
+ <lookup>wx-devs</lookup>
+</mailnotifier>
+
+<!--
+ Log every build to a mailing list.
+-->
+
+<mailnotifier>
+ <extraRecipient>mike.wetherell -at- ntlworld.com</extraRecipient>
+</mailnotifier>
+