Sean Kennedy wrote:
Hi folks, forgive me if this is a common question, the archives didn't have anything definitive, however...
I have never had this working, so I setup my /etc/mail/spamassassin/local.cf file like so...
use_auto_whitelist 1
auto_whitelist_path /var/spamd/white/
auto_whitelist_file_mode 0777 ( yeah yeah, i know. I'm just testing it out ).
and I am calling spamd like so:
/usr/bin/spamd -d -x -a -u spamd
Now, I am doing bayes filtering as well, under /var/spamd/, and that is showing up as it should be. But there are no files showing up under /var/spamd/white/ when I start the server.
Is this normal? I have never seen any files under this directory, so I assume it isn't working. Does anybody see what I am doing wrong? The /var/spamd, for the moment, is world read/writeable for testing purposes.
Any help is greatly apprecaited.
Sean
Figures, I post to the mailing list, then I get "smart".
Anyways, I was a bit confused by the syntax of the config. I assumed it would follow the syntax of the bayes stuff, where I could feed it
auto_whitelist_path /var/spamd/white/
where white is a directory. Well, it doesn't like that appearently. So I take off the '/', delete that directory which I made, and it suddenly works.
*shrug* got me. Thanks for the help. ;)
Sean
