Clay Davis wrote: > When I lint my rules the output tells me that it chose rule set 0. > > c:\>spamassassin -D --lint > debug: SpamAssassin version 3.0.2 > debug: Score set 0 chosen. > debug: running in taint mode? no > . > . > . > > Does this mean that I am not running Bayes or Network tests?
No. SA always starts off at score set 0 and then later changes sets once it figures out what resources are actually available and enabled. If you look later down in the debug output you'll find it changing it's mind after it's parsed your config files. [15643] dbg: bayes: found bayes db version 3 [15643] dbg: bayes: DB journal sync: last sync: 1134584815 [15643] dbg: config: using "/root/.spamassassin" for user state dir [15643] dbg: config: score set 3 chosen. [15643] dbg: message: ---- MIME PARSER START ---- For me the "score set 3 chosen" is line 194 of the debug output. Exact line number may vary, but it will be buried below all the "dbg: config: read file " lines.