Hi all, I'm running a very unique implementation of spamassassin... I have qmail, with _no_ home user directories (at least defined by a traditional /etc/passwd entry). All my user dirs come from an SQL db, and qmail is run by a separate 'master' user (in my case qmail). I am using ifspamh wrapper (http://www.gbnet.net/~jrg/qmail/ifspamh/) to run spamassassin, which runs spamc. Is there some way I can specify, when spamc is run, a user level config file to load (location and filename). I see the '-u' option that lets me specify a user to run spamc as, which in my case won't help. I also note the -F option which lets me put command line options in a file, but what about userprefs, etc?
Thanks! Don