----- Original Message ----- 
From: "Raven R. Cecil" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Saturday, February 16, 2002 12:53 PM
Subject: [iMS] FORM variables in ReportPostStatus


> Greetings,
> 
> We have recently seen these errors in the cf application log:
> 

<SNIP>

> 
> Aren't the form variables always included when ReportPostStatus is called?
> 

Yes, they are but if the mail file does not have a message id then you will see this 
error.  You should do something like:

<cfif isdefined("form.header_message_id")>
   something
<cfelse>
   something else
</cfif>

Regards,

Howie

> 
> --
> Regards,
> Raven R. Cecil
> 
> 
> "Patience and perseverance have a magical effect before which difficulties
> disappear and obstacles vanish." - John Quincy Adams
> 
> "They that can give up essential liberty to obtain a little temporary safety
> deserve neither liberty nor safety." - Benjamin Franklin
> 
> "find / -user you -name "*base*" -exec chown us {} \;" - *nix Admin
> --
==^=======================================================
     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