Print Page | Close Window

Problem with the ASP code

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4394
Printed Date: 28 November 2025 at 12:10am


Topic: Problem with the ASP code
Posted By: Guests
Subject: Problem with the ASP code
Date Posted: 05 October 2004 at 12:38pm

Why is it that everytime i wish to delete message or send message via the ASP interface i have to re-login everytime.

Also when users self-register i get a message in the Spamfilter

10.05.04 16:37:25:764 -- (3908) Sending email from  mailto:admin@domain.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - admin@domain.com  to mailto:test@test.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - test@test.com
10.05.04 16:37:25:904 -- (3908) EMail from:
mailto:admin@domain.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - admin@domain.com   to: mailto:test@test.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - test@test.com   was returned to sender - server error - 192.168.1.1 said: 5.5.4 Invalid Address
10.05.04 16:37:26:186 -- (3908) Error-email from
mailto:admin@domain.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - admin@domain.com   to mailto:test@test.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - test@test.com   was forwarded to 192.168.1.1
10.05.04 16:37:26:186 -- (3908) server error - 192.168.1.1 said: 5.5.4 Invalid Address

Best regards,

Jon




Replies:
Posted By: LogSat
Date Posted: 06 October 2004 at 5:40pm
Jon,

Do you have cookies enabled in the browser? Without them the authentication status cannot be maintained.

The "192.168.1.1 said: 5.5.4 Invalid Address" error is what your destination SMTP server responded to SpamFilter when SpamFilter tried to forward it the email for test@test.com. Please ensure that your SMTP server is able to receive emails addressed to test@test.com.

It may not apply in your case, but in the "Register.asp" page, can you try modifying the line:

rs("EMailFrom") = "System Administrator <>"

to something like:

rs("EMailFrom") = "someemail@yourdomain.com"

Roberto F. LogSat Software



Print Page | Close Window