Index: openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl 5 Apr 2020 11:41:09 -0000 1.2.2.3 +++ openacs-4/packages/acs-mail-lite/tcl/legacy-inbound-procs.tcl 3 Jul 2020 07:53:44 -0000 1.2.2.4 @@ -69,7 +69,7 @@ ns_log Debug "load_mails: opening $msg" array set email {} - # This will parse the E-mail and extract the files to the file system + # This will parse the E-mail and extract the files to the filesystem parse_email -file $msg -array email set email(to) [parse_email_address -email $email(to)] @@ -124,7 +124,7 @@ files lists and all headers directly. The headers consists of a list with header names as keys and - their corresponding values. All keys are lower case. The + their corresponding values. All keys are lowercase. The bodies consists of a list with two elements: content-type and content. The files consists of a list with three elements: content-type, filename and content.