hi all,
(ok, since we're looking at source, let's try here ...)
i've:
% spamassassin -V
SpamAssassin version 3.2.0-r232569
running on Perl version 5.8.7
on:
% uname -a
Darwin devbox 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT
2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc
build/install complete ok, and i can launch/run ...
but, a test of local.cf w/:
% spamassassin --lint \
--debug \
--nocreate-prefs
has ONE warning:
[18858] warn: plugin: failed to create instance of plugin
Mail::SpamAssassin::Plugin::TextCat: textcat: languages filename not defined at
/usr/local/perl_libs/sitelib/Mail/SpamAssassin/Plugin/TextCat.pm line 320.
where, line TextCat.pm:320
if (!defined $languages_filename) {
die "textcat: languages filename not defined";
}
implies something's not defined that should be re: languages ...
suggestions?
cheers,
richard