How can I run sa-learn once on the system and then share the generated database with each user?
I have a few different mail servers. I harvest mail from the servers and
periodically sort them into ham/spam folders and then share the sorted
mail back out to the servers and run sa-learn on each of the servers to
coach spamassassin. After doing this a few days, I notice that stuff
that I know I have classified as spam is still getting into inboxes. So
clearly I'm doing something wrong. I did a little reading and discovered
that sa-learn only applies for the user sa-learn is run under. It seems
wasteful to run sa-learn over the same emails for every users on the
system.
- How do I efficiently share a database with all users? Steve Dondley