https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7881
Greg Troxel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Greg Troxel <[email protected]> --- I have seen this to, when running sa-learn with TXREP enabled, without -L, on 3.4.5. The basic problem (summarizingly unreasonably) seems to be that sa-learn is an interface to the learn method of any plugin that has one, and that while the man page makes claims about network access, they aren't true. Also, there may be an expectation from the man page that learning is a quick process of scanning tokens (as it is for bayes) but for TXREP it seems to involve scoring the message. I suggest two changes: Fix sa-learn(1) to say that it's an interface to learning methods, and that the behavior is controlled by the plugin. Remove the notion that -L is not needed, and instead say that -L is strongly recommended for bulk learning. Add a command to show the currrent learn methods that would be invoked. Change txrep to not rescore on learning, and instead just use the configure ham/spam scores. Once the user has declared ham/spam the score is not really of interest. -- You are receiving this mail because: You are the assignee for the bug.
