I forgot that in my last message, Yes, use a regular _expression_, and you
will get past cf just fine.
If you are going to continue to ship messages, I suggest that you log
the bad addresses so that you don't process them every month as well.
If you remove, bad email address, hard undeliverables (mail box does not
exist), and soft undeliverables (mail box full), you will probably drop
between 5-10% of the emails you have to send next time.  Those numbers
are on the low side as well.  As stated earlier, this depends on how
clean your data is, but don't be surprised if you numbers of
non-delivered mail are higher than that.


Christian

-----Original Message-----
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 2:51 PM
To: CF-Talk
Subject: RE: CFMAIL and mass mailings: problem?


Invalid in format. As long as it's a properly formed email
address, it
will work.  You just have to make sure your data is clean.

John

-----Original Message-----
From: Cornillon, Matthieu (Consultant)
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 02, 2004 2:53 PM
To: CF-Talk
Subject: RE: CFMAIL and mass mailings: problem?

> The big thing you need to look out for is invalid email
addresses and
> such because that will kill the cfmail loop and thus kill all
of the
> emails going out.

John,


Does "invalid e-mail addresses" mean e-mail addresses that
simply are
not e-mail addresses, or e-mail addresses that are valid in
format, but
do not actually exist at the other end?


In other words, I would call
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>  a valid
address,
even though there is most likely no such address on the yahoo
server.
Is this how you are defining valid?


If so, it sounds like the solution is to check the e-mails using
a
regular _expression_ to be sure that they follow basic e-mail
address
format.  Does this sound right to you?


Thanks,
Matthieu
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to