On Wed, 24 Jun 2009 19:58:56 +0300 "Jari Fredriksson" <ja...@iki.fi> wrote:
> I do it so, that a cron-job grabs all mail from my confirmed-spam > folder on server, and learns it and reports to dcc, razor and > spamcop. It currently does only the report part, but I think it > learns it as --spam in the same process. > That's similar to how I do it, but I think Thunderbird keeps track via imap keywords. Dovecot encodes these in the filenames, so it should be straightforwards to read them from a script. I don't use Thunderbird, but I've a vague recollection that it can take it's spam result from SA. I suspect if you play around a bit you should be able to drive this all via imap keywords using a server side script. I'm not convinced it's a better solution though.