Index: openacs-4/packages/bulk-mail/tcl/bulk-mail-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/tcl/bulk-mail-init.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/bulk-mail/tcl/bulk-mail-init.tcl 10 Sep 2002 22:22:29 -0000 1.2 +++ openacs-4/packages/bulk-mail/tcl/bulk-mail-init.tcl 26 Oct 2006 11:24:22 -0000 1.3 @@ -10,3 +10,4 @@ # default interval is 1 minute ad_schedule_proc -thread t 60 bulk_mail::sweep +nsv_set bulk_mail_sweep bulk_mail_sweep 0 \ No newline at end of file Index: openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl 26 Oct 2006 11:06:10 -0000 1.9 +++ openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl 26 Oct 2006 11:24:22 -0000 1.10 @@ -289,7 +289,7 @@ db_dml mark_message_sent {} } #} - nsv_unset bulk_mail_sweep bulk_mail_sweep + nsv_set bulk_mail_sweep bulk_mail_sweep 0 ns_log Debug "bulk_mail::sweep ending" }