http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5033
Summary: Replace Util::secure_tmpfile() and Util::secure_tmpdir()
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
While looking through some Perl modules, I found that there's File::Temp which
provides tempfile/mkstemp and tempdir/mkdtemp functions which essentially do the
same thing as our version.
Since File::Temp comes with our supported versions of perl, it seems like a good
idea to trim our code down a little and use this other module instead.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.