Why do you need to restart the server?

All your doing is deleting a file

this is all i have in my file

<cfdirectory action="LIST" directory="c:\cfusion\mail\spool"
filter="*.cfmail" name="List">

<cfloop query="List">
        <cfif Size EQ 0>
                <cffile action="DELETE" file="c:\cfusion\mail\spool\#name#">
        </cfif>
</cfloop>

its basic but seemed to do the job

Steve

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark
Stanton
Sent: Friday, 14 March 2003 10:17 AM
To: CFAussie Mailing List
Subject: [cfaussie] Re: CF5 on RH 7.2 running very unreliably


Thanks Steve

I've had Dave on cf-talk suggest a similar solution but he said you also
need to restart the cfserver every time you hit a 0 byte mail file. Is this
what you do?

Also is it possible to grab a copy of your code?

Cheers

Mark


______________
Mark Stanton
Web Production
Gruden Pty Ltd
Tel: 9956 6388
Mob: 0410 458 201
Fax: 9956 8433
www.gruden.com



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to