Using spamassassin 3.3.2 on debian linux (testing) I haven't tried teaching spamassasin spam from ham by hand before but looking thru the docs I guess something like:
sa-learn --spam spammail (Where spammail is mbox style file) is supposed to be teaching Sa that those messages are spam. But, the output I see from SA seem to indicate that nothing is really happening. sa-learn --spam spammail Learned tokens from 0 message(s) (0 message(s) examined) Is this normal output or does it mean just what it appears to, that nothing was done? The file is mbox format, at least 'mutt -f spam' reads it fine. If that output does mean that nothing is happing, can anyone tell me what I might be doing wrong?