|
Post Reply ![]() |
Author | |
Randall Sanborn ![]() Guest Group ![]() |
![]() Posted: 27 July 2004 at 3:48pm |
We're trying to setup the web interface, but when a user registers, the Deliver field does not get set to 1. Thus it sits there and expires. I checked and it does say rs("Deliver") = 1 so not sure whats going on. Any ideas? Everything else is getting set properly.
|
|
![]() |
|
Desperado ![]() Senior Member ![]() ![]() Joined: 27 January 2005 Location: United States Status: Offline Points: 1143 |
![]() |
Randall,
Chect the code. It should liik something like the following with the red being possible areas to look at:
rs("EMailFrom") = support@yourdomain.com
rs("EMailTo") = EMail rs("Subject") = "Your quarantine area password" rs("MsgID") = MsgID rs("MsgDate") = MessageDate rs("Expire") = 0 rs("Deliver") = 1 rs("ServerID") = 5 ' MAKE SURE THIS IS YOUR CORRECT SERVER ID
rs("RejectDetails") = "" rs("RejectID") = 0 rs.Update rs.Close Set rs = Nothing Let me know if this helps or not.
Regards,
Dan S (User)
|
|
![]() |
|
Randall Sanborn ![]() Guest Group ![]() |
![]() |
Yep, its all right. Server is 1, expire is set to 0 and deliver is set to 1. I also put in the email addy. When I look them up in the db, it shows all the fields just the way they should be except for deliver and expire. In the ASP source, they are set to 1 and 0 respectively. In the quarantine db they are set to 0 and -1 respectively. Not sure why it won't take the values.
|
|
![]() |
|
Desperado ![]() Senior Member ![]() ![]() Joined: 27 January 2005 Location: United States Status: Offline Points: 1143 |
![]() |
Randall, Can you check the user permissions on that table? Make sure that the SpamFilter has permission to insert in those fields. Remove the message from the db and try a new one. Dan S. PS: I had an issue at one time when the email address was formatted like the original asp sample and changed it ti look as my example. |
|
![]() |
|
Randall Sanborn ![]() Guest Group ![]() |
![]() |
I did check the permissions. I switched them from write, to modify and all seems to be working now. The only problem we have now is that inetinfo.exe is holding the CPU up at 100% usage. It just started after we started using these pages. A little research shows it as a common problem with forms. Not sure on the fix yet though.
|
|
![]() |
|
Randall Sanborn ![]() Guest Group ![]() |
![]() |
Nevermind, looks like the runaway process started before we implemented the page. It looks like a couple of things could have caused it, not entirely sure what it was but we had to reboot.
|
|
![]() |
|
Desperado ![]() Senior Member ![]() ![]() Joined: 27 January 2005 Location: United States Status: Offline Points: 1143 |
![]() |
So .... bottom line, the registration is working now? And it was the permissions? Dan |
|
![]() |
|
Randall Sanborn ![]() Guest Group ![]() |
![]() |
Correct, we had to change the permissions from Write, to Modify. After that we had a problem with the password change page. I got the fix from and earlier forum post about that though. So that is all well. We have a new problem though. When I have an email sent to me, it is not appearing in AutoWhiteListForceDelivery.txt, nor is it showing up in WLexcludedFrom.txt. Not sure what the issue is, and I haven't found what actually adds it to the list. Is it a function of the actual spam filter function, or is it a bit of code in the ASP that adds the line? |
|
![]() |
|
Desperado ![]() Senior Member ![]() ![]() Joined: 27 January 2005 Location: United States Status: Offline Points: 1143 |
![]() |
Randall, First, make sure the path of the auto exclude whitelist is correct in the ini file. There was an issue in one build where the full path was not properly specified. This has been corrected but the path will not change unless you change it and restart the service. Second, the application itself does the writing to the file not the ASP code. Dan |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.195 seconds.