Index: openacs-4/packages/acs-tcl/lib/page-error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.tcl,v diff -u -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 11 Nov 2005 17:47:35 -0000 1.2.2.2 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 5 Jan 2006 19:40:14 -0000 1.2.2.3 @@ -56,7 +56,8 @@ [_ acs-tcl.lt_NB_This_error_was_sub]" if {[empty_string_p $bug_number] } { - if {[catch {ns_sendmail "$send_to" $public_userm_email $subject $error_desc_email} errmsg]} { +# This will have to wait until a later release. The author of this code MUST make this optional, and off by default. +# if {[catch {ns_sendmail "$send_to" $public_userm_email $subject $error_desc_email} errmsg]} { ns_log warning "ACS-TCL/lib/page-error failed to send mail to $send_to for $error_desc" } }