On Thu, 2008-11-27 at 09:14 +1100, Sam Ami wrote: > hi all > > our current setup. > primary mx for all out email domains installation: qmail,spamassasin,clamav > all email is inline scanned and then relayed to the internal server > for delivery to users mailbox > > question. > is it possible to use sa-learn in this situtation ? > we still get a lot of spam and i'd like to teach SA if possible ny > using sa-learn. > Off the top of my head, two suggestions:
1) simply enable auto-learn if it isn't already on. 2) write a kick-sort program to sit downstream of clamav. It would route all mail to the internal server but in addition, send everything thats obviously spam to a spam bin and everything that's obviously ham to a ham bin. Use a cron job to run sa_learn on the contents of the two bins. 3) Provide a submission method so users can submit personally selected mail to the spam bin You don't say how the clamav output gets delivered to the internal server, but it should be possible to use procmail to do the kicksorting. HTH Martin