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.10 -r1.10.2.1 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 27 Feb 2004 15:50:15 -0000 1.10 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 28 Mar 2004 18:42:31 -0000 1.10.2.1 @@ -128,19 +128,19 @@ } { Checks if email address is bouncing mail @option email email address to be checked for bouncing - @returns boolean 1 or 0 + @returns boolean 1 if bouncing 0 if ok. } { - return [db_string can_send_p {} -default 0] + return [db_string bouncing_p {} -default 0] } ad_proc -public bouncing_user_p { -user_id:required } { Checks if email address of user is bouncing mail @option user_id user to be checked for bouncing - @returns boolean 1 or 0 + @returns boolean 1 if bouncing 0 if ok. } { - return [db_string can_send_p {} -default 0] + return [db_string bouncing_p {} -default 0] } ad_proc -private log_mail_sending {