I'm currently investigating...

Howie

----- Original Message ----- 
From: "Max Paperno" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Wednesday, July 16, 2003 1:27 PM
Subject: Re: [iMS] PostFail


> 
> FWIW, this is how I process all the bounces in our list server module.  If the mail 
> bounces or isn't sent out for any reason then it's always returned to the list 
> bounce handler, either directly by iMS (when mail is undeliverable right away) or 
> via SMTP (when mail gets delivered and then bounced later).  I've never bothered 
> with ReportPostStatus because all bounces are handled by a cfm script which is 
> called from either PostFail.cfm or from DATA.cfm when a bounce address is detected 
> as the recipient.
> 
> Here's a snip from my CFX call.  #errorsTo# is the bounce address (eg. '[EMAIL 
> PROTECTED]'), and I'm not using any tokens, so YMMV:
> 
> SMTPFROM="#variables.errorsTo#
> WARNTO="<>" 
> FAILTO="#variables.errorsTo#"
> HEADER_Errors_To="#variables.errorsTo#"
> HEADER_Sender="#variables.errorsTo#"
> HEADER_Return_Path="#variables.errorsTo#"
> 
> 
> Sorry Mark, I don't know why your msg file is ending up in the OUT.  You could try 
> deleting the mail file after processing the bounce, perhaps, though I've never seen 
> the need to do that (not really sure what happens to the mail file after PostFail... 
> Howie?).
> 
> Cheers,
> -Max
> 
==^=======================================================
     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/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Developers/
List archives: http://wwwmail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================


Reply via email to