> > > How does one feed bayes ham and spam on an smpt gateway(no local > > deliverey). All sever does is accetp mail for one 2 domains scrub > > for virus and spam and then forward it to its nastly littly > > exchange server. > > Can you set up shared Exchange folders that can be exported to mbox > format? If so, set up learn-ham and learn-spam folders, tell people to > train to them, then periodically export them, transfer them to the SA > host, and run sa-learn on them. > > Perhaps someone sufficiently motivated could write an sa-learn <-> > IMAP client utility to train from arbitrary IMAP folders hosted > remotely...
Actually a few people have created various versions of that already. I modified one based on the IMAP interface found here http://gagravarr.org/code/ and use that. I found another here http://www.dmzs.com/tools/files/spam.phtml. Essentially, they just use IMAP to retrieve messages from the learn-spam and learn-ham folders (or whatever you want to call them), and pass it to SA to learn. I don't use Exchange, but it is my understanding that it supports IMAP access to its folders... Bret