Changeset 1103 for trunk/packages/sipb-xen-www
- Timestamp:
- Oct 11, 2008, 8:48:11 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/main.py
r1013 r1103 654 654 errorMessage=str(err), stderr=emsg, traceback=traceback) 655 655 details = templates.error_raw(searchList=[d]) 656 if False: #username not in config.web.errormail_exclude: 656 exclude = config.web.errormail_exclude 657 if username not in exclude and '*' not in exclude: 657 658 send_error_mail('xvm error on %s for %s: %s' % (op, username, err), 658 659 details) -
trunk/packages/sipb-xen-www/debian/changelog
r1051 r1103 1 sipb-xen-www (3.14.4) unstable; urgency=low 2 3 * allow '*' wildcard in config.errormail_exclude 4 5 -- Greg Price <price@mit.edu> Sat, 11 Oct 2008 17:32:42 -0700 6 1 7 sipb-xen-www (3.14.3) unstable; urgency=low 2 8
Note: See TracChangeset
for help on using the changeset viewer.