On Tue, Mar 31, 2015 at 04:00:03PM +0300, Орхан Касумов wrote: > A colleague of mine said that the way I'm training DSPAM is not correct. > In my setup, when a user moves a message from "Inbox" folder to "DSPAM" > folder or vice versa, > DSPAM client installed on the same VM as the IMAP server connects to the > DSPAM server (on a separate VM) and retrains DSPAM. > Although it works, my colleague says that DSPAM client should not connect > back to the DSPAM server; > instead it should connect to the MySQL server (yet another separate VM) and > change database records classifying the message as either "Spam" or > "Innocent". > > Frankly, I've never thought that such a setup could be possible, but after > some thought, this started to seem logical to me. > Is it a feasible way of DSPAM training? Has anyone already implemented it in > that way? Please share. > > Thanks in advance!
Hi, The DSPAM training involves checking for the existance of the DSPAM signature in the DB, then pulling all of the tokens from it and adjusting their counts in the backend DB. Can you code this for direct DB access? Yes. Should you try to duplicate the DSPAM client functionality? No. You are doing your training completely correctly. The client is light-weight since the server does the work. Also, if you have a problem, you are completely on your own. You can write your own web browser too. That doesn't make it a good idea. :) Regards, Ken ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user