http://bugzilla.spamassassin.org/show_bug.cgi?id=3586
------- Additional Comments From [EMAIL PROTECTED] 2004-07-12 09:33 -------
Subject: Re: failed sanity check
On Mon, Jul 12, 2004 at 09:24:32AM -0700, [EMAIL PROTECTED] wrote:
> perl -e 'use Config;
> foreach("dosuid","seteuid","setresuid","setreuid","suidsafe"){print "$_ =
> ",(defined
> $Config{"d_$_"} ? $Config{"d_$_"} : "undef"),"\n"}'
So far it looks like we can suid if:
dosuid|suidsafe
More data is welcome.
> Linux:
> dosuid = define
> suidsafe = undef
>
> Solaris:
> dosuid = undef
> suidsafe = define
>
> Mac OS X:
> dosuid = undef
> suidsafe = undef
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.