Re: Parsing email

2001-08-20 Thread Alex
I am doing one right now. It's in perl though and using the Mail::Audit module. I read the bounced emails for where they were supposed to go and send them to a secondary email address. ~~ Structure your ColdFusion code with Fusebox. Get the offici

Re: Parsing email

2001-08-20 Thread tom muck
CFPOP is probably too slow for what you are trying to do. I wrote a similar app in Visual Basic that reads the spool directories of my mail server, appends all bounced emails to a huge text file, extracts email addresses using a regular expression, then deletes the files. Unfortunately it's a pr

RE: Parsing email

2001-08-20 Thread BT
At Double-Click we ran into this and ending having Unix parse them... Our studies showed that most of them bounce within the first hour so to schedule them. We were a outsourced email group... to keep up with the link standards on everyone's clients and reporting, I recommend outsourcing it to any

RE: Parsing Email

2000-08-28 Thread Benjamin S. Rogers
There is a mail server which uses ColdFusion templates to handle mail, logins, etc. I believe it is called the inFusion Mail Server. Ostensibly, you could customize these templates to suit your needs. Usually, however, this is done with "Mailbox Agents," executables that are run when a mail serve

RE: Parsing Email

2000-08-28 Thread Olive, Christopher M Mr NMR
look into the CFPOP tag. (of course, this is assuming that the destination address is in a POP3 copatible mail system. :) Chris Olive, DOEHRS Website Administrator -Original Message- From: Jacob McKee [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 1:46 PM To: '[EMAIL PROTECTE