Mark Merchant wrote: > upgraded 3.0.4 to 3.1.0, spamassassin --lint produces: > > [EMAIL PROTECTED] spamassassin]# spamassassin --lint > [1257] warn: config: SpamAssassin failed to parse line, "/home/bayes/" > is not valid for "bayes_path", skipping: bayes_path _/home/bayes/
SA is correct, your bayes_path statement is invalid, and always has been. Read man Mail::SpamAssassin::Conf on bayes_path VERY CAREFULLY. This MUST NOT end in a directory name. you probably want /home/bayes/bayes > [1257] warn: config: failed to parse line, skipping: use_razor2 > 1 > [1257] warn: config: failed to parse line, skipping: use_dcc > 0 Read the UPGRADE file that came with SA 3.1.0. Razor and DCC are now plugins and off by default. > [1257] warn: config: failed to parse, now a plugin, skipping: > ok_languages bs bg hr en fr de it ja ru sr es Ditto, this is textcat. > [1257] warn: config: warning: score set for non-existent rule > RAZOR2_CHECK Again with the razor2 bit. > [1257] warn: lint: 4 issues detected, please rerun with debug enabled > for more information > > > something has changed with bayes and razor, file permissions maybe??? >
