Index: openacs-4/packages/acs-mail-lite/tcl/utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/utils-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-mail-lite/tcl/utils-procs.tcl 7 Aug 2017 23:47:57 -0000 1.5 +++ openacs-4/packages/acs-mail-lite/tcl/utils-procs.tcl 30 Sep 2017 17:42:32 -0000 1.6 @@ -164,7 +164,7 @@ -canonical "text/plain" \ -param [list charset $charset] \ -encoding "quoted-printable" \ - -string [ad_html_to_text "$body"]] + -string [ad_html_to_text -- $body]] set message_token [mime::initialize \ -canonical "multipart/alternative" \