http://bugzilla.spamassassin.org/show_bug.cgi?id=3623
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Component|Learner |spamassassin
Priority|P3 |P2
Summary|sa-learn doesn't work when |sa-learn and spamassassin
|setgid/setuid |don't behave right when
| |setgid/setuid
Version|SVN Trunk (Latest Devel |3.0.0
|Version) |
------- Additional Comments From [EMAIL PROTECTED] 2004-10-02 14:59 -------
More details on this. It might only be an issue on Solaris. Also confirmed the
problem is the same with spamassassin.
The problem seems to occur when pod2usage() is called.
I've made this test case which does the trick:
root # cat > test
#!/usr/local/bin/perl -w
use Pod::Usage;
pod2usage();
^D
root # chgrp spamassassin test
root # chmod 2755 test
root # ./test
Can't open /dev/fd/3 for reading: Bad file number
at /dev/fd/3 line 3
root # ls -la test
-rwxr-sr-x 1 root spamassassin 54 Oct 2 22:55 test
root #
I've tried to google for this, but I've not found anything useful.
I think this bug, if it is a bug, should be addressed asap.
Tim.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.