On Fri, 2008-07-04 at 12:39 +0200, Alex Woick wrote: > Richard Johnson schrieb am 03.07.2008 10:58: > > > check: no loaded plugin implements 'check_main': cannot scan! at > > /usr/share/perl5/Mail/SpamAssassin/PerMsgStatus.pm line 164. > > > [9086] dbg: ignore: using a test message to lint rules > > [9086] dbg: config: using "/etc/spamassassin" for site rules pre files > > [9086] dbg: config: using "/usr/share/spamassassin" for sys rules pre files > > [9086] dbg: config: using "/usr/share/spamassassin" for default rules dir > > [9086] dbg: config: read file /usr/share/spamassassin/10_default_prefs.cf > > After the 2nd line, some *.pre files should be listed. Like this: > > [18926] dbg: ignore: using a test message to lint rules > [18926] dbg: config: using "/etc/mail/spamassassin" for site rules pre files > [18926] dbg: config: read file /etc/mail/spamassassin/init.pre > [18926] dbg: config: read file /etc/mail/spamassassin/v310.pre > [18926] dbg: config: read file /etc/mail/spamassassin/v312.pre > [18926] dbg: config: read file /etc/mail/spamassassin/v320.pre > > They are not at your system, so it seems that the *.pre files are not > installed in the /etc/spamassassin directory. At my system (Fedora 7) > they are installed to /etc/mail/spamassassin. Look for them and move > them to /etc/spamassassin or change the site rule path > (--siteconfigpath=/some/path) to wherever your *.pre files are. > > Tschau > Alex >
I tried: find / -name *.pre no results comes back. How weird is this?