[EMAIL PROTECTED] wrote: > Hello, > > I am currently running SA 3.03 with bayes, and bayes is storing all of its > data into a mysql DB. As this was all installed via PSoft's HSphere, I > didn't > actually pick the specific configuration myself. On my system, bayes is > trained per mailbox individually, and I am wanting to change this so that > there is one global bayes database for the entire mail server. Is this an > easy modification to make? Any help would be appreciated. > > Regards, > Devin >
man Mail::SpamAssassin::Conf see bayes_path (read carefully, it's not just a path, but a path and partial filename) Also sure to use bayes_file_mode 0777 so that everyone has access (7 instead of 6 because it's sometimes used in the creation of temp directories, not just files).