You don't need the cfx tag. In your rcpt template you can do something like:
<cfif smtpto is "[EMAIL PROTECTED]">
result=relay
recipients="[EMAIL PROTECTED]"
</cfif>
Of course, you would not want your code to be hard-coded but this example illustrates
what your result should look like
to the smtp server.
If you are concerned about bounces you can add a return-path header as well like:
<cfoutput><insetheader Return_path="#smtpfrom#"></cfoutput>
This would bounce the email to the original sender.
As for the warnto - this is a common misconception (along with failto). WARNTO and
FAILTO are only used by the iMS POST
server to tell it where to send warning messages on email delivery failures.
HTH,
Howie
----- Original Message -----
From: "Justin MacCarthy" <[EMAIL PROTECTED]>
To: "inFusion Support List [EMAIL PROTECTED]"
<[EMAIL PROTECTED]@eoscape.com>
Sent: Thursday, August 01, 2002 11:16 AM
Subject: [iMS]
> We host an account
>
> [EMAIL PROTECTED]
>
> which is set up to forward mail to
>
> [EMAIL PROTECTED]
>
>
> Can somegive me an example of the <cfx_imsmail setting they would use for
> this?
> How do you deal with bounced mails???
>
> Is it best to use a warnto address that just kills the mail? Do all mail
> servers obey the WARNTO setting?
>
> Thanks all,
>
> Justin
>
>
>
>
==^=======================================================
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/
Note: You are subscribed as [email protected]
==^=======================================================