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

Reply via email to