Jean Caron wrote:

>
> Here's the bayes related I had in there already;
> use_bayes 1
> bayes_path              /home/bayesUID/bayes
> bayes_file_mode         0666
> bayes_auto_learn 1
> Jean 

Suggestion: set bayes_file_mode to 0777 not 0666.

The bayes_file_mode is really a mask not literal permissions, so it
won't result in executable bits being set for your bayes files. However,
this mask is sometimes used in directory creation, where the x bit is
quite appropriate.

This is why the default is 0700, not 0600.

 

Reply via email to