http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5711
------- Additional Comments From [EMAIL PROTECTED] 2007-11-12 15:39 ------- (In reply to comment #1) > I haven't got to this yet; I wasted too much time last week attempting to > optimize the mass-check server cache scheduler (I probably should have just > used > an SQL DB rather than DBM and called it a day). > > Anyway, when I looked at this quickly last week, I believe that we can > generate > "reuse only" set0+set1 results using the current code (if it's slightly > modified > to not do the copy_config stuff it'll be faster though) using the --reuse > option > without the --net option. I haven't yet tested this, though, as I couldn't do > it quickly since I don't have any unmarked mail. ok, that works for me. I could probably provide some mail if you want... > Bayes (and thus sets 2+3) can be added fairly easily too (with a bit more code > modification) and, again, without the need for a "--reuse-only" option. how does that work? if --reuse is stated, it contains the BAYES results too? > I'd also like to have the output combined in a single log and to have whatever > uses the logs to pick out what it wants to use. It already takes 20-30 > minutes > to rsync my mass-check logs (and only 40-45 minutes to do the mass-check) so > multiple logs with overlapping data isn't too appealing to me. ok, agreed. I guess that'd mean that if the data was reused, it contains "reuse=yes" and has set1 results; if the data was not available, it contains "reuse=no" and has set0 results. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
