Re: Changing the Mail/Spool folder

2011-11-25 Thread Mack

You can move the folders to the other partition and then create a
symbolic link to them in the cf mail dir.

-- 
Mack

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348867
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Changing the Mail/Spool folder

2011-11-25 Thread Jenny Gavin-Wear

Good to know ..

It could even mean a RAM Disk could potentially be config'd for better
performance.


-Original Message-
From: Edward Chanter [mailto:firew...@cc.uk.com]
Sent: 24 November 2011 11:50
To: cf-talk
Subject: RE: Changing the Mail/Spool folder


That's awesome, thanks Russ :)

 -Original Message-
 ok I found it for you.

 look in neo-mail.xml

 for these 2 values

 var
 name='undeliverdir'string{neo.rootdir}/Mail/Undelivr/string/var
 var name='spooldir'string{neo.rootdir}/Mail/Spool/string/var




~~
~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-
Anthology/dp/1430272155/?tag=houseoffusion
Archive: http://www.houseoffusion.com/groups/cf-
talk/message.cfm/messageid:348858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-
talk/unsubscribe.cfm
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1873 / Virus Database: 2101/4635 - Release Date: 11/23/11
--
I am using the free version of SPAMfighter.
We are a community of 7 million users fighting spam.
SPAMfighter has removed 9965 of my spam emails to date.
Get the free SPAMfighter here: http://www.spamfighter.com/len

The Professional version does not have this message




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348868
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Changing the Mail/Spool folder

2011-11-25 Thread Russ Michaels

surely just setting CF to spool mail to memory  would be easier?


On Fri, Nov 25, 2011 at 5:12 PM, Jenny Gavin-Wear
jenn...@fasttrackonline.co.uk wrote:

 Good to know ..

 It could even mean a RAM Disk could potentially be config'd for better
 performance.


-Original Message-
From: Edward Chanter [mailto:firew...@cc.uk.com]
Sent: 24 November 2011 11:50
To: cf-talk
Subject: RE: Changing the Mail/Spool folder


That's awesome, thanks Russ :)

 -Original Message-
 ok I found it for you.

 look in neo-mail.xml

 for these 2 values

 var
 name='undeliverdir'string{neo.rootdir}/Mail/Undelivr/string/var
 var name='spooldir'string{neo.rootdir}/Mail/Spool/string/var




~~
~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-
Anthology/dp/1430272155/?tag=houseoffusion
Archive: http://www.houseoffusion.com/groups/cf-
talk/message.cfm/messageid:348858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-
talk/unsubscribe.cfm
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1873 / Virus Database: 2101/4635 - Release Date: 11/23/11
 --
 I am using the free version of SPAMfighter.
 We are a community of 7 million users fighting spam.
 SPAMfighter has removed 9965 of my spam emails to date.
 Get the free SPAMfighter here: http://www.spamfighter.com/len

 The Professional version does not have this message




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348869
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Converting scientific notation to pure numeric

2011-11-25 Thread Mike Kear

I'm having a brain fade at the moment, or perhaps it's a senior
moment.Hopefully someone here can help.An external device is
sending data to my website in XML format, which my site processes and
makes available to logged-in users.   It's worked fine for more than a
year, but for the first time, we have a value that is calculated in
the external device and has a recurring decimal value. So now
instead of a simple value with 4 decimal places,  I'm dealing with a
value like '9.09090909090909E 106'

My CFC is complaining and throwing an error that it's not a numeric value.

How do I convert that 9.09090909090909E 106 to a numeric value that
the CFC will be happy with?

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348870
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm