On Sun, 31 Dec 2006 15:43:43 -0800, David Rees wrote > On 12/30/06, Michael Starks <[EMAIL PROTECTED]> wrote: > > I wrote a script to parse through a maildir and retrain dspam on spam > > which was misclassified. The script is designed to be run once a day. > > What are the ramifications of a user not cleaning out this folder, such > > that the same spam is reclassified every day. Will this throw of the > > stats? Thanks.
I've got roughly the same script but it zeros out the file as it goes and retrains. Throw the file into a temp file and cat /dev/null into the actual file, then use the temp file for the retraining. DanH
