http://bugzilla.spamassassin.org/show_bug.cgi?id=3586
------- Additional Comments From [EMAIL PROTECTED] 2004-07-12 18:07 ------- Is this an answer? (I'm not near my MacOS X box to try it myself) Quote from http://archives.listbox.com/[EMAIL PROTECTED]/200312/0446.html (see link for attributions): > However I was assuming the script was to be run as root via > /etc/init.d/something for example, and doesn't require > suidperl. I can't think of why a perl intepreter can't use > the setuid or setgid system call (achived by using > '$( = 111' or '$< = 111' to set(gu)id to (gu)id 11). It was solved, the particular syntax of the setuid was not liked by freebsd I guess. That's not to say I wasn't a bit confused ;) So $< = $> = $user; became $< = $user; $> = $user; and so on. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
