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





------- Additional Comments From [EMAIL PROTECTED]  2007-07-25 15:33 -------
> "After some experimentation, it seems that the way to drop privileges
> on this system is to do the following in Perl:   $> = $id;  $< = $id;
> So after this analysis, I am +1 on the suggested patch for 3.1 and 3.2
> branches

We already know there isn't a single 'right' order of assignments
to $> and $< that fully drops privileges on all systems.
Linux wants $> = $id; $< = $id, BSD wants $< = $id; $> = $id
(probably also Mac OS X). Don't know about Solaris and other
Unix systems.




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

Reply via email to