Most emails are wrapped at around 78 characters or so, so I would say that your code is working fine.
HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Neil H." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 1:02 PM Subject: Parsing an Email Line By Line > I am attempting to parse an email line by line. I found this code from > CFVault and it seems pretty proven: > > <CFLOOP List="#file_content#" Index="rc" Delimiters="#Chr(10)#"> > <CFOUTPUT> > #rc#<BR> > </CFOUTPUT> > </CFLOOP> > > > However, it appears that the output is truncated to 77 characters. This > seems very strange but maybe someone has insight about it? > > Thanks, > > Neil > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

