7 Nov
2003
7 Nov
'03
6:28 p.m.
On Fri, 2003-11-07 at 10:15, David Siedband wrote:
I'm interested in other ways to make the standard_error_message more useful as well.
Here's a recipe I use: --- <dtml-sendmail mailhost=MailHost> To: errors@my_domain.com From: auto@my_domain.com Subject: Error: <dtml-var URL> <dtml-var error_type>: <dtml-var URL> <dtml-if HTTP_REFERER>referrer: <dtml-var HTTP_REFERER></dtml-if> Traceback: <dtml-var error_tb> </dtml-sendmail> --- HTH, Dylan