If you put this at the top of the ReportPostStatus.cfm script, it will dump
everything to the log files:

 <CFLOOP INDEX="V" LIST="#Fieldnames#">
  <cftry>
  <CFSET dump = "#dump#|#V#: #Evaluate(V)#">
  <cfcatch>
  <CFSET dump = "#dump#|#V#: Unable To Evaluate">
  </cfcatch>
  </cftry>

 </CFLOOP>

<cfoutput>
<inlog text="#Replace(Dump,'"','',"ALL")#">
result=accept
</cfoutput>


----- Original Message -----
From: "Jose Gosende" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Thursday, January 23, 2003 10:03 AM
Subject: [iMS] Failure Variables


> I've read the manual, downloaded the sample ReportPOSTStatus.cfm
> template, and searched mail archive without avail. So here's my
> question: what are the variables available to the ReportPOSTStatus.cfm
> template to obtain the failure code and/or description? I tried
> #form.failedResponse#
> but that didn't work. I'm using POST Server version 2.4.4
>
> Thanks, Jose
>
>
==^=======================================================
     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]
==^=======================================================


Reply via email to