In case anyone is interested, I had the same problem, and after some digging
I found this old post from another list:

"...the message is tagged with a CTE (content-transfer-encoding) of
quoted-printable, so the '=' is the start of hexdecimal escape sequence for
an 8-bit character."

According to that posting, the way to get an "=" to look like an "=" is to
replace it with "=3D", where 3D is the ASCII code for "=".  I just tried
this, and it seems like it works, so it may be as simple as entering content
into the tag as

BODY="#replace(emailbody, "=", "=3D", "all")#"

But then I have a few more questions:
1) are there any other characters we need to escape/be wary of?
2) do we have to have a CTE of quoted-printable, or is there a way to change
it to something else using the CFX-iMSMail tag?
3) If we can change it, what should we change the CTE to?

-Tai

                    Tai U ?
                developer ?
             Mindseye Inc ?
         [EMAIL PROTECTED] ?
  http://www.mindseye.com ?
http://www.pixelpixel.net ?

> -----Original Message-----
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 03, 2001 2:49 PM
> To: inFusion Support List
> Subject: Re: [iMS] Strange character replacement
>
>
> Do a view source on the email.  If the email is quoted-printable
> then the =B is considered to be a special character.  There's a way
> to escape "=" signs in quoted-printable.
>
> Regards,
>
> Howie
>
> ----- Original Message -----
> From: "Mark W. Breneman" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Thursday, May 03, 2001 2:44 PM
> Subject: [iMS] Strange character replacement
>
>
> I seem to have a problem with IMS 2.0  My demo replaces some
> characters with
> seeming random asci characters.
>
> This only seems to happen in the footer of the email that is dynamic for
> each email.
>
> Any ideas?
>
> EXAMPLE FOOTER:
>
> You received this email because you are signed up for one of the
> email lists
> on sitename.org. To subscribe or unsubscribe, go to:
> http://www.whereever.org/u2000.emaillist.cfm?email�[EMAIL PROTECTED]
>
> The footer should read:
> You received this email because you are signed up for one of the
> email lists
> on sitename.org. To subscribe or unsubscribe, go to:
> http://www.whereever.org/u2000.emaillist.cfm?[EMAIL PROTECTED]


=======================================================================     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/
=======================================================================

Reply via email to