> > The hits and required fields both have ? in them. No idea here. But..
> > My local.cf file specifies 5.0 > > Do I need to put this somewhere else as well? > > I also noticed that when I start spamassassin I see a > couple of errors that it apparently passes by: > [26559] info: rules: meta test FM_DDDD_TIMES_2 has > dependency 'FH_HOST_EQ_D_D_D_D' with a zero score > [26559] info: rules: meta test FM_SEX_HOSTDDDD has > dependency 'FH_HOST_EQ_D_D_D_D' with a zero score These are IMO normal "features" of current SA, nothing to worry about. > > And > > [26574] warn: auto-whitelist: open of auto-whitelist file > failed: locker: safe_lock: cannot create tmp lockfile > /bin/false/.spamassassin/auto-whitelist.lock.mail.dakotasioux.com.26574 > for /bin/false/.spamassassin/auto-whitelist.lock: Not a > directory The user the spamd starts, seems to have it's home directory as "/bin/false". This is ok for a shell, but not as home directory. I don't know what is the best practice, but my spamd runs as spamfilter, and it's home directory is /home/spamfilter. There is propably historical reasons for this user name, but there it is. Anyway, check your vipw, the home directory must not be /bin/false for any user.