Thank you for your followup - I'll wait for the hotfix, since I have a
workaround.

Thanks, Mark 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 4:37 PM
To: CF-Talk
Subject: RE: CFMAIL 6.1 ARRGH!


woot!  shite mon, never saw a big software co do this before!  Hats off to
Tom.

Doug

>-----Original Message-----
>From: Tom Jordahl [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 27, 2003 3:36 PM
>To: CF-Talk
>Subject: RE: CFMAIL 6.1 ARRGH!
>
>
>This is definitely a bug and has been reported as bug 53329
>(which I have fixed).
>
>We *DO* test these things, but unfortunately our tests for REPLYTO did 
>not include a QUERY attribute, which is the root of the problem as Dina 
>pointed out.
>
>There should be a hotfix made available for this shortly, but
>if you would like to fix this yourself, you can edit the 
>cfml_data.xml (NOT FOR THE FAINT OF HEART!) file in cfusion.jar.
>
>0. Shutdown CF.
>1. Make a backup of the cfml_data.xml file in cfusion.jar
>2. Edit cfml_data.xml in cfusion.jar
>3. Search for "REPLYTO".  Fix the 3 lines which have
>",QUERY(REPLYTO,)?" change it to ",QUERY(,REPLYTO)?"
>4. Save the file and replace the one in cfusion.jar with the 
>new version.
>5. restart CF - test
>
>I am sorry for the problem this caused you.  And yes, this was
>my typo. :-(
>
>--
>Tom Jordahl
>Macromedia CF development
>
>Here is the diff for the fix:
>
>4206c4206
><                              
><Item>(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM(,MAILERID
>)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(REPLYTO,)
>?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,T
>YPE)?(,USERNAME)?(,WRAPTEXT)?</Item>
>---
>>                              
><Item>(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM(,MAILERID
>)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(,REPLYTO)
>?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,T
>YPE)?(,USERNAME)?(,WRAPTEXT)?</Item>
>4208c4208
><                              
><Item>(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,Gr
>oupCaseSensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWO
>RD)?(,PORT)?,QUERY(REPLYTO,)?(,SERVER)?(,SpoolEnable)?(,STARTRO
>W)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT)?</Item>
>---
>>                              
><Item>(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,Gr
>oupCaseSensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWO
>RD)?(,PORT)?,QUERY(,REPLYTO)?(,SERVER)?(,SpoolEnable)?(,STARTRO
>W)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT)?</Item>
>
>
>-----Original Message-----
>From: Mark Leder [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 27, 2003 11:35 AM
>To: CF-Talk
>Subject: RE: CFMAIL 6.1 ARRGH!
>
>
>It's become VERY obvious to me after repeated testing that the
>new "replyto"
>parameter inside CFMail 6.1 does not work and is the cause of 
>the errors
>being thrown. If I remove this parameter from the cfmail tag, 
>the mail goes
>right through. I'm going back to the cfmailparam tags for 
>reply-to.  I sure
>wish MM would test this stuff before putting it into the marketplace -
>accountability is lacking.
>
>I'm reporting this to the bug line.
>
>Thanks, Mark
>
>-----Original Message-----
>From: Dina Hess [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 27, 2003 10:37 AM
>To: CF-Talk
>Subject: Re: CFMAIL 6.1 ARRGH!
>
>
><snip>
>Required attributes: 'from,group,query,subject,to'. Optional
>attributes:
>'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrow
>s,mimeattach,
>password,port,queryreplyto,server,spoolenable,startrow,timeout,
>type,username
>,wraptext'.
></snip>
>
>According to the error message, the "replyto" attribute is not
>supported
>when you use "from,group, query, subject, and to." Try "queryreplyto"
>instead, I guess. :)
>
>~Dina
>
>
>
>
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to