https://bugs.exim.org/show_bug.cgi?id=1749
--- Comment #31 from Christoph Michael Becker <cmbecker69@???> ---
(In reply to Zoltan Herczeg from comment #29)
> Ok I will try to do these requests. Will take time. Is ./ a good idea to
> create a temporary file? What other projects do btw?
I don't think that creating a temporary file in ./ is a good idea. For
instance, if the process crashes before the file is deleted, the file would
remain, what might be a particular issue on the Web.
Please note that $TMPDIR is not available on Windows, but instead %TMP% or
%TEMP% should be used (either should be okay).
--
You are receiving this mail because:
You are on the CC list for the bug.