Does anyone have a CFMAIL problem where '=' are added to message

2000-04-12 Thread Steve Nelson



Hi everyone!

We just applied the hot fix from allaire that addresses the CFMAIL problem.
This was for the smtp.dll.  With the hot fix, I see an '=' character added to
the end of certain lines in the body of an email sent with cfmail.  The equals
sign only appears when there are spaces just before a carriage return/newline.

When I back out the hot fix, and go back to the "official" 4.5 version of
smtp.dll, the problem goes away.   Has anyone seen this before?   Is there a fix
for it?

Thanks!

--steve nelson
[EMAIL PROTECTED]
www.mercurymarine.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Does anyone have a CFMAIL problem where '=' are added to message

2000-04-12 Thread Larry W. Virden

Re: = at end of lines with spaces

That sounds like standard mime quote encoding - if lines are 'too long'
(what ever that means) then they are broken at the max len minus 1, get
an equal sign added and then a newline.
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]
URL: http://www.purl.org/NET/lvirden/
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Does anyone have a CFMAIL problem where '=' are added to message

2000-04-12 Thread Steve Nelson



Larry,

Thanks for tip, however I don't believe it has to do with a line length problem.
Here is a sample body of a message, so that you can get the idea of what's
happenning:

-
 =

( Please do not respond directly to this message )
timestamp:  04/12/2000 at 11:25:58 AM
server: chainsaw.mercmarine.com
category:   IMS
template:   /mercnet/templates/Service/warranty/claims/DlrWarrClaim=
s.cfm
dealer: 9508098 BATRUMS INC
IP address: 10.4.113.23
browser:Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)

catch msg:  RCR210
db catch:=

message:25 - Server Error\n\nHost computer is not responding.\n=
Please try again after 30 minutes.


-

Notice the '=' sign at the top, that line is empty, yet there still is an '='
sign.
Now, notice the '=' sign on the "db catch:" line.  This particular line is very
short, and there are longer lines in the body of the message that work
correctly.  None of the '=' signs that appear in this message are intentional.

Additionally, we captured the email while it sat in the c:\cfusion\mail\spool
directory and the '=' signs were already inserted at that point by CF.

Any ideas?

--steve


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Does anyone have a CFMAIL problem where '=' are added to message

2000-04-11 Thread Steve Nelson



Hi everyone!

We just applied the hot fix from allaire that addresses the CFMAIL problem.
This was for the smtp.dll.  With the hot fix, I see an '=' character added to
the end of certain lines in the body of an email sent with cfmail.  The equals
sign only appears when there are spaces just before a carriage return/newline.

When I back out the hot fix, and go back to the "official" 4.5 version of
smtp.dll, the problem goes away.   Has anyone seen this before?   Is there a fix
for it?

Thanks!

--steve nelson
[EMAIL PROTECTED]
www.mercurymarine.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.