For Users of ASSP <[email protected]> schreibt: > Hello > >what does it mean the message ? > >Corpus correction settings - low:0.5 high:1.5 minimum files:10000 >minimum days:14 > > >I understand MaxFiles should be set to 10000 , however where should I >change following three parameters ?
Look into section Rebuild SpamDB / Griplist. There is: Automatic Corpus Correction (autoCorrectCorpus, default=0.5-1.5-10000-14) (Syntax: a.a[a]-b.b[b]-cccc-dd or empty - default is "0.5-1.5-10000-14") If the corpus norm (the weight between spamwords/hamwords) is less than "a" (0.5 - too much ham) or greater than "b" (1.5 - too much spam), assp will delete the excess (oldest) files from the corresponding folder ( spamlog , notspamlog ). ASSP will keep a minimum of "c" (10000) files in the folder and will never delete files that are younger than "d" days. This cleanup will run at the end of the rebuildspamdb task. So the corrected file corpus will take effect at the next rebuildspamdb! ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
