<?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 : Log examples</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 : Log examples]]></description>
  <pubDate>Sun, 15 Mar 2026 22:19:46 +0000</pubDate>
  <lastBuildDate>Wed, 26 Mar 2003 00:00:00 +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=39</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[Log examples : I would like to know more infroamtion...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=39&amp;title=log-examples#39</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>I would like to know more infroamtion about the log files. What do the numbers between the (XXX) mean, I would like to be able it show what rule the email was rejected by <P>thanks for any input. HAVE A GREAT DAY !</P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=39&amp;title=log-examples#39</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : In SpamFilter all incoming and...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=40&amp;title=log-examples#40</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> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>In SpamFilter all incoming and outgoing connections are multi-threaded. This means that each email that is received or that is sent is handled by a separate thread. The number in parenthesis (xxx) indicates what the thread with that ThreadID is currently doing. <P>All log entries are timestamped for when the event took place, and indicate the ID of the thread doing the work at that moment. When an incoming connection is detected, a new thread is spawned to process the incoming connection requests. Once the email msg is received from the remote server, the file is ASCII-queued to a temp file in the queue directory, along with a separate file containing the recipients for the email. At this point the thread terminates and a new thread is spawned that takes care of delivering the email to your destination mail server. <P>A complete email reception/fwding process would look similar to the following: <P>02/28/03 00:53:25:449 -- (2212) Connection from: 192.168.1.101 - Originating country : N/A 02/28/03 00:53:25:630 -- (2212) Resolving 192.168.1.101 - Not found 02/28/03 00:53:25:630 -- (2212) Mail from: roberto3@netwide.net 02/28/03 00:53:25:930 -- (2212) MAPS search done... . 02/28/03 00:53:25:930 -- (2212) RCPT TO: roberto2@netwide2.net accepted 02/28/03 00:53:25:990 -- (2212) EMail from roberto3@netwide.net to roberto2@netwide2.net was queued. 02/28/03 00:53:25:990 -- (2212) Disconnect 02/28/03 00:53:26:000 -- (2280) Sending email from roberto3@netwide.net to roberto2@netwide2.net 02/28/03 00:53:27:693 -- (2280) EMail from roberto3@netwide.net to roberto2@netwide2.net was forwarded to mail.netwide.net <P><P><P>Ini the log you should always find the reason of why an email was rejected or quarantined. Look for the line that says "will be quarantined" or "will be disconnected". The line just above that will indicate the last test that failed (Note that you may have to skip a few lines if other emails were received at the same time, that is where looking at the Thread ID becomes handy). Following are some reject samples from our logs: <P><P>03/25/03 00:00:56:110 -- (313) - MAPS search done... 521 The IP 209.111.69.236 is Blacklisted by dnsbl.njabl.org. . 03/25/03 00:00:56:110 -- (313) 209.111.69.236 - Mail from: jgalaoit754@click2saveonline.us To: rcox@netwide.net will be quarantined <P>or <P>03/25/03 00:01:04:872 -- (73) Resolving 220.71.31.35 - Not found 03/25/03 00:01:04:872 -- (73) - Reverse DNS not found - 03/25/03 00:01:04:872 -- (73) 220.71.31.35 - Mail from: cvfgb66b65t@aaro.se To: ashbrook@netwide.net will be quarantined <P>or <P>03/25/03 00:05:29:423 -- (264) RCPT TO: ohfudge@NETWIDE.NET accepted 03/25/03 00:05:29:573 -- (264) Found Keywords: &#091;mortgage,click here&#093; 03/25/03 00:05:29:573 -- (264) EMail from atlasrewards@FUNMAILOFFERS.COM to ohfudge@NETWIDE.NET matches content filter rules - rejected. 03/25/03 00:05:29:633 -- (264) EMail from atlasrewards@FUNMAILOFFERS.COM to ohfudge@NETWIDE.NET was received and quarantined. Size: 5 KB <P><P>Hope this helps! <P>Roberto Franceschetti LogSat Software</P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=40&amp;title=log-examples#40</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : Very well explained, but I have...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=41&amp;title=log-examples#41</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>Very well explained, but I have am example I would like you to look at I would like to know the reason the mail was quarantined. <P>03/26/03 10:09:07:689 -701 Connection from: 12.4.169.99 - Originating country : United States 03/26/03 10:09:07:769 -701 Resolving 12.4.169.99 - Not found 03/26/03 10:09:07:769 -701 Mail from: Yvette_Stephen@worldwide.com 03/26/03 10:09:08:100 -701 - MAPS search done... . 03/26/03 10:09:08:100 -701 Mail from: Yvette_Stephen@worldwide.com To: michael.j.rour@citigroup.com - will be quarantined 03/26/03 10:09:08:260 -701 EMail from Yvette_Stephen@worldwide.com to michael.j.rour@citigroup.com was received and quarantined. 03/26/03 10:09:09:011 -701 Mail from: Yvette_Stephen@worldwide.com 03/26/03 10:09:09:011 -701 Mail from: Yvette_Stephen@worldwide.com To: michael.j.rour@citigroup.com - will be quarantined 03/26/03 10:09:09:121 -701 EMail from Yvette_Stephen@worldwide.com to michael.j.rour@citigroup.com was received and quarantined. 03/26/03 10:09:11:725 -701 Disconnect thanks you for any help. </P>]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=41&amp;title=log-examples#41</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : Wayne,  We received your ini...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=42&amp;title=log-examples#42</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> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>Wayne, <P>We received your ini and logfiles. In SpamFilter you have configured your "Local Domains" with just one entry, teamworldwide.com. <P>This means that SpamFilter will only accept and deliver email addressed to someone@teamworldwide.com. SpamFilter cannot be used to relay mail anywhere else. <P>In you log we noticeed several times entries that showed your users (someone@teamworldwide.com) trying to send email to outside domains (ex. someone@macktrucks.com). That won't work... <P>Don't forget that SpamFilter is designed to handle excusively incoming email. It is not supposed to be used by your internal users as their outgoing SMTP server. You users should still use your existing SMTP mail as their outgoing SMTP server to relay email to the outside. <P>Hope this helps! <P>Roberto</P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=42&amp;title=log-examples#42</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : I have setup the Spam filter to...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=43&amp;title=log-examples#43</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>I have setup the Spam filter to lison on port25 , and change my smpt server to port 26, would i need to change the configuration on the clients email software to point to port 26 ? </P>]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=43&amp;title=log-examples#43</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : Wayne,  Please take a look at...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=44&amp;title=log-examples#44</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> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>Wayne, <P>Please take a look at the thread titled "Relay settings" in this forum, as it is very similar to your situation. <P>The answer to your question would be a "yes", but we recommend going a different route as indicated in the other postings. <P>Roberto F. LogSat Software</P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=44&amp;title=log-examples#44</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : Comments Great Product!!, Thanks...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=45&amp;title=log-examples#45</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><H3>Comments</H3><P>Great Product!!, Thanks You for the support, If the port change works, I will be registering your product. </P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=45&amp;title=log-examples#45</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : Now I see why you asked... That...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=46&amp;title=log-examples#46</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> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>Now I see why you asked... That leaves us puzzled as well! <P>If can you please email to us at support@logsat.com a copy of your spamfilter.ini and the logfile in question we'll try to take a better look. The reject reason should indeed have been logged. <P>Roberto</P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=46&amp;title=log-examples#46</guid>
  </item> 
  <item>
   <title><![CDATA[Log examples : Wayne,  Is the &amp;#034;citigroup.com&amp;#034;...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=47&amp;title=log-examples#47</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 39<br /><strong>Posted:</strong> 26 March 2003 at 12:00am<br /><br /><P>Wayne, <P>Is the "citigroup.com" domain (or the * wildcard) included in your Local Domains list -- the domains that you accept for mail relaying on your system? If NOT, then this may explain this log sequence. <P>We have seen this same sequence of log entries on our server when SpamFilter rejects a message based on anti-relay -- the recipient's domain is not listed in the Local Domains list -- and quarantining is enabled. <P>As for the duplication of certain lines in the log entry... it appears in our logs from time to time as well, but again, the only time we see this duplication is on anti-relay rejections. <P>Hope this is helpful in some way. <P>Jim</P><!--webbot BOT="Include" U-Include="../_borders/discSpamFilter_aftr.htm" startspan -->]]>
   </description>
   <pubDate>Wed, 26 Mar 2003 00:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=39&amp;PID=47&amp;title=log-examples#47</guid>
  </item> 
 </channel>
</rss>