|
You have to make sure that you have the status type
enabled in the POST Server setup. Open the configuration GUI and click on
the POST tab. Then, in the Result Notifications box, check off the
temporary and permanenet failures. Then, save your settings and restart
the POST Server.
Regards,
Howie
----- Original Message -----
Sent: Monday, October 09, 2000 4:03
PM
Subject: [iMS] Newbie Question
Greetings!
I've been trying to simplify the process
of removing bad addresses from our mailing list. I think iMS's POST Delivery
Status is just the thing, but having no luck using it. I've created a template
called ReportPostStatus.cfm with the following code:
<cfquery datasource="#application.DSN#"
dbtype="#application.DBType#"> INSERT INTO tbl_Failures (TempFailedList,
PermFailedList, Date_Time)
VALUES
('#form.TempFailedList#', '#form.PermFailedList#',
#CreateODBCDateTime(now())#) </cfquery>
But, I'm
getting nothing in the DB after sending to a false address. I've tried placing
the reportpoststatus template in both the domains folder and the root where
all other iMS templates are. Any idea where I'm going wrong?
Thanks!
Jason Bailey Senior Client / Server
Developer Alcott + Routon 615.346.5236
|