Print Page | Close Window

Rejection Messages

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=766
Printed Date: 05 February 2025 at 2:01am


Topic: Rejection Messages
Posted By: Guests
Subject: Rejection Messages
Date Posted: 03 June 2003 at 12:20pm

It looks like the only rejection messages that are being sent is the one when a connection is refused based on a RDNS querry. I haven't changed anything on the customize settings so I'm not sure what is going on.

any ideas?




Replies:
Posted By: LogSat
Date Posted: 03 June 2003 at 2:22pm

Please note that rejection "errors" are sent to the remote server during the SMTP commands transactions. An error email message is not generated and sent to the sender.

This said, what verison of SpamFilter are you using? As far as we know, all error codes are functioning. Can you provide a specific example of what is happening?

Roberto Franceschetti
LogSat Software



Posted By: Guests
Date Posted: 03 June 2003 at 3:14pm

It may just be my own ignorance, so I appologize in advance if it is.

I am running v1.1.2.122.. This is an error someone got because they did not have a reverse lookup for the mail server......

-----Original Message-----
From:   System Administrator 
Sent:   Tuesday, June 03, 2003 10:56 AM
To:     mailto:example@lamarhq.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - example@lamarhq.com
Subject:        Undeliverable: LJL

Your message did not reach some or all of the intended recipients.

      Subject:  LJL
      Sent:     6/3/2003 10:56 AM

The following recipient(s) could not be reached:

      mailto:example@lamarhq.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - example@lamarhq.com on 6/3/2003 10:56 AM
            Unable to deliver the message due to a communications failure
        The MTS-ID of the original message is: c=US;a= ;p=SJB Group;l=ELVIS-030603155554Z-34764

This is the rule on the customized items page

"557 Your IP %IP% does not have a reverse DNS entry. Disconnecting..."

If I am understanding you, this error message should have been sent/communicated with the users email server when attempting to transfer the email.... So will the user ever see this??

Thanks again.



Posted By: LogSat
Date Posted: 03 June 2003 at 10:27pm

Hi Peter,

With your example we now understand what you meant. You have a very valid question.

This the SMTP conversation that takes place when a remote server does not have a valid reverse DNS entry:

>>220 mail2.netwide.net Welcome to LogSat's Software ESMTP Server v1.2.0.143 - Beta Test Version
<<EHLO LSPC
>>250-AUTH LOGIN
<<RSET
>>250 Ok
<<MAIL FROM: mailto:joe@domain.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - joe@domain.com
>>250 joe@domain.com Address Okay
<<RCPT TO: mailto:roberto5@logsat.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - roberto5@logsat.com
>>250 roberto5@logsat.com Address Okay
<<DATA
>>354 Start mail input; end with <CRLF>.<CRLF>
<<From: mailto:joe@domain.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - joe@domain.com
<<To: mailto:roberto5@logsat.com" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - roberto5@logsat.com
<<Subject: Re: test 1
<<Date: Tue, 2 Jun 2003 21:08:37 -0400
<<Content-Type: text/plain;charset="ISO-8859-1";
<<
<<test body txt
<<.
>>550 Your IP 172.27.4.51 does not have a reverse DNS entry. Disconnecting...

At this point the remote server receives the 550 error message. It is up to the remote SMTP server at this point to send an email back to his user (the sender) to let them know of the problem. Usually remote servers behave well and will include in their error email to their users (the sender) the reason of why the email was not delivered (550 Your IP 172.27.4.51 does not have a reverse DNS entry. Disconnecting...). In your example this did not happen, the remote server decided to output its own (incorrect) message. This is not the norm, usually remote mail servers do display the correct error. We have seen that if you disable the quarantine (causing the reject error to be displayed to the remote server immediately, before it has a chance to send the email body), these misbehaving servers are more likely to include the correct error.

Roberto Franceschetti
LogSat Software



Posted By: Guests
Date Posted: 04 June 2003 at 9:32am

Thank you very much, that makes sense.

-K




Print Page | Close Window