Subject: | Attaching files via UNC path does not work |
he mail can't be sent if the anex is a UNC path. The problem is
in line 143,
$anex_i =~ s/[\/\\]+/\//gs ;
where an UNC path such as
\\SHARE\USR\foo\bar.txt
gets translated into
/SHARE/USR/foo/bar.txt