Re: CFMail Alternatives

2008-10-18 Thread Al Musella, DPM
How do you handle undeliverable mail. I have been doing it manually, but it is time to automate it.. Is there a regex that can break out the ones that have to be deleted vs. the ones that just are temporarily down? Here are a few samples of what I mean: these can be deleted: Failed

Re: CFMail Alternatives

2008-10-18 Thread J.J. Merrick
This is how I did it about a year ago... http://jeremiahx.com/2007/08/12/how-to-email-bounce-management/ -J.J. On Sat, Oct 18, 2008 at 7:59 AM, Al Musella, DPM [EMAIL PROTECTED] wrote: How do you handle undeliverable mail. I have been doing it manually, but it is time to automate it..

RE: CFMail Alternatives

2008-10-18 Thread WebSite CFTalk
Check out Boogiebounce - http://www.boogietools.com We use it with iMS mailserver. Helge -Original Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED] Sent: 18. oktober 2008 14:59 To: cf-talk Subject: Re: CFMail Alternatives How do you handle undeliverable mail. I have been

Array confusion

2008-10-18 Thread Steve Grosz
Ok, I'm sorta new to working with arrays, but the code I'm using is: !--- This will count all fencing ratings and assign them to an array --- cfset classList=arraynew(2) cfset classListLoop=A,B,C,D,E,U cfset

RE: Array confusion

2008-10-18 Thread Adrian Lynch
A bit hard to work out what you're after, but what do you think this is doing: classList[j][classLoopCount][1] Adrian -Original Message- From: Steve Grosz Sent: 18 October 2008 16:55 To: cf-talk Subject: Array confusion Ok, I'm sorta new to working with arrays, but the code I'm using

Re: Obscenity/Bad Words filter udf/cfc?

2008-10-18 Thread Dan O'Keefe
Has anyone come across any others? Need one with whole word support. Dan On Sat, Mar 10, 2007 at 3:04 PM, Matt Quackenbush [EMAIL PROTECTED] wrote: There's also one at CFlib.org. http://www.cflib.org/udf.cfm?ID=1105 ~|

Re: Array confusion

2008-10-18 Thread Steve Grosz
Array of array was the intent A bit hard to work out what you're after, but what do you think this is doing: classList[j][classLoopCount][1] ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: Array confusion

2008-10-18 Thread Steve Grosz
What I am trying to do is basically determine if the (#url.e# eq 1) is true, then I need to find a way to add those items to a different array, so then I can perform the following actions on both sets of arrays: !--- Loop through all registered fencers to get a total count --- cfset regTotal=0

Re: Array confusion

2008-10-18 Thread Peter Boughton
Array of array was the intent A two-dimensional array? That would just have two levels: ArrayName[x][y] What you've done is this: ArrayName[x][y][z] Which is a three-dimensional array - or, in this case, since you've told CF you want a two-dimensional array, CF assumes the third level is a

Re: CFMail Alternatives

2008-10-18 Thread Jochem van Dieten
Al Musella, DPM wrote: Note that code 550 sometimes means no such user and other times means that we are being blocked.. they should have a standard coding system to make it easy:) We have a standard system. From RFC 2822: 5yz Permanent Negative Completion reply The command

Passing info from CFWINDOW to CFDIV

2008-10-18 Thread Scott Spurlock
I have a page with a CFDIV.  In the CFDIV is a CFFORM.  In the CFFORM, I have a link that when clicked opens up a CFWINDOW where the user answers a few more questions.  How do I pass the data obtained in the CFWINDOW back to the original page?  I want the form in the CFDIV to continue to

Re: CFMail Alternatives

2008-10-18 Thread Al Musella, DPM
True, but in the case of : Failed Recipient: [EMAIL PROTECTED] Reason: Remote host said: 550 550 Dynamic/zombied/spam IPs blocked. Write [EMAIL PROTECTED] I don't want to delete this person from my newsletter automatically.. I want to be made aware of the situation and correct it, then resend

Re: Pulling only 1 year of records

2008-10-18 Thread Dana Kowalski
Like Mark said, I'd first look to using the year() function if its available in your dbms.If not you can also use a BETWEEN. i.e. where createdDate BETWEEN createODBCDateTime(startdate) AND createODBCDateTime(enddate) Another option I guess (I think depending on dmbs as well) is to use the =

Googlemail

2008-10-18 Thread Phillip M. Vector
I have a client who wants to have a site that needs cfmail authentication (cfmail username='[EMAIL PROTECTED]' password='Foo' server='mail.Foo.com') The only problem is that he wants to keep Google as his main mail server. I suggested just getting a gmail account and forwarding the messages,

cfimage - resize then force download?

2008-10-18 Thread [EMAIL PROTECTED]
I am sure I am probably not the first person to want to do this but I can't find the answer anywhere. I am writing an image library and would like to do the following: - load the full size image using CFFILE - resize it - force it to download I know I can force a download with