Howie,

I have the failto emails going to the right place now.
My question is this:

When I recieve a failto message, it includes the email address that was bad or
not found.
I need to know what exactly happens to the original MBX file. I wrote a script
that analyzes
the header information of a given email to determine who sent it out, from
where etc.
The times, subject, and a few 'X-' headers from the original MBX are what I
need for the script to work.

Getting this information from undeliverables is the most important thing I
need to do right now.
What happens to the original MBX and is there a way of maybe copying it (in
the case of a 'failto') to
another directory or sending it to the faito address?

Thanks
-Marc



Howie Hamlin wrote:

> Open the configurator and click on "inFusion Settings" (newer versions of
> the configurator have this setting as a menu option).  What do you have in
> there?
>
> Regards,
>
> Howie
>
> ----- Original Message -----
> From: "Marc DePoe" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Friday, March 30, 2001 6:03 PM
> Subject: [iMS] Failto Log?
>
> > You've helped before with this very problem, but I think I'm missing
> > something.
> > I'm wondering what exactly I must do to write all failed delivery
> > addresses into a log.
> >
> > The failto messages are being sent to me ok, but is there a way to make
> > a log of theses failures?
> >
> > I tried saving the below code into ReportPostStatus.cfm
> > (iMSPOST_SE\domains\), which
> > before did not exist, but the log reported not finding PostFail.cfm. I
> > copied ReportPostStatus.cfm
> > and named it PostFail.cfm. The log errored out again indicating it could
> > not load the DLL PostFail.cfm?
> >
> > What files do I need, and what exactly must I set in the configurator?
> >
> > I'm building the mbx and control files for my list and writing them to
> > the spool directory myself if that makes a difference.
> >
> > Here's that code you sent me :
> > (also ... where would the form variables come from?  )
> >
> > <!---
> > FusionMail/2.0
> > ReportPostStatus.CFM version 2.0  - September, 2000
> > Copyright 1999-2000, On-Line Data Solutions, Inc.
> > http://www.CoolFusion.com
> > Licensed as freeware
> >
> > This template is called when the POST Server reports delivery status.
> > POST
> > Delivery
> > status needs to be configured in the server for this template to be
> > called.
> >
> > This template is an example and simply logs the three delivery lists.
> >
> > --->
> >
> > <cfoutput>
> > <cfif Len(form.deliveredList)>
> > <inlog text="POSTSTATUS: DeliveredList=#form.deliveredlist#">
> > </cfif>
> >
> > <cfif Len(form.tempFailedList)>
> > <inlog text="POSTSTATUS: TempFailedList=#form.tempfailedlist#">
> > </cfif>
> >
> > <cfif Len(form.PermFailedList)>
> > <inlog text="POSTSTATUS: PermFailedList=#form.permfailedlist#">
> > </cfif>
> >
> > <inlog text="POSTSTATUS: SMTPFROM=#form.smtpfrom#">
> > </cfoutput>
> >
> > result=accept
> >
> > Any help would be GREATLY appreciated.
> >
> > Thanks again,
> > Marc
> >
>
> ========================================================================
>      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/
> ========================================================================


========================================================================
     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/
========================================================================

Reply via email to