http://bugzilla.spamassassin.org/show_bug.cgi?id=3586
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.1.0 |3.0.0
------- Additional Comments From [EMAIL PROTECTED] 2004-07-12 09:24 -------
ok, so this increasingly is looking like we'll have to deal with it. so moving
to 3.0 queue.
BTW: from Sidney's post, I dug around a little myself. the Config module has a
d_dosuid option listed.
In and of itself, it doesn't seem to tell me whether or not I can suid, but:
perl -e 'use Config;
foreach("dosuid","seteuid","setresuid","setreuid","suidsafe"){print "$_ =
",(defined
$Config{"d_$_"} ? $Config{"d_$_"} : "undef"),"\n"}'
Linux:
dosuid = define
seteuid = define
setresuid = define
setreuid = define
suidsafe = undef
Solaris:
dosuid = undef
seteuid = define
setresuid = undef
setreuid = define
suidsafe = define
Mac OS X:
dosuid = undef
seteuid = define
setresuid = undef
setreuid = define
suidsafe = undef
fwiw.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.