It's actually an old problem.  I remembered reading about it when using CF
3.0+.  AOL has listed the CFMail X-header as a spam signature

X-Mailer: Allaire ColdFusion Application Server

One easy fix is to use the MAILERID attribute in CFMail:

<cfmail to="#attributes.to#"
        from="#attributes.from#"
        subject="#attributes.subject#"
        server="mail.digitalstormfront.com"
        timeout=60
          MAILERID="#cgi.http_user_agent#">

I ran a number of tests with this and it hasn't failed yet.

I tried harcoding the MAILERID to "Binford Mailblaster 2000" and never
received the message :)



-----Original Message-----
From: Douglas Brown [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 14, 2001 2:56 PM
To: CF-Talk
Subject: Re: AOL and CFMAIL - Disregard:


Yeah I would like to know also. AOL users account for a majority of internet
users and compatability is a must in a public application.


Doug


----- Original Message -----
From: "David Schmidt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 11:41 AM
Subject: RE: AOL and CFMAIL - Disregard:


> Hey Jeff,
>
> I am currently working on a project that might be impacted by AOL users
> (they are a big audience).  Could you share the problem and solution in
> entirety?  I haven't tested my app yet on the AOL system / browser, but
will
> soon.
>
> Thanks!
>
> David Schmidt
>
>
>
> -----Original Message-----
> From: Jeff Beer [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 14, 2001 11:37 AM
> To: CF-Talk
> Subject: RE: AOL and CFMAIL - Disregard:
>
>
> I found the solution - sorry for the "spam" :)
>
> -----Original Message-----
> From: Jeff Beer [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 14, 2001 2:29 PM
> To: CF-Talk
> Subject: AOL and CFMAIL
>
>
> Anyone know why AOL doesn't receive mail sent by CFMail (CF ver. 5.0).  is
> there a header issue I need to resolve or something?
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to