http://bugzilla.spamassassin.org/show_bug.cgi?id=3359
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.1.0 |3.0.0
------- Additional Comments From [EMAIL PROTECTED] 2004-07-06 20:55 -------
hrm. interesting. I think the problem is:
-j0, mass-check doesn't use secure_tmpfile
-j2, mass-check parent uses secure_tmpfile, but children don't -- they
specifically close it before
processing.
however,
-j1, mass-check (single process, acts as parent/child for -j2+) uses
secure_tmpfile, then things like
DCC and Pyzor use it as well to put a tempfile out for processing.
Oh, and I wasn't sure what sysopen() would do with an undef value for the
filehandle. Turns out it sets
the variable to a random file glob value.
so +1 from me. :)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.