http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5510





------- Additional Comments From [EMAIL PROTECTED]  2007-06-14 19:49 -------
getpwnam('nobody') returns the 4294967294 values instead of -2. If at that point
I  force the values of $uuid and $ugid to be -2 then everything seems to work
correctly.

I see some code that appears to recognize the possibility of something like this

      if ( $> != $uuid and $> != ( $uuid - 2**32 ) ) {
        die "spamd: setuid to uid $uuid failed\n";
      }

but I don't really know what is going on with the various tests and workarounds
for BSD-specific behavior so I don't know just how to fix this.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to