http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5518
------- Additional Comments From [EMAIL PROTECTED] 2007-06-15 11:30 ------- > Sanity checks are fine. I was thinking more about the strange code that's > labeled as workaround for BSD peculiarities that can all be replaced with > a call to POSIX::setuid. Yes, that is my main point here. > > $( = $gid; # real GID > > $) = "$gid $gid"; # effective GID > That's exactly what will break if done under MacOS as root to try to > change the group to 'nobody' is $gid was set from getpwnam(), and what > I want to replace with POSIX::setgid() if we don't kludge in something I know, I'll have to apply the same fix for changing group as you do. Fortunately for me most users leave that task to Net::Server, which seems to get it right. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
