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 -r1.9 -r1.10 --- openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 17 Oct 2010 21:06:08 -0000 1.9 +++ openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 27 Oct 2014 16:39:41 -0000 1.10 @@ -130,7 +130,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]/register/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_vars -url {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"