Jeff, If you have different DSN's all using iMS then you can use a header with distinct DSN's for each app. For example, <cfx_imsmail.... header_dsn="app1"> <cfx_imsmail.... header_dsn="app2"> <cfx_imsmail.... header_dsn="app3"> and so on..
Then in your ReportPostStatus.cfm you can use this header to determine which db to modify. ie: <cfquery datasource="#form.header_dsn#"...>t-sql</cfquery> HTH, Jose -----Original Message----- From: Jeff Green [mailto:ims@;artistforum.net] Sent: Wednesday, November 13, 2002 4:02 PM To: inFusion Support List Subject: Re: [iMS] ReportPostStatus template Im under the impression that there is not header vars (listID) per email address. All the emails share the same header vars (listID). So the ReportPostStatus template will not have intermixed emails from both listIDs? Jeff ----- Original Message ----- From: "Howie Hamlin" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 12:41 PM Subject: Re: [iMS] ReportPostStatus template > You template has access to the email headers so, if you insert headers pertaining the the list ID, then you should be > able to process the correct DB. > > HTH, > > Howie > > ----- Original Message ----- > From: "Jeff Green" <[EMAIL PROTECTED]> > To: "inFusion Support List" <[EMAIL PROTECTED]> > Sent: Wednesday, November 13, 2002 3:10 PM > Subject: [iMS] ReportPostStatus template > > > > I use the same IMS post server for many different apps. > > > > I use the ReportPostStatus.cfm to flag undels in the DB, but each app has a > > different DB. How do I know which DB to flag the email as an undel? > > > > I think I may be able to do this with Headers in the email, correct? > > > > Exactly what variable do I have to work with in the ReportPostStatus.cfm? > > > > > > Thanks, > > Jeff > > > > ==^======================================================= 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] ==^=======================================================
