Here's what I get when I try to run the current CVS version of spamd: [root@nanaimo spamassassin]# spamd/spamd -d -x -u mail -s local6 Constant subroutine __stub_lgammal redefined at /usr/lib/perl5/5.00503/i386-linux/gnu/stubs.ph line 58. Constant subroutine __stub_lgammal_r redefined at /usr/lib/perl5/5.00503/i386-linux/gnu/stubs.ph line 64. Constant subroutine __need___va_list undefined at /usr/lib/perl5/5.00503/i386-linux/stdarg.ph line 9. Use of uninitialized value at /usr/lib/perl5/site_perl/5.005/Mail/SpamAssassin.pm line 677.
The 'uninitialized value' is: return $ENV{HOME} if $ENV{HOME} =~ /\//; This seems to be checking if HOME is set in the environment before bothering to look in the password file, but I'm not sure why it's erroring. It appears all these lines are printing because someone added '-w' to the perl line at the top of 'spamd'. The first three aren't our problem, but what about the SpamAssassin.pm one? Also, can the -w be removed from CVS? Dan. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk