Scott Weikert wrote:
> Linux:
> 
> <html>
> <head>
> <style type=3D"text/css">
> a.footerLink:link { color: #000000; }
> a.footerLink:visited { color: #000000; }
> </style>
> <meta http-equiv=3D"content-type" content=3D"text/html; charset=3Diso-885=
> 9-1">
> <script type=3D"text/javascript" language=3D"JavaScript1.1" src=3D"http:/=
> /my.domain.com/_app/jscripts/rollover.js"></script>
> <script type=3D"text/javascript" language=3D"JavaScript" src=3D"http://my=
> ..domain.com/_app/jscripts/swfobject.js"></script>  
> </head>
> 
> Since the emails coming out of HOF are all fixed-width fonts (at least 
> on my end), the trick with the Linux source sample should be somewhat 
> obvious - it's forcing a wrap at the 74 character mark on each line. On 
> top of that, the the string "3D" is getting tucked in following every 
> equals sign.

=3d instead of = and a = at the end of a line just means a 
quoted-printable encoding of the content has been applied. As long as 
that is reflected in the headers there is nothing wrong with that. What 
is more worrisome is that you appear to have a double . at the beginning 
of a line, which is typically the result of incorrect escaping.


If you want to debug this, show us the real messages with all the 
headers and before they pass through any MS-designed email application.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281903
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to