Howie, Maybe I'm missing something obvious, but I think I've hit a wall with this thing. The latest weird behavior is that the header outputs fine at the beginning of the templates, but a few lines later it doesn't. Here's my code and the POST following it:
<cfset variables.job_number=form.header_job_nbr> <cfoutput> <inlog text="JOB NUMBER = #variables.job_number#"> <inlog text="jose testing"> <cfif Len(form.PermFailedList)> <!--- write vars to the POST log file <inlog text="Bad Address: #form.PermFailedList#"> <inlog text="Job Number: #variables.job_number#"> </cfif> </cfoutput> <cfabort> POST: 02/21/2003 01:24:30 PM [002] JOB NUMBER = 02R509 02/21/2003 01:24:30 PM [002] jose testing 02/21/2003 01:24:28 PM [019] WARNING: <inlog text="Job Number: "> Whats going on? -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 12:25 PM To: inFusion Support List Subject: Re: [iMS] Header values Since form.header_job_nbr is defined in your template (but is blank) I would suspect that it's in the email and that this is not an iMS or cfx bug. If it was then you would not see the header defined at all. Also, the underlying code in iMS is the same for all three types of notifications so, what applies to one, applies to all. I would check the code and see why the header is being set to a blank. Regards, Howie ----- Original Message ----- From: "Jose Gosende" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 11:34 AM Subject: RE: [iMS] Header values > Howie, > > You sure about this? Why isn't this outputting the job_nbr header? > <cfif IsDefined("form.header_job_nbr") and len("form.header_job_nbr")> > <inlog text="PERM FAILURE: select aes_id from aes_comm where > job_nbr='#trim(form.header_job_nbr)#' and online_addr='#trim(email)#' "> > </cfif> > > This is what I get in the log file: > 02/21/2003 11:42:00 AM [002] PERM AARP FAILURE: select aes_id from aes_comm > where job_nbr='' and online_addr='1*&[EMAIL PROTECTED]' > > The exact same code exists for successful deliveries and > works fine. I'm using cfx_imsMail 3.1, is this another bug? > > 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] ==^=======================================================
