Clay Davis wrote: > I need some help understanding why the sa-learn process does not seem to be > completing correctly for me. When I kick off the sa-learn process from the > "C:\temp>" prompt it seems to start correctly but it never returns to the > prompt. I have to use cntl-c to break out. The first time through I ran > "sa-learn --spam -D" and left it for the night at "debug: Syncing complete", > so I re-ran with the no-sync "sa-learn --spam --no-sync -D" and it stopped at > "debug: Initialising learner". Below is a paste of the output from the > "sa-learn --spam --no-sync -D" attempt. Does anyone see anything in the > output that flags a problem or have any other ideas on what's going on? > > Thanks in advance for your welcomed advise, > Clay > > ===== > C:\temp>sa-learn --spam --no-sync -D
Erm, that command line is incomplete. You need to tell sa-learn what files to read and learn from. You need to pass it a filename or directory name full of unix-style RFC 822 messages. If you want to learn unix-style mbox files, instead of RFC 822 files, you'll need to add --mbox to the command line.