CFPOP and undeliverable mail

2002-12-12 Thread Luis Lebron
I am writing some code for a newsletter. I would like to be able to remove any "Undeliverable" email address from our recipients list. I'm using the following code: From: #from# - To: #to# Subject: #subject# -Date #date#Body: #body# It returns a string that looks like this: From: Sy

Re: CFPOP and undeliverable mail

2002-12-12 Thread Jochem van Dieten
Quoting Luis Lebron <[EMAIL PROTECTED]>: > > From: System Administrator - To: Luis Lebron Subject: Undeliverable: > Test > message -Date Thu, 12 Dec 2002 07:44:24 -0600 Body: Your message > To: > '[EMAIL PROTECTED]' Subject: Test message Sent: Thu, 12 Dec 2002 > 07:44:12 > -0600 did not reach the

Re: CFPOP and undeliverable mail

2002-12-12 Thread brook
Check out www.cflib.org for a UDF that will find the email address is a string. Also look at www.coolfusion.com and the inexpensive IMS-SE product which has built in undeliverable support and may improvements on the cfmail/pop combo Brook At 08:21 AM 12/12/2002 -0600, you wrote: >I am writ

RE: CFPOP and undeliverable mail

2002-12-12 Thread Luis Lebron
I did find an UDF that would verify a string is an email address but none that would find an email address in a string. Luis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 8:39 AM To: CF-Talk Subject: Re: CFPOP and undeliverable