Every day i sort through our mail server's quarantine account and add as many spam and clean examples to the bayesian filter as time allows. My main method at the moment of doing this is to have the bayesian score added to the beggining of the subject and then sort by the subject in webmail. However as there is over 23,000 in the quarantine folder changing to this sort invariably causes a timeout due to the time it takes to index by the subject.
It would be nice if we could add the bayesian score as a column (it would be best to allow the user to choose which columns they see also) in webmail and then be able to sort by this score.
It probably a big task but would improve the performance of the server.