At 05:14 PM 11/28/2005, Thomas Mueller wrote:
Hi,
I've created a backport of the Debian Sid package for Sarge that works
very well except for three error messages:
Nov 28 22:53:42 geht-schon spamd[25072]: config: not parsing,
administrator setting: loadplugin Mail::SpamAssassin::Plugin::SPF
Nov 28 22:53:42 geht-schon spamd[25072]: config: failed to parse line,
skipping: loadplugin Mail::SpamAssassin::Plugin::SPF
All plugins in v310.pre work, the plugins in init.pre fail.
That should work either way. Realistically there's no practical difference
between init.pre and v310.pre. The only reason the two separate files exist
is to allow newer 3.1 plugins to be added without obliterating an existing
init.pre from SA 3.0.x.
The failing plugins are:
Mail::SpamAssassin::Plugin::URIDNSBL
Mail::SpamAssassin::Plugin::Hashcash
Mail::SpamAssassin::Plugin::SPF
I moved the loadplugin statements from init.pre to v310.pre but I still
get the same error. I don't see the difference - how can I load these
plugins?
Note that these messages don't by themselves mean the plugin isn't loading.
They could already be loaded when SA encounters a duplicate loadplugin
statement in a user_prefs file.
I'd try commenting out one of those loadplugin statements entirely, and
see if you still get the error. If you do, look at your user_prefs files.