If the emails are in a directory that you can access, use cfdirectory to get
a listing of all those email... then


If you are on MX (CF 5 has a 24KB limit or around there on what can be read
in on swoop), use cffile to read the email into a variable, then search that
variable for your 5 variables. Get the next file, so on..


Nice time for a CFC :-)


MailParse
-->readDir()
-->parseCollection()
-->updateRecord()


Just an idea...

-----Original Message-----
From: Rafael Bleiweiss [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 30, 2003 10:39 PM
To: CF-Talk
Subject: Parsing 1000 emails

Got over 1000 emails that need to be parsed to grab five variables that
then need to be used to update a SQL server table.

Are there and Custom tags out there to do this?

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to