Markus Braun wrote: >> It looks OK, except the file for some reason has HTML tags in it.. The >> real file must not have HTML in it. > Which HTML Tags do you mean in the rule.cf?
Nevermind.. it was an artifact of the tool I used to view the file and the mime type your client chose for the attachment. <snip - bits showing a local.cf with no bayes_path> > I Think spamd is running as vmail. > > so must i login over ssh with vmail and learn the messages? Yes, or make use of bayes_path and bayes_file_mode to create one single site-wide bayes database shared by all users. Any training you perform as root will go nowhere right now. Be carefuly with bayes_path.. it's not a path, but a path plus partial filename. If you want your bayes db in /var/spamassassin/ you want: bayes_path /var/spamassassin/bayes Also be careful with bayes_file_mode.. you want 7's here not 6's like you might think. This is really not a mode, but a mask, and it is sometimes used in directory creation. bayes_file_mode 0777