What exactly are you looking for? I have a Windows perl script that sa-learns from an Exchange Public Folder - (It requires an account with access to Exchange, Outlook and a COM component available on the Internet along with some modification to Exchange security to allow scripting the Outlook client).
Let me know if you are interested in hearing more offline. P.S. I am mostly a lurker to this forum... until someone brings up the word Exchange. :) Steven -----Original Message----- From: Axb [mailto:axb.li...@gmail.com] Sent: Wednesday, February 13, 2013 1:17 AM To: users@spamassassin.apache.org Subject: Re: sa-learn and exchange integration On 02/13/2013 09:11 AM, Per-Erik Persson wrote: > Has anyone seen a tool for the integration between sa-learn and > microsoft exchange? > > Ideally I would like a tool like this: > ./sa-learn-wrapper --server=XXX --credentials-XXX --spam|ham > --matchingpattern=XXX > > I started writing one myself a while ago but stumbled upon the fact > that the the imapserver in exchange cannot change to a folder that is > not "personal", to do that you need a real MAPI connection. > > Any solutions? imapsync to a *nix IMAP instance and sa-learn from there Probably the simplest/safest/most efficient