bayes ham/spam is not working

mejay

Verified User
Joined
Mar 1, 2020
Messages
22
When I receive spam (or not), it doesn't seem to ever use bayes to determin ham/spam. It is only using the other non-bayes rules.

In the log, I have this:
"The ham class needs more training samples. Currently: 0; minimum 200 required"

I've been using rspamd for awhile. What exactly do I need to do to make bayes work with rspamd in directadmin? Do the emails that it determines are spam and not spam, are they not used as training samples?

Is there some directadmin rspam documentation that I am overlooking to make this work?
 
I already have those files, but the "sa-learn.sh" triggers the file "/usr/bin/sa-learn" which does not exist in rspamd, only with spamassassin. So, that document does not work for rspamd.
 
I came across the following project:

Github: https://github.com/filipnet/rspamd-learn-helper

It makes sense to make the training a little more elegant.
Currently, I only have one folder, and that is spam. Unfortunately, important emails have also been classified as spam. AND, of course, I have entered this as HAM. Unfortunately, this does not seem to work properly, or the learning process is a little slow...

This Project may help to make learning and permanent sharpening more targeted.
 
Back
Top