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.90.2.7 -r1.90.2.8 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 25 Jul 2014 16:49:35 -0000 1.90.2.7 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 28 Nov 2014 15:08:59 -0000 1.90.2.8 @@ -474,8 +474,8 @@ set filesystem_attachments_root [parameter::get -parameter "FilesystemAttachmentsRoot" \ -package_id $mail_package_id -default ""] if {$filesystem_attachments_root eq ""} { - # on a unix system this should be '/tmp' - set filesystem_attachments_root [file dirname [ns_tmpnam]] + # on a unix system this could be '/tmp' + set filesystem_attachments_root [ad_tmpdir] } foreach f $filesystem_files { # make the file name absolute