Re: CFC to check spam score BEFORE sent...

2007-10-31 Thread Tom Chiverton
On Tuesday 30 Oct 2007, [EMAIL PROTECTED] 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. Install SpamAssassin, and pipe the email through it. -- Tom Chiverton Helping to carefully cultivate

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread Jochem van Dieten
John Skrotzki wrote: I would like to install something on our server that will check an emails spam score What do you mean by email spam score? Jochem ~| Get involved in the latest ColdFusion discussions, product development

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread Steve Bryant
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. Is there any solution cfc, java, .net, server software ( windows 2003 ) that anyone knows about. John, I wrote something recently that might meet your needs:

RE: CFC to check spam score BEFORE sent...

2007-10-30 Thread Mark A Kruger
. -Mark -Original Message- From: Steve Bryant [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 12:55 PM To: CF-Talk Subject: Re: CFC to check spam score BEFORE sent... I would like to install something on our server that will check an emails spam score before we send it out

RE: CFC to check spam score BEFORE sent...

2007-10-30 Thread Mark A Kruger
Gotcha Very cool. I will check it out. -Original Message- From: Steve Bryant [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 1:51 PM To: CF-Talk Subject: Re: CFC to check spam score BEFORE sent... Mark, It assigns points to each email (actually to each structure

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread Ryan Stille
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

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread Steve Bryant
Mark, It assigns points to each email (actually to each structure that it is given). http://www.bryantwebconsulting.com/cfcs/SpamFilter.htm You can pass the structure to the getPoints method and it will return the number of points it gives to that structure (based on the defined words and

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread John Skrotzki
Thanks Mark, I will definitely look at this - right now just compiling a Email Procedures Report for proper handling of email and making sure it conforms to all the rules. Also, maybe I should start a new thread but, I was wondering how do you all handle email failure notices. I have found a

Re: CFC to check spam score BEFORE sent...

2007-10-30 Thread Jochem van Dieten
John Skrotzki wrote: I will definitely look at this - right now just compiling a Email Procedures Report for proper handling of email and making sure it conforms to all the rules. Make sure you include RFC 3098 :) You probably want to test on more then just SpamAssassin though. I have had

CFC to check spam score BEFORE sent...

2007-10-29 Thread John Skrotzki
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. Is there any solution cfc, java, .net, server software ( windows 2003 ) that anyone knows about. Having a hard time refining google search to come up with a

Re: CFC to check spam score BEFORE sent...

2007-10-29 Thread C. Hatton Humphrey
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