Re: CFMAIL 6.1 ARRGH!

2004-05-10 Thread Jason Fish
Does anybody know if the hot fix for this problem is out yet? If so where can I find it at. Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMAIL 6.1 ARRGH!

2003-08-28 Thread Douglas.Knudsen
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: CFMAIL 6.1 ARRGH!

2003-08-28 Thread Jochem van Dieten
Ben Forta wrote:
 
 I'd like to see any developer from Microsoft or Sun or IBM or any other
 company post a message like that, and that quickly too!

Subscribe to [EMAIL PROTECTED] and watch the RedHat 
people ;-)

Jochem



~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: CFMAIL 6.1 ARRGH!

2003-08-28 Thread Mark Leder
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


CFMAIL 6.1 ARRGH!

2003-08-27 Thread Mark Leder
For the life of me, I can't figure out why this won't work.  CF throws an
attribute error message.  I've studied the docs for CFMail (including the
formatting of the display name with the email address and MM's own
description of the CFMailPart tag.  What am I missing?

The tag:=
cfmail from=#VARIABLES.mailFromEmail# (#VARIABLES.mailFrom#) 
query=qMailMessage 
group=emailAddress 
to=#emailaddress# (#firstname# #lastname#) 
subject=#VARIABLES.subjectLine# 
cc=#copyTo# 
bcc=#blindCopyTo# 
replyto=[EMAIL PROTECTED] 
failto=[EMAIL PROTECTED]
cfmailpart type=text#VARIABLES.textCopy#/cfmailpart
cfmailpart type=html#VARIABLES.HTMLmessage#/cfmailpart
/cfmail

The error:==
Attribute validation error for tag CFMAIL.  
The tag has an invalid attribute combination:
bcc,cc,failto,from,group,query,replyto,subject,to. Possible combinations
are:
Required attributes: 'from,subject,to'. Optional attributes:
'bcc,cc,charset,debug,failto,mailerid,mimeattach,password,port,replyto,serve
r,spoolenable,timeout,type,username,wraptext'. 
Required attributes: 'from,group,subject,to'. Optional attributes:
'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,mimeattach,
password,portreplyto,server,spoolenable,timeout,type,username,wraptext'. 
Required attributes: 'from,query,subject,to'. Optional attributes:
'bcc,cc,charset,debug,failto,mailerid,maxrows,mimeattach,password,port,query
replyto,server,spoolenable,startrow,timeout,type,username,wraptext'. 
Required attributes: 'from,group,query,subject,to'. Optional attributes:
'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,mimeattach,
password,port,queryreplyto,server,spoolenable,startrow,timeout,type,username
,wraptext'.  

Thanks, Mark 


~|
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

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Ryan Mitchell
On 27/8/03 13:52, Mark Leder [EMAIL PROTECTED] wrote:

 Required attributes: 'from,group,query,subject,to'. Optional attributes:
 'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,mimeattach,
 password,port,queryreplyto,server,spoolenable,startrow,timeout,type,username
 ,wraptext'.  

Seems to me you need queryreplyto not replyto

Ryan

~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Mark Leder
Nope, that's a typo (needs a comma) in the CF error message text.  Nowhere
in the docs nor on the Edit tag is there a place for queryreplyto.

Thanks, Mark 

