Index: openacs-4/packages/acs-mail/tcl/acs-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail/tcl/acs-mail-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-mail/tcl/acs-mail-procs.tcl 13 Aug 2001 18:13:25 -0000 1.2 +++ openacs-4/packages/acs-mail/tcl/acs-mail-procs.tcl 22 Aug 2001 19:36:08 -0000 1.3 @@ -232,7 +232,7 @@ # so we can uuencode it if necessary. # We'll use the mime type to decide - if { [string first $v_content_type "text/html"] == 0 } { + if { [string first "text" $v_content_type] == 0 } { ns_log Notice "acs-mail: encode: plain content" set encoded_content "$content" } else {