Index: openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl 13 Sep 2007 13:52:05 -0000 1.15 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl 23 Nov 2007 16:19:16 -0000 1.16 @@ -28,8 +28,8 @@ } { Callback for executing code after an email has been send using the complex send mechanism. - - @param from_party_id Who is sending the email + + @param from_party_id Who is sending the email @param to_party_ids list of ids to whom did we send this email @@ -126,8 +126,8 @@ ns_log Debug "acs_mail_lite::incoming_email impl acs-mail-lite: Invalid mail signature $signature" } } else { - ns_log Debug "acs_mail_lite::incoming_email impl acs-mail-lite: Bounce checking $to, $user_id" - acs_mail_lite::record_bounce -user $user_id + ns_log Debug "acs_mail_lite::incoming_email impl acs-mail-lite: Bounce checking $to, $user_id" + acs_mail_lite::record_bounce -user $user_id } }