Index: openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 21 Jan 2004 17:58:58 -0000 1.8 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 21 Jan 2004 19:07:54 -0000 1.9 @@ -497,7 +497,7 @@ ns_log Notice "acs-mail-lite: Email bouncing from $rcpt, mail not sent and deleted from queue" } # log mail sending time - if {![empty_string_p $user_id]} { log_mail_sending -user_id $rcpt_id } + if {![empty_string_p $rcpt_id]} { log_mail_sending -user_id $rcpt_id } } } @@ -577,7 +577,7 @@ ns_log Notice "acs-mail-lite: Email bouncing from $rcpt, mail not sent and deleted from queue" } # log mail sending time - if {![empty_string_p $user_id]} { log_mail_sending -user_id $rcpt_id } + if {![empty_string_p $rcpt_id]} { log_mail_sending -user_id $rcpt_id } } }