Index: openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/Attic/bounce-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 8 Apr 2007 08:25:14 -0000 1.2 +++ openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 9 Apr 2007 06:18:17 -0000 1.3 @@ -137,7 +137,7 @@ array set user $notification_list set user_id $user(user_id) - set body "Dear $user(name),\n\nDue to returning mails from your email account, we currently do not send you any email from our system. To reenable your email account, please visit\n[ad_url]/acs-mail-lite/restore-bounce?[export_url_vars user_id]" + set body "Dear $user(name),\n\nDue to returning mails from your email account, we currently do not send you any email from our system. To reenable your email account, please visit\n[ad_url]/register/restore-bounce?[export_url_vars user_id]" send -to_addr $notification_list -from_addr $notification_sender -subject $subject -body $body -valid_email ns_log Notice "Bounce notification send to user $user_id"