Index: openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/Attic/incoming-mail-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl 29 Mar 2018 08:09:04 -0000 1.14 +++ openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl 23 Apr 2018 07:17:32 -0000 1.15 @@ -260,7 +260,7 @@ array set param $params # Append the file if there exist a filename to use. Otherwise do not append - if {([info exists param(name)] && $param(name) ne "")} { + if {[info exists param(name)] && $param(name) ne ""} { set filename $param(name) # Determine the content_type