Index: openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl,v diff -u -N -r1.108.2.8 -r1.108.2.9 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 18 May 2020 20:57:50 -0000 1.108.2.8 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 3 Jul 2020 07:53:44 -0000 1.108.2.9 @@ -636,7 +636,7 @@ set filesystem_attachments_root [ad_tmpdir] } foreach f $filesystem_files { - # make the file name absolute + # make the filename absolute if {[file pathtype $f] ne "absolute"} { set f [file join [pwd] $f] }