Oh, the trickiness continues. This is a little convoluted.

I have these two in a mail that I CFMAIL out:

<cfmailparam name = "Reply-To"   value = "#organizer.email#" >
<cfmailparam name = "X-OtherSomething" value = "someValue">

In the text file that is in the spool directory waiting to
be sent out, the top looks like this:

to:  Chris Camuglia <[EMAIL PROTECTED]>
replyto:  [EMAIL PROTECTED]
subject:  From Anders Green: Please RSVP
type:  text/plain; charset=UTF-8
X-Mailer:  ColdFusion MX Application Server
X-RSVPID:  [EFAE6B12A024D5BFB2376948BD28A8AD]
body:
body:  Hello Chris Camuglia,

So, the reply to is in there, and so is the X-OtherSomething.

Now, if I download this email with a email client (Eudora),
X-RSVPID is shown with all the headers. HOWEVER, there is
a one line blank space between it (it's the last header line)
and all the rest of the headers!

"So what" you say.

If I download the email with CFPOP, X-RSVPID is **NOT**
in the "header" field of the returned query, it's in
the "body" field!!!!!

I'm worried about this because I want this particular
header to come back to me if the email bounces, and if some
mail server has the same interpretation as CFPOP, it
may return only the "headers" and not include this one,
since it will think it's in the body.

Is anyone else seeing this one line space appear
with their CFMAILPARAM usage?

Anders
+===========================================================+
|Anders Green                 Email: [EMAIL PROTECTED]       |
|                              Home: 919.303.0218           |
|        Off Road Rally Racing Team: http://LinaRacing.com/ |
+===========================================================+


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=34

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183090
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to