Hi, >> My question is regarding how I can spamassassin 3.03 to sa-learn spam >> messages. Obviously I can’t point it to the database to the offending >> spam, but how do I get a message out of the database in it’s exact >> format that it was received and have sa learn it is spam? > > I'm sure there's a good way, but I tend to export the offending mail(s) > from my mail client (Apple Mail, which can export in Mbox format), scp > it to the server and run sa-learn on it there. Clumsy, but it works. > > I do it a few times a week so I can export a bunch of spam messages into > a single mbox file rather than having to do it for each message > individually.
This can easily be done with a cron job: http://wiki.apache.org/spamassassin/RemoteImapFolder Thomas