http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4139
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From [EMAIL PROTECTED] 2006-04-16 03:32 -------
The temp file written by SpamAssassin is in a directory found using
File::Spec->tmpdir() which is documented as
"Returns a string representation of the first writable directory from a list of
possible temporary directories. Returns the current directory if no writable
temporary directories are found. The list of directories checked depends on the
platform; e.g. File::Spec::Unix checks $ENV{TMPDIR} (unless taint is on) and
/tmp"
As far as I can tell this depends on File::Spec->tmpdir working correctly, which
may depend on /tmp having the correct permissions or TMPDIR being set correctly,
or whatever else is needed on other platforms. But this is external to
SpamAssassin, so I'm closing this as WONTFIX.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.