|
Do you see log entires like the following when you
restart the POST Server?
10/09/2000 03:24:53 PM Temporary Failure Delivery
Status Notification is enabled. 10/09/2000 03:24:53 PM Permanent Failure
Delivery Status Notification is enabled.
regards,
Howie
----- Original Message -----
Sent: Wednesday, October 11, 2000 10:04
AM
Subject: Re: [iMS] Newbie Question
Temp Failure and Perm Failures are
checked... still nothing. I have placed errors in the CF code for testing yet
see no report in the CF logs. Its as if the template is not running.
So, is the template to go in the
domains folder or with the rest of the iMS templates in the root dir?
Also, is the below code incorrect?
_________________________________________
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 __________________________________________
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!
|