Right.  So the bounce back should contain the Return_Path header? And that should be a form variable?

 

-----Original Message-----
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 5:47 PM
To: inFusion Support List
Subject: Re: [iMS] Bounce Back Question

 

I said bounce backs should be sent to a unique address.  Make the bounce address something like "[EMAIL PROTECTED]" by doing something like:

 

<cfquery name="user" ...>

   select id,email from sometable

</cfquery>

<cfx_imsmail query="users" queryfield="email" qtoken_id="id"

token_addheader_Return_path="bounce-<:id:>@domain.com" smtpfrom="bounce-<:id:>@domain.com"

...>

 

When you receive mail in your rcpt template look for the string "bounce-" in the smtpname.  If it exists then parse out the remainder to determine the ID of the original recipient.

 

HTH,

 

Howie

 

----- Original Message -----

From: Doug Moore

Sent: Tuesday, November 19, 2002 5:35 PM

Subject: RE: [iMS] Bounce Back Question

 

But I can't use that to modify existing headers, correct?  My problem is that you said bouncebacks should be handled using the from address..

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]

Reply via email to