<cfquery name="Test"...> Select id, email from list where ...</cfquery>
<cfset failto="fail-<:ident:>">
 <cfx_imsmail
   spooldir = "#SpoolDir#"
   query="Test"
   queryfield="email"
     qtoken_ident="id"
   header_from="#sendername#"
   smtpfrom="#failto#"
   parsetokens="yes"
   FailTo="#failto#"
   quotedprintable="no"
   priority="#Priority#"
   token_addheader_Return_path="#failto#"
   token_listname="#GetList.listname#"
   emailfile="#emailfile#"
   (more, like headers and footers).>

Tac

----- Original Message -----
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 7:59 AM
Subject: Re: [iMS] dynamic failto


> Can you send some code that shows this?
>
> Thanks,
>
> Howie
>
> ----- Original Message -----
> From: "Tac" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 04, 2002 1:44 AM
> Subject: [iMS] dynamic failto
>
>
> > Howie,
> >
> > I'm back from my trip and am testing the dynamic failto -- thx for
adding
> > this.
> >
> > The problem seems to be that the failto is going to the first address in
the
> > list if there are multiple ones, so it's marking the wrong address as
> > bouncing.   I'll send a sample error message to you directly, but I have
two
> > bad yahoo addresses on my list, let's call them [EMAIL PROTECTED] and
> > [EMAIL PROTECTED]  I'm setting failto="fail-<:ident:>", but when bad2
fails,
> > it's bouncing back to fail-<bad1's id>.
> >
> > Of course, I'm using the query= parameter in cfx_imsmail.  If there's
only
> > one address in the domain, everything works fine.
> >
> > Tac
> >
==^=======================================================
     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