Hi, I want to integrate SpamBayes into a Win32 application and I would like to ask your help for it. I read about something similar on the internet and there the sb_bnfilter has been suggested as a solution. I downloaded the sources from CVS and I tried to compile the C version of the sb_bnfilter but it isn't possible because it has several Unix specific C commands, which doesn't exists under Win32. But before I continue to work with sb_bnfilter I would like to get some more inormation about SpamBayes. Here are my questions, please answer them: 1, first at all what are the main modules of the SpamBayes? In the sources I see several files, but I am sure only a few is related to the main functionality and the rest is UI or for other things. 2, what is the architecture of the app? it is a client-server application, meaning a server daemon is running in the background and one or more clients are connecting to it to request mail scanning services? Or it is a stand-alone application, which is loaded in memory every time when a mail is scanned then is unloaded when it finish? 3, what storage is used to save the training informations and where is it located? 4, what is the minimum required source files to have Spambayes working? Here I mean working without UI and use it in command line, by sb_filter.
PS: I apologize posting this message for second time but the first one has been sent by mistake in HTML format. Thanks, Vilmos _______________________________________________ spambayes-dev mailing list spambayes-dev@python.org http://mail.python.org/mailman/listinfo/spambayes-dev