At 02:04 AM 12/3/2005, Christian Eichert wrote:
PGP SIGNED MESSAGE
>Hash: SHA1
>
>I whould like to lint a singular rule file
>
>e.g. spamassassin /
>
>but this is not working and I cannot find the right syntax in the
>howtos. How to proced?
You'll need to force SA to examine empty dirs for the default config and
site config paths, then tell it a single file.
In this example, I'll use /var/empty/ for an empty directory, change to site.
spamassassin /var/emtpy /var/empty
/
However, your example does concern me you didn't edit 10_misc.cf, did you?
Don't edit anything in /usr/share/spamassassin unless you really understand
all the implications of this. For starters this whole directory will be
obliterated and re-written when you upgrade SA. All edits you make here
will be lost on upgrade. This directory is intended to only contain SA's
"default" setup.
Make all your site-specific options in /etc/mail/spamassassin/local.cf, or
some other *.cf in that directory.