Gustafson, Tim wrote: > Hey all! > > I have the following in my local.cf: > > loadplugin Mail::SpamAssassin::Plugin::TextCat
You can't do loadplugins in your local.cf. YOU MUST do loadplugins in init.pre or v310.pre, otherwise the rules that make use of TextCat will be excluded when SA parses the site rules. Later, when SA gets around to parsing local.cf it will load the plugin, and accept your ok_langauges command, but by then it's too late, the SA rules that actually make use of this plugin aren't loaded.