Benoit Hediard wrote:
>>-----Message d'origine-----
>>De : fluffy bananachunks [mailto:[EMAIL PROTECTED]
>>Envoy� : samedi 5 avril 2003 18:28
>>� : CF-Talk
>>Objet : Get rid of CFMX's silly X-Mailer ??
>>
>>
>>How nice of CFM to create what seems to be an unchange-able X-Mailer
>>header for me.  *sigh*  Is there ANY (preferably NON-commercial) way to
>>change it?
>>
>>CFMX, updater 3 / Linux
>>
>>I've tried an old version of ActivMail 1.2 (which ever so kindly uses
>>IT'S OWN X-Mailer instead...), and I've tried AspMail, which doesn't
>>error, but doesn't seem to do anything either, so I guess it's about
>>that time to go see if I can read some docs ;P
>>
>>Heck, I even tried [cffile/read, replace, cffile/write]'ing to each
>>email in the Spool directory, but I think it was acting too quick and
>>getting the directory list before the file was ever actually written...
>>  This would only be a hack anyway, because I don't want every email
>>that leaves the server via CF to have the new X-Mailer.
>>
>>If it comes down to it, then I guess I'll have to figure out some
>>command line way of emailing where I can attach images and change the
>>X-Mailer via cfexecute, but I'd prefer to keep it 'in code' if I can.
>>
>>I've created an Email2Blog site for the T-Mobile Sidekick, and want the
>>option of being able to forward certain entries on to another SK blog
>>site.  Whereas I allow/deny based on server list, he allows/denies based
>>on the X-Mailer.  When I cfparam a 'new' X-Mailer, it just adds it to
>>the silly CF one.  Not sure exactly what 2 X-Mailers do or don't do in
>>an email header, but his site's not liking the combo...
>>
>>Anyone?

 > The mailerID attributes of <cfmail> doesn't work?
 >
 > Benoit Hediard
 > www.benorama.com
 >
 >

mailerID attributes?  I've not seen or heard of such.
The following code:

<cfmail to="[EMAIL PROTECTED]"
         from="[EMAIL PROTECTED]"
         subject="This is the subject, sucka">
<cfmailparam name="X-Mailer" value="Danger Service">
This is the body, foo.
</cfmail>

Gets the following header:

 From - Sat Apr 05 19:58:45 2003
X-UIDL: 3e8f629000000002
X-Mozilla-Status: 0001
X-Mozilla-Status2: 10000000
Return-Path: <[EMAIL PROTECTED]>
Received: <snip>
Message-ID: <snip>
Date: Sat, 5 Apr 2003 20:09:00 -0500 (EST)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: This is the subject, sucka
Mime-Version: 1.0
Content-Type: multipart/mixed;
        boundary="----=_Part_12_2683350.1049591314156"
X-Mailer: ColdFusion MX Application Server
X-Mailer: Danger Service
Status:  O

^^^ instead of REPLACING the X-Mailer, it's adding one, which is doing 
me no good...

--
Geo


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to