I've got sub-folders for "learn_ham" and "learn_spam" -- how do I get the new mail stuff to recognize those in conjunction with the sa-learn script? I think I'm in the same boat as waynej; I see how Andy's suggestion would work for ham, but I don't follow how that would work for learning spam from stuff that SA doesn't catch by default.
Any help?
Edit: I think I may have figured it out. It looks like you can just add the subdirectory to the path. So, for instance, instead of
>/home/mylogin/mail/domain/user/{cur,new}
You can do
>/home/mylogin/mail/domain/user/.learn_spam/cur
Is that valid thinking, or am I missing something?