<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums : Hit a brick wall - unexpected disconnect</title>
  <link>https://www.logsat.com/spamfilter/forums/</link>
  <description><![CDATA[This is an XML content feed of; Spam Filter ISP Forums : Spam Filter ISP Support : Hit a brick wall - unexpected disconnect]]></description>
  <pubDate>Thu, 05 Mar 2026 21:45:43 +0000</pubDate>
  <lastBuildDate>Wed, 29 Oct 2008 10:16:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.logsat.com/spamfilter/forums/RSS_post_feed.asp?TID=6571</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Spam Filter ISP Forums]]></title>
   <url>https://www.logsat.com/spamfilter/forums/forum_images/web_wiz_forums.png</url>
   <link>https://www.logsat.com/spamfilter/forums/</link>
  </image>
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : That was it. Outstanding! For...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12457&amp;title=hit-a-brick-wall-unexpected-disconnect#12457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056">dotme</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 29 October 2008 at 10:16am<br /><br /><P>That was it. Outstanding!</P><P>For others who may stumble upon this later, the original issue was that HTML emails containing quarantine reports for users were getting stuck in the SMTP Queue on IIS when sent using CDOSYS. The same emails sent using the deprecated CDONTS were delivered without problems.</P><P>The HTML messages were created in VB6 with a chr(13) added to the end of each line in the HTML code. </P><P>The message body&nbsp;needed a chr(10) as well. Replacing chr(13) in the generating code with vbcrlf accomplishes the same thing.</P><P>After replacing all instances of chr(13) with vbcrlf in the VB code that generates the email reports, the messages now deliver consistently. </P><P>I suspect that the deprecated CDONTS forces linewraps at 72 characters regardless of how the message body is formed, which probably explains why those messages always made it.</P><P>Issue resolved, with many thanks to Roberto for the help!!</P><span style="font-size:10px"><br /><br />Edited by dotme - 29 October 2008 at 10:17am</span>]]>
   </description>
   <pubDate>Wed, 29 Oct 2008 10:16:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12457&amp;title=hit-a-brick-wall-unexpected-disconnect#12457</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : Mistery solved (as far as your...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12454&amp;title=hit-a-brick-wall-unexpected-disconnect#12454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 28 October 2008 at 11:45pm<br /><br />Mistery solved (as far as your sample is concerned).<br /><br />Please take a look at the queued email you will find in the \InetPub\Mailroot\queue directory on the IIS server. If you edit it, you will see that the body contains a single line of 360,000 characters. Furthermore, there is not &lt;CR&gt;&lt;LF&gt;.&lt;CR&gt;&lt;LF&gt; sequence in the email that indicates the end-of-transmission.<br /><br />This is because the code you used to generate the test does not include any line breaks. Per RFC 2821 (http://www.ietf.org/rfc/rfc2821.txt) each line of text in an email should be no more than 1,000 characters. SpamFilter will accept up to 16,384 characters in lenght, but in this case we are well over the limits!]]>
   </description>
   <pubDate>Tue, 28 Oct 2008 23:45:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12454&amp;title=hit-a-brick-wall-unexpected-disconnect#12454</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : Hey Roberto  I&amp;#039;ll ask about...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12453&amp;title=hit-a-brick-wall-unexpected-disconnect#12453</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056">dotme</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 28 October 2008 at 5:12pm<br /><br />Hey Roberto<DIV>&nbsp;</DIV><DIV>I'll ask about sniffer availability - have to go up the chain of command&nbsp;to find that out.</DIV><DIV>&nbsp;</DIV><DIV>But I did as you asked. IIS will pool connections (Default is max of 20 messages delivered per connection). Result was the same. CDOSYS made it to the queue first. So it was the first message to be delivered when the connection was established. It resulted in a "disconnect", so the CDONTS message was not able to be delivered in the same session. We set retries to 60 seconds. On the next connection attempt, CDONTS message was natually queued first since the IIS server never even got to have a conversation with Logsat about it. It was delivered successfully. The CDOSYS message followed, and was again disconnected.</DIV><DIV>&nbsp;</DIV><DIV>Logfiles:</DIV><DIV>&nbsp;</DIV>10/28/08 16:00:21:506 -- (4668) Connection from: x.x.x.x&nbsp; -&nbsp; Originating country : United States<BR>10/28/08 16:00:21:847 -- (4668) Received MAIL FROM: &lt;<a href="mailto:testing-CDOSYS@s---.com" target="_blank">testing-CDOSYS@s---.com</A>&gt;<BR>10/28/08 16:00:21:897 -- (4668) Received RCPT TO: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A><BR>10/28/08 16:00:21:897 -- (4668) Bypassed all rules for: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> from <a href="mailto:testing-CDOSYS@s---.com" target="_blank">testing-CDOSYS@s---.com</A> ( Whitelisted Email From Domain)<BR><strong>10/28/08 16:00:22:187 -- (4668) Disconnect<BR></strong>10/28/08 16:01:22:414 -- (292) Connection from: x.x.x.x&nbsp; -&nbsp; Originating country : United States<BR>10/28/08 16:01:22:664 -- (292) Received MAIL FROM: &lt;<a href="mailto:testing-CD&#079;NTS@s---.com" target="_blank">testing-CDONTS@s---.com</A>&gt;<BR>10/28/08 16:01:22:704 -- (292) Received RCPT TO: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A><BR>10/28/08 16:01:22:714 -- (292) Bypassed all rules for: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> from <a href="mailto:testing-CD&#079;NTS@spamblockerservices.com" target="_blank">testing-CDONTS@spamblockerservices.com</A> ( Whitelisted Email From Domain)<BR>10/28/08 16:01:25:668 -- (292) Start virus scan<BR>10/28/08 16:01:25:718 -- (292) Starting queueing procedures<BR>10/28/08 16:01:25:728 -- (292) EMail from <a href="mailto:testing-CD&#079;NTS@spamblockerservices.com" target="_blank">testing-CDONTS@spamblockerservices.com</A> to <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> was queued. Size: 261 KB, 267264 bytes<BR>10/28/08 16:01:25:738 -- (5768) Sending email from <a href="mailto:testing-CD&#079;NTS@s---.com" target="_blank">testing-CDONTS@s---.com</A> to <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> -- <BR>10/28/08 16:01:25:819 -- (292) Received MAIL FROM: &lt;<a href="mailto:testing-CDOSYS@s---.com" target="_blank">testing-CDOSYS@s---.com</A>&gt;<BR>10/28/08 16:01:25:869 -- (292) Received RCPT TO: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A><BR>10/28/08 16:01:25:869 -- (292) Bypassed all rules for: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> from <a href="mailto:testing-CDOSYS@s---.com" target="_blank">testing-CDOSYS@s---.com</A> ( Whitelisted Email From Domain)<BR><strong>10/28/08 16:01:26:139 -- (292) Disconnect</strong><DIV>&nbsp;</DIV><DIV>I have tried from other IIS servers with same script - same result. Don't have much else to go on at this point. It could be as simple as unexpected or bad headers from the CDOSYS object, but I'm betting MS won't fix that if that's the case :-)</DIV><DIV>&nbsp;</DIV><DIV>For now, we'll revert to CDONTS for what we're needing to do, but I will keep watch on this thread and will be happy to try any other suggestions. If I can get pcap data, I'll post back.</DIV><DIV>&nbsp;</DIV><DIV>Cheers!</DIV>]]>
   </description>
   <pubDate>Tue, 28 Oct 2008 17:12:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12453&amp;title=hit-a-brick-wall-unexpected-disconnect#12453</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : We&amp;#039;re going to try to reproduce...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12452&amp;title=hit-a-brick-wall-unexpected-disconnect#12452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 28 October 2008 at 4:35pm<br /><br />We're going to try to reproduce this shortly. In the meantime, what's a bit unusual is that while your code sends two separate emails, one with each object, your IIS server is combining them into one single SMTP session when delivering them. In fact, in SpamFilter's logfile, there is only one "Connection from" and both emails are receied by the same thread (connection).<br />Seeing this, while we work on our end, could you please try to "switch" around the two objects, sending the first email with CDO.Message and the second one with CDONTS.NewMail? If when you do this, and you do not receive the first email, then yes, that would point to an issue with CDO.message. If instead you again receive the first email and not the second... then the problem may be related to IIS as a whole and not the two CDO objects.<br /><br />Also, if you're able to use WireShark, Ethereal, or Microsoft's Network Monitor to capture the complete SMTp traffic and provide us with the pcap data, that will hopefully help even more.<br />Whi ]]>
   </description>
   <pubDate>Tue, 28 Oct 2008 16:35:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12452&amp;title=hit-a-brick-wall-unexpected-disconnect#12452</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : Hi Robert - Thanks for the response......]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12451&amp;title=hit-a-brick-wall-unexpected-disconnect#12451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056">dotme</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 28 October 2008 at 9:45am<br /><br />Hi Robert - Thanks for the response... <DIV>&nbsp;</DIV><DIV>The plot thickens. This is a lot to absorb, so I'll begin with my findings...</DIV><DIV>Regardless of the sending server, I now have consistent FAIL results when generating a message of 150kbps or more using the native Windows 2003 CDOSYS. For grins, I installed CDONTS.dll on the Windows 2003 server (CDONTS is deprecated, but used on NT 4). CDONTS delivers every time.</DIV><DIV>So this almost appears to be an incompatibility between Logsat and larger emails generated by Microsoft's CDOSYS via the IIS built in SMTP server.</DIV><DIV>As requested, I'm posting the full information. Hope this is helpful...</DIV><DIV>Sending server:<BR>Windows 2003 Server - Service Pack 2. Installed and registered CDONTS.dll from NT (Old way of sending email) as a test.</DIV><DIV>Receiving server:<BR>Windows 2003 Server - Service Pack 2 - Logsat 4.0.1.785&nbsp; (I know, but that's what my boss is running at the moment)</DIV><DIV>Consistently FAILS on use of native CDO SYS on Windows 2003 with a good sized message - although after several retries, the message may eventually arrive. </DIV><DIV>(If you do not have access to CDONTS, just REM out the first sending routine in the script below...)</DIV><DIV>ASP CODE (Change email addresses to your settings):<BR>&lt;%<BR>for i = 1 to 20000<BR>message = message &amp; "Hello world! "<BR>Next</DIV><DIV>' Using CDONTS<BR>Set objCDO = CreateObject("CDONTS.NewMail")<BR>objCDO.Subject = "Test Subject"<BR>objCDO.From = "Sending Test From CDONTS &lt;<a href="mailto:testing-CD&#079;NTS@s----.com" target="_blank">testing-CDONTS@s----.com</A>&gt;"<BR>objCDO.To = "<a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A>"<BR>objCDO.body = message<BR>objCDO.Send<BR>Set objCDO = Nothing</DIV><DIV>' Using CDOSYS<BR>Set objCDO = CreateObject("CDO.Message")<BR>objCDO.Subject = "Test Subject"<BR>objCDO.From = "Sending Test From CDOSYS &lt;<a href="mailto:testing-CDOSYS@s----.com" target="_blank">testing-CDOSYS@s----.com</A>&gt;"<BR>objCDO.To = "<a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A>"<BR>objCDO.TextBody = message<BR>objCDO.Send<BR>Set objCDO = Nothing<BR>response.write "Messages Sent"<BR>%&gt;</DIV><DIV>LOGFILES:::</DIV><DIV>Logsat</DIV><DIV>10/28/08 07:55:47:029 -- (3944) Connection from: xx.xx.xx.xx&nbsp; -&nbsp; Originating country : United States<BR>10/28/08 07:55:47:259 -- (3944) Received MAIL FROM: &lt;<a href="mailto:testing-CD&#079;NTS@s----.com" target="_blank">testing-CDONTS@s----.com</A>&gt;<BR>10/28/08 07:55:47:309 -- (3944) Received RCPT TO: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A><BR>10/28/08 07:55:47:309 -- (3944) Bypassed all rules for: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> from <a href="mailto:testing-CD&#079;NTS@s----.com" target="_blank">testing-CDONTS@s----.com</A> ( Whitelisted Email From Domain)<BR>10/28/08 07:55:48:882 -- (3944) Start virus scan<BR>10/28/08 07:55:48:912 -- (3944) Starting queueing procedures<BR>10/28/08 07:55:48:922 -- (3944) EMail from <a href="mailto:testing-CD&#079;NTS@s----.com" target="_blank">testing-CDONTS@s----.com</A> to <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> was queued. Size: 130 KB, 133120 bytes<BR>10/28/08 07:55:49:012 -- (3944) Received MAIL FROM: &lt;<a href="mailto:testing-CDOSYS@s----.com" target="_blank">testing-CDOSYS@s----.com</A>&gt;<BR>10/28/08 07:55:49:062 -- (3944) Received RCPT TO: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A><BR>10/28/08 07:55:49:062 -- (3944) Bypassed all rules for: <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> from <a href="mailto:testing-CDOSYS@s----.com" target="_blank">testing-CDOSYS@s----.com</A> ( Whitelisted Email From Domain)<BR>10/28/08 07:55:49:332 -- (3944) Disconnect</DIV><DIV>IIS</DIV><DIV>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 220+mx30.s----.com+Welcome+to+SServices+2.0 0 0 67 0 47 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 EHLO - s----.com 0 0 4 0 47 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250-8BITMIME 0 0 12 0 78 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+HELP 0 0 8 0 234 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 MAIL - FROM:&lt;<a href="mailto:testing-CD&#079;NTS@s----.com" target="_blank">testing-CDONTS@s----.com</A>&gt; 0 0 4 0 234 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250++Address+Okay 0 0 17 0 281 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RCPT - TO:&lt;<a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A>&gt; 0 0 4 0 281 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - <a href="mailto:250+j---@j---.com+Address+Okay" target="_blank">250+j---@j---.com+Address+Okay</A> 0 0 28 0 328 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 DATA - - 0 0 4 0 328 SMTP - - - -<BR>2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 354+Start+mail+input;+end+with+&lt;CRLF&gt;.&lt;CRLF&gt; 0 0 44 0 359 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+Ok 0 0 6 0 1938 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RSET - - 0 0 4 0 1953 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+Ok 0 0 6 0 1984 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 MAIL - FROM:&lt;<a href="mailto:testing-CDOSYS@s----.com" target="_blank">testing-CDOSYS@s----.com</A>&gt; 0 0 4 0 1984 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250++Address+Okay 0 0 17 0 2031 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RCPT - TO:&lt;<a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A>&gt; 0 0 4 0 2031 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - <a href="mailto:250+j---@j---.com+Address+Okay" target="_blank">250+j---@j---.com+Address+Okay</A> 0 0 28 0 2078 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 DATA - - 0 0 4 0 2078 SMTP - - - -<BR>2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 354+Start+mail+input;+end+with+&lt;CRLF&gt;.&lt;CRLF&gt; 0 0 44 0 2125 SMTP - - - -<BR>... Nothing further until next connection attempt 15 minutes later.</DIV><DIV>Contents of Debug View (subsequent attempt, but it shows what happens. Pretty much nothing, but maybe the empty lines hold a clue?)</DIV><DIV>&gt;&gt;EHLO s---.com<BR>&lt;&lt;250-8BITMIME<BR>&lt;&lt;250 HELP<BR>&gt;&gt;MAIL FROM:&lt;<a href="mailto:testing-CDOSYS@s----.com" target="_blank">testing-CDOSYS@s----.com</A>&gt;<BR>&lt;&lt;250&nbsp; Address Okay<BR>&gt;&gt;RCPT TO:&lt;<a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A>&gt;<BR>&lt;&lt;250 <a href="mailto:j---@j---.com" target="_blank">j---@j---.com</A> Address Okay<BR>&gt;&gt;DATA<BR>&lt;&lt;354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;<BR>&gt;&gt;Received: from mail pickup service by spamblockerservices.com with Microsoft SMTPSVC;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;</DIV><span style="font-size:10px"><br /><br />Edited by dotme - 28 October 2008 at 9:47am</span>]]>
   </description>
   <pubDate>Tue, 28 Oct 2008 09:45:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12451&amp;title=hit-a-brick-wall-unexpected-disconnect#12451</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : dotme,  The logs do not appear...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12449&amp;title=hit-a-brick-wall-unexpected-disconnect#12449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 27 October 2008 at 10:11pm<br /><br />dotme,<br /><br />The logs do not appear to be relative to the same SMTP conversation, as SpamFilter's timestamp is 11:38:47, while your IIS server's is 17:14:50. The hours difference could be caused by IIS logging in GMT time, but there is still a difference of about half an hour in the minutes difference.<br /><br />Can you please either post or email us both logs showing the correct timestamps? <br /><br />Also, If you are able to either reproduce this at will, we could try to enable the “Debug” monitor in SpamFilter to capture the SMTP conversations with the remote server and see if we can have a better understanding on what is going on with a specific IP.<br /><br />To do so, please go to the "Settings - Debug View" tab in SpamFilter, enter the IP to monitor, for example in this case 192.168.65.116.  in the "IP to monitor" box, and check the "Enable Debug Monitor" box. When you receive another email from 192.168.65.116, "stuff" regarding the connection should appear in that tab showing what kind of SMTP traffic is being exchanged. If this happens, could you please forward it to us as well?<br />Of course, if you’re familiar with Ethereal (Wireshark), the Microsoft Network Monitor utility, or any other packet capture utility, and would like to provide us with a more detailed PCAP file, we’ll gladly accept that as it will be more accurate than SpamFilter’s built-in capture.]]>
   </description>
   <pubDate>Mon, 27 Oct 2008 22:11:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12449&amp;title=hit-a-brick-wall-unexpected-disconnect#12449</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : I will add that grelisting is...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12448&amp;title=hit-a-brick-wall-unexpected-disconnect#12448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056">dotme</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 27 October 2008 at 1:56pm<br /><br />I will add that grelisting is DISABLED and the IP is not in any blacklist.]]>
   </description>
   <pubDate>Mon, 27 Oct 2008 13:56:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12448&amp;title=hit-a-brick-wall-unexpected-disconnect#12448</guid>
  </item> 
  <item>
   <title><![CDATA[Hit a brick wall - unexpected disconnect : I&amp;#039;ve tried everything I can...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12447&amp;title=hit-a-brick-wall-unexpected-disconnect#12447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056">dotme</a><br /><strong>Subject:</strong> 6571<br /><strong>Posted:</strong> 27 October 2008 at 1:53pm<br /><br />I've tried everything I can think of. I have no ideas why this is happening. Each day, an IIS server sends quarantined email notices to customers. Those messages are not being delivered. Here's the Logsat logfile on one attempt... <DIV>&nbsp;</DIV><DIV>10/27/08 11:38:47:302 -- (3460) Connection from: 192.168.65.116&nbsp; -&nbsp; Originating country : N/A<BR>10/27/08 11:38:47:652 -- (3460) Received MAIL FROM: &lt;<a href="mailto:blocker@s---.com" target="_blank">blocker@s---.com</A>&gt;<BR>10/27/08 11:38:47:712 -- (3460) Received RCPT TO: <a href="mailto:b---@a---.net" target="_blank">b---@a---.net</A><BR>10/27/08 11:38:47:712 -- (3460) Bypassed all rules for: <a href="mailto:b---@a---.net" target="_blank">b---@a---.net</A> from <a href="mailto:blocker@s---.com" target="_blank">blocker@s---.com</A> ( Whitelisted Email From Domain)<BR><strong>10/27/08 11:38:47:883 -- (3460) Disconnect</strong></DIV><DIV>&nbsp;</DIV><DIV>(I hyphenated users and domains in the post to protect the innocent)</DIV><DIV>&nbsp;</DIV><DIV>On the IIS server, here's the conversation...</DIV><DIV>&nbsp;</DIV><DIV>2008-10-27 17:14:50 192.168.65.112 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 220+mx3.s---.com+Welcome+to+SpamFilterISP+SMTP+Server+v4.0.1.785 0 0 79 0 0 SMTP - - - -<BR>2008-10-27 17:14:50 192.168.65.112 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 EHLO - s---.com 0 0 4 0 0 SMTP - - - -<BR>2008-10-27 17:14:50 192.168.65.112 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250-8BITMIME 0 0 12 0 15 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+HELP 0 0 8 0 250 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 MAIL - FROM:&lt;<a href="mailto:blocker@s---.com" target="_blank">blocker@s---.com</A>&gt; 0 0 4 0 250 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250++Address+Okay 0 0 17 0 250 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RCPT - TO:&lt;<a href="mailto:b---@a---.net" target="_blank">b---@a---.net</A>&gt; 0 0 4 0 250 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - <a href="mailto:250+b---@a---.net+Address+Okay" target="_blank">250+b---@a---.net+Address+Okay</A> 0 0 41 0 265 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 DATA - - 0 0 4 0 265 SMTP - - - -<BR>2008-10-27 17:14:51 192.168.65.112 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 354+Start+mail+input;+end+with+&lt;CRLF&gt;.&lt;CRLF&gt; 0 0 44 0 265 SMTP - - - -<BR></DIV><DIV>Is there an incompatibility between Microsoft's SMTP Service in IIS and Logsat?</DIV><DIV>&nbsp;</DIV><DIV>Why is Logsat issuing a "disconnect" on the connection attempt? Tearing my hear out... lol</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance for any assistance.</DIV><span style="font-size:10px"><br /><br />Edited by dotme - 27 October 2008 at 1:55pm</span>]]>
   </description>
   <pubDate>Mon, 27 Oct 2008 13:53:30 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6571&amp;PID=12447&amp;title=hit-a-brick-wall-unexpected-disconnect#12447</guid>
  </item> 
 </channel>
</rss>