On Mon, May 06, 2002 at 04:48:15PM -0400, Kevin Hemenway wrote: > However, this does cause complaints. If I ran it like this: > > spamassassin -P -x 1 > > Then, I'll get a complaint each and every mail message: > > Failed to create default prefs file > /path/to/user/.spamassassin/user_prefs: > No such file or directory > > This seems to come about as part of the init() portion of Mail::SpamAssassin: > > if (defined $fname) { > if (!-f $fname && !$self->create_default_prefs($fname)) { > warn "Failed to create default prefs file $fname: $!\n"; > } > } > > In this case, create_default_prefs ALWAYS returns > a 0, which ALWAYS causes this error message to display.
Are you running spamd with a "-c" option? I'm not certain, but I believe -x says to not use per-user configs, but -c says to create the per-user configs. -- Randomly Generated Tagline: Beheading: The ultimate loss of face. _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk