C. Hatton Humphrey wrote: >> I would like to install something on our server that will check an >> emails spam score before we send it out to catch any problems. >> > > If you know of one I'd love to hear about it as well. > > One idea that came to mind - if there were a way to use CFExecute to > fire off SpamAssassin and tell it to check a message via the command > line you should get something back for a score. Not 100% certain if > that's possible with SA though. Still checking. > > I did find this: > http://wiki.apache.org/spamassassin/AvoidingFpsForSenders as a list of > tips but that doesn't help much. > > I also found a program called Mail Avenger that lets you process a > message on SMTP receive instead of on POP/IMAP/Exchange delivery. > > Hatton > >
Yes, you could do this with Spam Assassin. I've generally not had good luck using cfexecute under load though, so it depends on how many messages you need to check. You could also write a Java class to deal with the SA interaction. The SA install does not need to be local either (although it could be, I think it runs ok on Windows), as the SA daemon can bind to a port and work distributed. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292360 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