-Original Message-
From: Ryan Mitchell [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 9:00 AM
To: CF-Talk
Subject: Re: CFMAIL 6.1 ARRGH!


On 27/8/03 13:52, Mark Leder [EMAIL PROTECTED] wrote:

 Required attributes: 'from,group,query,subject,to'. Optional 
 attributes: 

'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,mimeattach,

password,port,queryreplyto,server,spoolenable,startrow,timeout,type,username
 ,wraptext'.  

Seems to me you need queryreplyto not replyto

Ryan


~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Dina Hess
Mark Leder [EMAIL PROTECTED]

Unless the syntax has changed dramatically in 6.1, your FROM and TO email
addresses should be formatted as above.

~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

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Mark Leder
According to the docs cfml reference here are the listings that will now
work:

[EMAIL PROTECTED]
[EMAIL PROTECTED]
DisplayName [EMAIL PROTECTED]
DisplayName [EMAIL PROTECTED]
[EMAIL PROTECTED] (DisplayName)

I now have all the friendly name syntax removed, just using email address
and it still won't work.

Thanks, Mark 

-Original Message-
From: Dina Hess [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2003 10:06 AM
To: CF-Talk
Subject: Re: CFMAIL 6.1 ARRGH!


Mark Leder [EMAIL PROTECTED]

Unless the syntax has changed dramatically in 6.1, your FROM and TO email
addresses should be formatted as above.

~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

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Calvin Ward
Have you tried the same code with hard coded entries in the attribute
values?

- Calvin

- Original Message - 
From: Mark Leder [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 8:52 AM
Subject: CFMAIL 6.1 ARRGH!


 For the life of me, I can't figure out why this won't work.  CF throws an
 attribute error message.  I've studied the docs for CFMail (including the
 formatting of the display name with the email address and MM's own
 description of the CFMailPart tag.  What am I missing?

 The tag:=
 cfmail from=#VARIABLES.mailFromEmail# (#VARIABLES.mailFrom#)
 query=qMailMessage
 group=emailAddress
 to=#emailaddress# (#firstname# #lastname#)
 subject=#VARIABLES.subjectLine#
 cc=#copyTo#
 bcc=#blindCopyTo#
 replyto=[EMAIL PROTECTED]
 failto=[EMAIL PROTECTED]
 cfmailpart type=text#VARIABLES.textCopy#/cfmailpart
 cfmailpart type=html#VARIABLES.HTMLmessage#/cfmailpart
 /cfmail

 The error:==
 Attribute validation error for tag CFMAIL.
 The tag has an invalid attribute combination:
 bcc,cc,failto,from,group,query,replyto,subject,to. Possible combinations
 are:
 Required attributes: 'from,subject,to'. Optional attributes:

'bcc,cc,charset,debug,failto,mailerid,mimeattach,password,port,replyto,serve
 r,spoolenable,timeout,type,username,wraptext'.
 Required attributes: 'from,group,subject,to'. Optional attributes:

'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,mimeattach,
 password,portreplyto,server,spoolenable,timeout,type,username,wraptext'.
 Required attributes: 'from,query,subject,to'. Optional attributes:

'bcc,cc,charset,debug,failto,mailerid,maxrows,mimeattach,password,port,query
 replyto,server,spoolenable,startrow,timeout,type,username,wraptext'.
 Required attributes: 'from,group,query,subject,to'. Optional attributes:

'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,mimeattach,

password,port,queryreplyto,server,spoolenable,startrow,timeout,type,username
 ,wraptext'.

 Thanks, Mark


 
~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Dina Hess
snip
Required attributes: 'from,group,query,subject,to'. Optional attributes:
'bcc,cc,charset,debug,failto,groupcasesensitive,mailerid,maxrows,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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Mark Leder
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,maxrows,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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Tom Jordahl
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(,TYPE)?(,USERNAME)?(,WRAPTEXT)?/Item
---
   
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(,REPLYTO)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT)?/Item
4208c4208
   
Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCaseSensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(REPLYTO,)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT)?/Item
---
   
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCaseSensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(,REPLYTO)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,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,maxrows,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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Ben Forta
And to those who say MM does not listen 
ppphhhbbbttthh!!

I'd like to see any developer from Microsoft or Sun or IBM or any other
company post a message like that, and that quickly too!




-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)?(,MAXRO
WS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(REPLYTO,)?(,SERVER)?(,Spool
Enable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT
)?/Item
---
   

Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM(,MAILERID)?(,MAXRO
WS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(,REPLYTO)?(,SERVER)?(,Spool
Enable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT
)?/Item
4208c4208

Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCaseSe
nsitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY
(REPLYTO,)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,
TYPE)?(,USERNAME)?(,WRAPTEXT)?/Item
---
   
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCase
 Sensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,Q
 UERY(,REPLYTO)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,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,maxrows,mimeatt
ach,
password,port,queryreplyto,server,spoolenable,startrow,timeout,type,user
name
,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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Matt Liotta
I think you are on the wrong lists because Sun and IBM developers are  
quite responsive on some lists I am apart of. Can't really speak for  
Microsoft.

-Matt

On Wednesday, August 27, 2003, at 04:07 PM, Ben Forta wrote:

 And to those who say MM does not listen 
 ppphhhbbbttthh!!

 I'd like to see any developer from Microsoft or Sun or IBM or any other
 company post a message like that, and that quickly too!




 -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)?(,MAXR 
 O
 WS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(REPLYTO,)?(,SERVER)?(,Spoo 
 l
 Enable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEX 
 T
 )?/Item
 ---
  

 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM(,MAILERID)?(,MAXR 
 O
 WS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(,REPLYTO)?(,SERVER)?(,Spoo 
 l
 Enable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEX 
 T
 )?/Item
 4208c4208
 
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCaseS 
 e
 nsitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUER 
 Y
 (REPLYTO,)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO( 
 ,
 TYPE)?(,USERNAME)?(,WRAPTEXT)?/Item
 ---
  
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCase
 Sensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,Q
 UERY(,REPLYTO)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,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,maxrows,mimeat 
 t
 ach,
 password,port,queryreplyto,server,spoolenable,startrow,timeout,type,use 
 r
 name
 ,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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: CFMAIL 6.1 ARRGH!

2003-08-27 Thread Bryan Stevenson
and that has to be the most eloquent statement I've seen from Ben since I
started CFing in 98 ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message -
From: Ben Forta [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 1:07 PM
Subject: RE: CFMAIL 6.1 ARRGH!


 And to those who say MM does not listen 
 ppphhhbbbttthh!!

 I'd like to see any developer from Microsoft or Sun or IBM or any other
 company post a message like that, and that quickly too!




 -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)?(,MAXRO
 WS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(REPLYTO,)?(,SERVER)?(,Spool
 Enable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT
 )?/Item
 ---
 
 
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM(,MAILERID)?(,MAXRO
 WS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY(,REPLYTO)?(,SERVER)?(,Spool
 Enable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,TYPE)?(,USERNAME)?(,WRAPTEXT
 )?/Item
 4208c4208
 
 Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCaseSe
 nsitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,QUERY
 (REPLYTO,)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,SUBJECT(,TIMEOUT)?,TO(,
 TYPE)?(,USERNAME)?(,WRAPTEXT)?/Item
 ---
 
  Item(BCC,)?(CC,)?(CHARSET,)?(DEBUG,)?(FAILTO,)?FROM,GROUP(,GroupCase
  Sensitive)?(,MAILERID)?(,MAXROWS)?(,MIMEATTACH)?(,PASSWORD)?(,PORT)?,Q
  UERY(,REPLYTO)?(,SERVER)?(,SpoolEnable)?(,STARTROW)?,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,maxrows,mimeatt
 ach,
 password,port,queryreplyto,server,spoolenable,startrow,timeout,type,user
 name
 ,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

Get the mailserver that powers this list at 
http://www.coolfusion.com