http://bugzilla.spamassassin.org/show_bug.cgi?id=3649
------- Additional Comments From [EMAIL PROTECTED] 2004-09-29 06:41 ------- +1 a few comments: + die "setuid: oops: fileno(STDIN) [".fileno(STDIN)."] != 0"; + die "setuid: oops: fileno(STDERR) [".fileno(STDERR)."] != 2"; setuid? + my $f = fileno(STDERR); since there's already an $f which is unused at that point in the code, I'd skip the 'my' there. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
