Hi Thomas I have same problem as Michael but sorry I dont understand your response
Cheers.......Bob -----Original Message----- From: Michael [mailto:[email protected]] Sent: Friday, 6 July 2012 12:19 a.m. To: assp-test Subject: Re: [Assp-test] 12176: Building HMM database still disabled. Workaround? Understood Thomas! :-) But I do not know where to look else. 12145 works perfect, > 12145 do not, back to 12145 works perfect again although there“s no change in the code, my machine and in my assp.cfg? What could be the reason for that on my machine? This is not really traceable. Nevertheless thank you for support! Michael Thomas wrote: These are the right lines you should look at. unlink "$DBDir/rbtmp.hamHMM.bdb"; unlink "$DBDir/rbtmp.spamHMM.bdb"; unlink "$DBDir/rbtmp.hamHMM.totals.bdb"; unlink "$DBDir/rbtmp.spamHMM.totals.bdb"; if ( ! -e "$DBDir/rbtmp.hamHMM.bdb" && ! -e "$DBDir/rbtmp.spamHMM.bdb" && ! -e "$DBDir/rbtmp.hamHMM.totals.bdb" && ! -e "$DBDir/rbtmp.spamHMM.totals.bdb") { If any of the conditions failes - DoHMM is disabled. $hamHMM = ASSP::MarkovChain->new(longest => $main::HMMSequenceLength, .. $spamHMM = ASSP::MarkovChain->new(longest => $main::HMMSequenceLength, If ASSP is unable to create the temporary HMM DB's - DoHMM is also disabled. Thomas ---------------------------------------------------------------------------- -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
