Rodney M <[EMAIL PROTECTED]> wrote: > If I use your spamd line (/usr/bin/spamd -v -a -c), I get the > following error in /var/log/maillog:
I don't use -d because I run spamd via daemontools. It has a tendancy to crash on occasion.. > Dec 15 12:12:32 gigantic spamd[46584]: connection from localhost > [127.0.0.1] at port 2529 > Dec 15 12:12:32 gigantic spamd[46609]: Use of uninitialized value at > /usr/local/bin/spamd line 1101, <GEN5> chunk 2. > Dec 15 12:12:32 gigantic spamd[46609]: Use of uninitialized value at > /usr/local/bin/spamd line 1123, <GEN5> chunk 2. > Dec 15 12:12:32 gigantic spamd[46609]: Use of uninitialized value at > /usr/local/bin/spamd line 1130, <ASSIGN> chunk 2. > Dec 15 12:12:32 gigantic spamd[46609]: Use of uninitialized value at > /usr/local/bin/spamd line 1130, <ASSIGN> chunk 2. > Dec 15 12:12:32 gigantic spamd[46609]: Use of uninitialized value at > /usr/local/bin/spamd line 657. This is because spamc is a perlscript, as well as spamd. Spamc has the '-w' perl flag in the interpreter line. Remove it. -w just adds additional warnings. > Now Spamassassin creates the .spamassassin folder in the vpopmail > users folder (ex: > /home/vpopmail/domains/debaser.net/test/.spamassassin) the first time > an email is sent to that users address. The .razor folder and it's > settings are still saved in the /home/vpopmail folder. That's odd, I don't know what to tell you about that... > The question is how do I get spamassassin to copy a default user_prefs > file to the users vpopmail folder (so eventually my users can edit > there own spamassassin settings)? I setup a user_prefs file in > usr/local/share/spamassassin/ but spamassassin didn't copy it to the > vpopmail users .spamassassin folder. Any ideas? It won't copy existing files, it will only create new files. Any variables a user DOESN'T set in their home directory, gets loaded with whatever your system defaults are. -Robertson