Hi, I'm running 3.1.5 on FreeBSD from ports. I have a unique situation and I wondered if I was doing something to confuse SA.
My server has a series of users : server:*:1004:1004:TBOH Listproc:/usr/local/etc/server:/usr/local/bin/zsh stcomp:*:1004:1004:TBOH Listproc:/usr/local/etc/server/procfilter/tboh-comp:/usr/local/bin/zsh stcust:*:1004:1004:TBOH Listproc:/usr/local/etc/server/procfilter/tboh-cust:/usr/local/bin/zsh strgcn:*:1004:1004:TBOH Listproc:/usr/local/etc/server/procfilter/corewar-l-news:/usr/local/bin/zsh strgc:*:1004:1004:TBOH Listproc:/usr/local/etc/server/procfilter/corewar-l:/usr/local/bin/zsh stmtn:*:1004:1004:TBOH Listproc:/usr/local/etc/server/procfilter/misc-test-news:/usr/local/bin/zsh stmt:*:1004:1004:TBOH Listproc:/usr/local/etc/server/procfilter/misc-test:/usr/local/bin/zsh Different id's, but the same UID/GID. I have the virt user table set up in sendmail to send to the different users depending on the inbound email address. A sample of my .procmailrc looks like: ----------------------------------------------------------------- :0 c COPY :0fw: spamassassin.lock * < 256000 | /usr/local/bin/spamc :0: * ^X-Spam-Status: Yes /dev/null :0 H * ! ^From[ ] * ^rom[ ] { LOG="*** Dropped F off From_ header! Fixing up. " :0 fhw | sed -e 's/^rom /From /' } :0: | /usr/local/etc/server/catmail -L COREWAR-L -f -m ----------------------------------------------------------------- I've been running it like this for a year 1/2 so far. I recently started getting so much spam I decided to start running sa-learn on the COPY box every once and a bit after I weed out bounces and legit emails (3 out of 300). Before I ran the first sa-learn, there wasn't a .spamassassin directory. Now there is, with 2 files (bayes_seen and bayes_toks). The "owner" (per se) of the 1004 uid, server, has a .spamassassin directory, that has 5... auto-whitelist, bayes[_seen|_toks|_journal] and user_prefs. The most recent date is Oct 24th for all files except user_prefs, which is Apr 26 2005. Is spamc/spamd taking the uid owner, and sa-learn taking just the id? Is there something I should do to chance this configuration? Thanks, Tuc