Hallo all, have done the same test (my last TREC test) for TREC07 with the following result:
Messages over 4MB (my current MaxMessageSize): theia full # find ../data/ -type f -size +4M | wc -l 0 theia full # Messages having no body part: theia full # cat index | while read foo ; do if [ $(sed '1,/^$/d' ${foo/* /} | wc -l) -lt 1 ] ; then echo ${foo/* /} ; fi ; done | wc -l 48 theia full # find ../data -type f | while read foo ; do if [ $(sed '1,/^$/d' ${foo} | wc -l) -lt 1 ] ; then echo ${foo} ; fi ; done | wc -l 48 theia full # Result when training the full index: Total messages in full index: 75'419 Total messages failing: 0 Failing percentage: 0.0% No single failure. So I am staying on my last statement: I am not going to change anything for 3.9.0 except if 3.8.0 is having a lower failure rate then 3.9.0. -- Kind Regards from Switzerland, Stevan Bajić ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Dspam-devel mailing list Dspam-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-devel