Actually, no because I think the records for the current user are still in there when this code runs and are deleted afterward.
Howie ----- Original Message ----- From: "Justin MacCarthy" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 10:16 AM Subject: RE: [iMS] Multiple recipents on the same internal domain. > Shouldn't (<cfif checkothers.recordcount is 1> )this be (<cfif > checkothers.recordcount is 0> ) > ???? > > > Justin > > <cfif checkothers.recordcount is 1> > <cfif fileexists(filename)> > <CFTRY> > <cffile action="delete" file="#filename#"> > <CFCATCH> > </CFCATCH> > </CFTRY> > </cfif> > </cfif> > > </cfoutput> > > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 14, 2001 9:26 AM > ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
