Chris wrote:
On Sunday 04 March 2007 11:54 pm, Theo Van Dinter wrote:
Anyway, reading the debug output... It appears that your installation is
very messed up. To start, get rid of the *.cf files in
/etc/mail/spamassassin which reference anything from sa-update. According
to the output you're loading rules multiple times -- my guess is that your
local.cf setting for the Status header is being overridden by a later cf
file.
For example:
[1738] dbg: config: read file
/var/lib/spamassassin/3.001008/updates_spamassassin_org/10_misc.cf
[1738] dbg: config: read file
/etc/mail/spamassassin/updates_spamassassin_org/10_misc.cf
I see that now Theo, thanks. I guess I was following Daryl's suggestion to put
the update files in etc/mail/spamassassin or maybe I did it wrong, hell I
don't know.
Daryl posted this to me on the 5th of Feb:
BTW, you can put the channel file wherever you want. It doesn't have to
be in /var/lib/spamassassin/3.001007. Since you won't actually need the
"3.001007" directory once you upgrade to, say, 3.1.8 or 3.2.0 I'd
suggest keeping your channel file somewhere else. In
/etc/mail/spamassassin (or whatever your site config directory is) would
be a suitable location according to FHS.
Maybe I misunderstand what he's saying.
I meant the sa-update channel file (ie the file that contains all the
channel addresses and is referred to by sa-update with --channelfile),
not the files from the channel(s). :)
Daryl