You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a fresh install there should be an empty bayes db, by marking quarantined messages as spam or ham this db should fill slowly but steadily.
This does not happen according to sa-learn --username=vmail --dump magic
So I decided to make an initial learning with sa-learn --ham --username=vmail /usr/share/doc/spamassassin/examples/sample-nonspam.txt.gz
and sa-learn --spam --username=vmail /usr/share/doc/spamassassin/examples/sample-spam.txt
Now I again marked mails in quarantine spam or ham and was expecting to see changes in the bayes db. After a couple of mails and some minutes waiting I just saw the same output.
Nothing changed in the bayes db. This seems not right.
I activated debug and started modoboa via manage.py runserver but there was no exception. Everything seems normal.
Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered:
Sorry, I can't. I disabled and removed the amavisd including the amavis plugin for modoboa. I'm using rspamd now. So I can only offer the django config.
With all the open issues regarding the amavis plugin I didn't feel comfortable using it in production.
Currently I don't have a dev instance. I'll let you know as soon as I have the time to set one up again.
@tonioo You must have a running modoboa instance don't you? is it working for you?
After a fresh install there should be an empty bayes db, by marking quarantined messages as spam or ham this db should fill slowly but steadily.
This does not happen according to
sa-learn --username=vmail --dump magic
So I decided to make an initial learning with
sa-learn --ham --username=vmail /usr/share/doc/spamassassin/examples/sample-nonspam.txt.gz
and
sa-learn --spam --username=vmail /usr/share/doc/spamassassin/examples/sample-spam.txt
Resulting in:
Now I again marked mails in quarantine spam or ham and was expecting to see changes in the bayes db. After a couple of mails and some minutes waiting I just saw the same output.
Nothing changed in the bayes db. This seems not right.
I activated debug and started modoboa via
manage.py runserver
but there was no exception. Everything seems normal.Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: