Yes, I can understand the complexity of it. The command would have to run on each msg so working it through a queue should be a faster method. Hmm, I wonder if selecting too many would slow things up drastically affecting the performance of the system if done in real time. Maybe being able to schedule this to run after hours might be something to look at? Like selecting msg for spam retrain and saving it as a query or something and then have cron pick it up at a selected time?
> -----Original Message----- > From: [email protected] [mailto:baruwa- > [email protected]] On Behalf Of Andrew Colin Kissa > Sent: Thursday, December 16, 2010 8:28 AM > To: Baruwa users list > Subject: Re: [Baruwa] release and sa-learn > > > On 16 Dec 2010, at 3:22 PM, Mohammed Alli wrote: > > > Were also going to get a feature soon for multi select on messages, > > right? So we can select multiple messages at once to perform a > > particular action like release, or sa-learn (ham or spam), etc? > > Yes that is the ticket you opened, at the moment it is scheduled for > version 2.0 but i may implement it in version 1.0 as well if i get time > this month. > > It does add a bit of complexity to the setup though because the most > efficient way to implement it is to use a message queue. > > -- > Baruwa - www.baruwa.org > > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

