Chris Thielen writes: > Justin Mason wrote: > > Chris Thielen writes: > > > >> Misclassified spam, sorry. Now, the more troubling question (for me) is > >> how did that spam get in my ham corpus? > > > > ah, there's always one or two over several months between several people > > -- that's why I asked ;) > > > FYI, I found my error in my export script. I export my IMAP folders to > my corpus. However, my script exported all files in the maildir folders > including deleted-but-not-yet-expunged messages. I've modified my > export script so it ignores all deleted messages and only exports > messages that have been marked as read. > > Added bonus: since I'll only export "seen" messages to my corpus, I can > now set up my export script on a cron. No more manually triggering the > export script (and thus, fresher ham and spam). Yippee.
I do similar -- I have two forms of "delete" key, one for ham and one for spam. Stuff that I delete as ham is actually moved to a "deld" folder, and then I can just rsync up the "deld" and "spam" folders every night... very handy ;) --j.
