On Tue, Sep 21, 2004 at 11:38:47AM -0500, Gabriel Millerd wrote: > > However before i switched to virtual hosting i allowed people to copy > false positives and negatives into special imap folders, then i had a > cron job that went through those folders and made the sa-learn > adjustments. > > What is the best way to redeploy this crawling behavior? Is it even > possible right now? >
I assume you're referring to this: http://bugzilla.spamassassin.org/show_bug.cgi?id=3766 It is also pretty easy to use the SA API to script this sort of behavior. I've got several scripts that given a username/IMAP mailbox it will fetch mail, learn/report it (either as spam or ham), remove the SA markup and save it in a local corpus for mass-checks. Michael