> > Jon Dossey wrote: > > > I'm sure a lot of us have a similar setup, linux/bsd mx gateways > > > (running SA) relaying mail to Exchange, and Outlook clients. I'm just > > > curious how everyone handles learning? > > > > > > It seems like a lot of people recommend a public folder for users to > > > dump spam in, but how do you get it back out into a useable format > that > > > sa-learn will understand? Saving messages out of Outlook (for me > > > anyway) into a txt file removes all the internet headers. > > > > > > So how else do you handle getting your messages back out of > > > exchange/outlook, and sa-learn'ed? > > > > > > Easiest way to get them out of the Exchange public folder without > > messing up the headers is via IMAP. There are some scripts available to > > open the folder and read the messages (can't recall exactly where, but > > if you can't find them let me know and I'll pass mine onto you - they're > > modified versions of the scripts available online). > > > > Works very nicely. > > > > Evan > > >
(moved to bottom quote for you) I think I know the document you're referring to... http://wiki.apache.org/spamassassin/RemoteImapFolder?highlight=%28imap%2 9 My problem is I don't like my MX (sitting in DMZ's), to connect back to the Exchange server (private network) via IMAP. My ideal solution would be to find a way to push the e-mail to SA, instead of letting them reach back inside my network to pull them out. Possibly FTP or SCP to a specific folder on the mail exchangers, and a cron job to check for anything, sa-learn it, and then rm it. .jon