http://bugzilla.spamassassin.org/show_bug.cgi?id=3586
------- Additional Comments From [EMAIL PROTECTED] 2004-07-19 17:28 -------
Subject: Re: [review] perl setuid fails, breaking spamd in FreeBSD, MacOS X
On Sun, Jul 18, 2004 at 10:52:53PM -0700, [EMAIL PROTECTED] wrote:
> +0.5. can you change
>
> + if ($< != $>) {
>
> to be
>
> + if ($< != $touid) {
>
> just in case $> doesn't change from 0 on the 2nd one for some reason?
sure. although, the euid will change (at least in every test we tried),
so $< won't == $> in that situation.
actually, I'll add a little more logic to it, since this stupidity
doesn't have to be done for most platforms.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.