On Thu, Jan 27, 2005 at 08:45:37PM +1100, Glenn Elliott wrote: > What is happening is spam is getting through spamassassin and the users > identify it as spam. I want to train spamassassin and an easy way to do this > would be to ask all the users to forward spam to a central mailbox on the > spamassassin server which I can then use to train spamassassin.. Am I making > sense? Is this possible? No user accounts are on the spamassassin server.
Ah, now I understand. OK, I want to do the same like you, and have that idea: Assumed your Exchange supports IMAP (mine does so) Create a public folder in Exchange where users can put their spam in. (they would have to drag'n drop the offending mail into that folder, not just forward it, since this would remove all headers). Once a day or so, I would connect to this public folder, download all mails onto a local hard disk (mbox format) , delete the mails on the Exchange server, move the file containing tha spams to the machine running SA and then fire up sa-lern --mbox. On any flavour of Uni*x, this can be done automagically by using the usual suspects (cron, scp, ssh...) Rainer