Index: trunk/packages/sipb-xen-www/code/main.py
===================================================================
--- trunk/packages/sipb-xen-www/code/main.py	(revision 1101)
+++ trunk/packages/sipb-xen-www/code/main.py	(revision 1103)
@@ -654,5 +654,6 @@
              errorMessage=str(err), stderr=emsg, traceback=traceback)
     details = templates.error_raw(searchList=[d])
-    if False: #username not in config.web.errormail_exclude:
+    exclude = config.web.errormail_exclude
+    if username not in exclude and '*' not in exclude:
         send_error_mail('xvm error on %s for %s: %s' % (op, username, err),
                         details)
Index: trunk/packages/sipb-xen-www/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-www/debian/changelog	(revision 1101)
+++ trunk/packages/sipb-xen-www/debian/changelog	(revision 1103)
@@ -1,2 +1,8 @@
+sipb-xen-www (3.14.4) unstable; urgency=low
+
+  * allow '*' wildcard in config.errormail_exclude
+
+ -- Greg Price <price@mit.edu>  Sat, 11 Oct 2008 17:32:42 -0700
+
 sipb-xen-www (3.14.3) unstable; urgency=low
 
Index: trunk/packages/xvm-prodconfig/debian/changelog
===================================================================
--- trunk/packages/xvm-prodconfig/debian/changelog	(revision 1101)
+++ trunk/packages/xvm-prodconfig/debian/changelog	(revision 1103)
@@ -1,2 +1,8 @@
+xvm-prodconfig (0.13) unstable; urgency=low
+
+  * use wildcard in web.errormail_exclude
+
+ -- Greg Price <price@mit.edu>  Sat, 11 Oct 2008 17:34:06 -0700
+
 xvm-prodconfig (0.12) unstable; urgency=low
 
Index: trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml
===================================================================
--- trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml	(revision 1101)
+++ trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml	(revision 1103)
@@ -51,4 +51,5 @@
  adminacl: system:xvm-root
  errormail_exclude:
+  - *
   - price
   - ecprice
