<?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 : Messages are not being delivered</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 : Messages are not being delivered]]></description>
  <pubDate>Mon, 09 Mar 2026 02:41:19 +0000</pubDate>
  <lastBuildDate>Mon, 21 Jan 2008 18:11:10 +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=6357</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[Messages are not being delivered : Thanks Roberto. The server ID...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11589&amp;title=messages-are-not-being-delivered#11589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=333">johndpatriot1</a><br /><strong>Subject:</strong> 6357<br /><strong>Posted:</strong> 21 January 2008 at 6:11pm<br /><br />Thanks Roberto.&nbsp; The server ID in the database was for the old one.&nbsp; I switched it and made the new server the same as the old server ID since the old server was retired.&nbsp; All seems to be working now.&nbsp; Thanks alot<DIV>&nbsp;</DIV><DIV>John,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 18:11:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11589&amp;title=messages-are-not-being-delivered#11589</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered :  Johndpatriot1,I&amp;#039;m not sure...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11584&amp;title=messages-are-not-being-delivered#11584</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> 6357<br /><strong>Posted:</strong> 21 January 2008 at 2:29pm<br /><br />Johndpatriot1,<br><br>I'm not sure I understand exactly what the issue is, as there are many possible problems being mentioned here. originally you reported problems with "no emails being delivered properly". In the following post you specified that the problem is "not forwarding spam that is tagged for delivery using the web interface".<br><br>However in the logs, both jerbo128 and desperado correctly spotted problems in your SpamFilter installation caused by another application taking control of port 25. This was preventing SpamFilter from accepting any incoming SMTP connections. <br><br>But from the last log entries you posted, we still see that SpamFilter did not process a single incoming email in the 5 minute span in the log. Now, if this is by design, and no email is supposed to be routed to SpamFilter, please ignore this comment. if however email is supposed to be received by SpamFilter, there may still be something in your network configuration that is preventing the SMTP traffic from reaching SpamFilter.<br><br>If emails are not supposed to reach this SpamFilter, and you only wish to use it to deliver quarantined emails that are stored in the database, there may be the following problem (along with a solution):<br>When a company is running multiple servers with SpamFilter, all pointing to the same quarantine database, each SpamFilter server will always know which emails stored in the database it owns. This allows the correct original SpamFilter server that stopped the email to begin with, to be the one delivering the email in case the user selects to force-deliver it using the quarantine web interface. <br><br>This is done by assigning a different ID to each instance ofSpamFilter. If you look at the SpamFilter.ini files on both new and old servers,you should see they both have an entry:<br><br>tblServersServerID=1<br><span ="highlight"></span><br>and each one should have an unique ID. This ID should have been automatically generated by SpamFilter on the initial setup.<br><br>Ifyou then look in the database, there's a table called tblServers. Inthat table you should see listed your two SpamFilter servers, alongwith their relative server names and ServerID.<br><br>Lastly, if you look at the emailsin the tblQuarantine, you should see that there is a field called"ServerID" that we use to identify which server caught that email.This is how each SpamFilter keeps tracks of the emails it owns.<br><br>Now, if all these parameters mismatch, meaning you are trying to use the "new" server to deliver emails from the quarantine that were saved by the "old" server, then emails will indeed not be delivered.<br><br>The solution, despite the complicated explanation above, is rather simple. Edit the tblServers table, and change the existing server name in the table to the name of the new server. Then edit the tblServersServerID value in the SpamFilter.ini file and assign it the value that is stored in the database. Please note that you will need to stop SpamFilter before making these changes.<br>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 14:29:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11584&amp;title=messages-are-not-being-delivered#11584</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered : Thanks Guys, that fixed the socket...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11583&amp;title=messages-are-not-being-delivered#11583</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=333">johndpatriot1</a><br /><strong>Subject:</strong> 6357<br /><strong>Posted:</strong> 21 January 2008 at 11:34am<br /><br />Thanks Guys,&nbsp; that fixed the socket error in the logs (nice call)<DIV>&nbsp;</DIV><DIV>but it is not sending the spam emails yet.&nbsp; any other thoughts?</DIV><DIV>&nbsp;</DIV><DIV>New log below</DIV><DIV>&nbsp;</DIV><DIV>01/21/08 11:25:47:883 -- SpamFilter ISP v4.0.0.768 Listening on all IPs port 25<BR>01/21/08 11:25:47:883 -- (2440) Found new domain in tbl_LocalDomains: SFI. Creating new FilterObject<BR>01/21/08 11:25:47:899 -- (2440) Detected differences in file timestamps - forcing DB export<BR>01/21/08 11:25:47:930 -- (2440) Reloading filter.ini: domains\SFI\Filters.ini<BR>01/21/08 11:25:47:930 -- (2440) Reloading file for tbl_LocalDomains: AllowedDomains.txt (18 bytes)<BR>01/21/08 11:25:47:930 -- (2440) Reloading file for tblWL_AuthorizedTOEmails: C:\AuthList.txt (6653 bytes)<BR>01/21/08 11:25:47:946 -- (2440) Reloading file for tblWL_Keywords: C:\Allowkeywords.txt (40 bytes)<BR>01/21/08 11:25:47:946 -- (2440) Reloading file for tblWL_EmailsFrom: C:\email\AllowAddress.txt (4615 bytes)<BR>01/21/08 11:25:47:946 -- (2440) Reloading file for tblWL_EmailsTO: c:\InternalAddress.txt (0 bytes)<BR>01/21/08 11:25:47:961 -- (2440) Reloading file for tblWL_AutoWhiteListForceDelivery: AutoWhiteListForceDelivery.txt (73195 bytes)<BR>01/21/08 11:25:47:977 -- (2440) Reloading file for tblBL_EmailsFrom: C:\email\Blockaddress.txt (17736 bytes)<BR>01/21/08 11:25:47:977 -- (2440) Reloading file for tblBL_EmailsTO: c:\blackto.txt (0 bytes)<BR>01/21/08 11:25:47:977 -- (2440) Reloading file for tblBL_Countries: domains\SFI\BL_Countries.txt (0 bytes)<BR>01/21/08 11:25:47:977 -- (2440) Reloading file for tblBL_MAPS: domains\SFI\BL_MAPS.txt (112 bytes)<BR>01/21/08 11:25:47:977 -- (2440) Reloading file for tblBL_Keywords: C:\keywords.txt (598 bytes)<BR>01/21/08 11:25:47:993 -- (2440) Reloading file for tblBL_Attachments: C:\Attachments.txt (256 bytes)<BR>01/21/08 11:25:47:993 -- (2440) Reloading file for tblBL_SURBL: domains\SFI\BL_SURBL.txt (220 bytes)<BR>01/21/08 11:25:47:993 -- (2440) Reloading file for tblBL_HoneypotEmails: C:\HoneyPotAddresses.txt (26 bytes)<BR>01/21/08 11:25:47:993 -- (2440) Reloading file for tblBL_HoneypotBlockedIPs: HoneypotBlockedIPs.txt (0 bytes)<BR>01/21/08 11:25:47:993 -- (2440) Reloading file for tbl_SFIFiltermatrix: AllowedDomainFilterMatrix.txt (62 bytes)<BR>01/21/08 11:25:47:993 -- Reloading local black / white lists: C:\Program Files\SpamFilter\ccTLDs.txt<BR>01/21/08 11:25:49:383 -- (3160) SpamFilterForm - Begin loading corpus.db<BR>01/21/08 11:25:49:399 -- (3164) BayesianThread starting<BR>01/21/08 11:25:49:399 -- (3164) TBayesianThread - Begin LoadFromFile for corpus.db (db.dat)<BR>01/21/08 11:25:49:399 -- (3164) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat -&gt; Ind48E.tmp<BR>01/21/08 11:25:49:399 -- (3164) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat.prb -&gt; Ind48F.tmp<BR>01/21/08 11:25:49:618 -- (3164) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind48F.tmp<BR>01/21/08 11:25:49:618 -- (3164) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind48E.tmp<BR>01/21/08 11:25:49:618 -- (3164) TBayesianThread - LoadFromFile for Corpus.db - Reading Buffer in mem<BR>01/21/08 11:25:49:618 -- (3164) TBayesianThread - LoadFromFile for Corpus.db - setting Buffer size to 1588166<BR>01/21/08 11:25:49:633 -- (3164) TBayesianThread - End LoadFromFile for corpus.db (db.dat) (124)<BR>01/21/08 11:25:49:821 -- (3164) Begin Sync Corpus.db<BR>01/21/08 11:25:49:821 -- (3164) Sync Corpus.db pass 0a<BR>01/21/08 11:25:49:821 -- (3164) Sync Corpus.db pass 0b<BR>01/21/08 11:25:49:821 -- (3164) Sync Corpus.db pass 0c<BR>01/21/08 11:25:49:821 -- (3164) Sync Corpus.db - 105696 - 0<BR>01/21/08 11:25:49:821 -- (3164) Sync Corpus.db pass 1 (0)<BR>01/21/08 11:25:49:836 -- (3164) Sync Corpus.db pass 2 (156)<BR>01/21/08 11:25:49:836 -- (3164) Sync Corpus.db pass 3 (156)<BR>01/21/08 11:25:49:836 -- (3164) Sync Corpus.db pass 4 (156)<BR>01/21/08 11:25:49:883 -- (3164) Sync Corpus.db pass 5 (188)<BR>01/21/08 11:25:49:883 -- (3164) Sync Corpus.db pass 6 (234)<BR>01/21/08 11:25:49:883 -- (3164) Sync Corpus.db pass 7 (234)<BR>01/21/08 11:25:49:883 -- (3164) Sync Corpus.db pass 8 (234)<BR>01/21/08 11:25:49:883 -- (3164) End Sync Corpus.db (234)<BR>01/21/08 11:25:50:196 -- Listener Started<BR>01/21/08 11:25:50:321 -- (3160) TSpamFilterForm - LoadFromFile for Corpus.db - copied db.dat.prb -&gt; Ind491.tmp<BR>01/21/08 11:25:50:321 -- (3160) TSpamFilterForm - LoadFromFile for Corpus.db - copied db.dat -&gt; Ind490.tmp<BR>01/21/08 11:25:50:321 -- (3160) TSpamFilterForm - Begin LoadFromFile for corpus.db (db.dat)<BR>01/21/08 11:25:50:586 -- (3160) SpamFilterForm - End loading corpus.db<BR>01/21/08 11:25:50:586 -- (3160) TSpamFilterForm - End LoadFromFile for corpus.db (db.dat) (171)<BR>01/21/08 11:25:50:586 -- (3160) TSpamFilterForm - LoadFromFile for Corpus.db - loaded files in memory - Ind491.tmp<BR>01/21/08 11:25:50:586 -- (3160) TSpamFilterForm - LoadFromFile for Corpus.db - loaded files in memory - Ind490.tmp<BR>01/21/08 11:25:50:586 -- (3160) TSpamFilterForm - LoadFromFile for Corpus.db - Reading Buffer in mem<BR>01/21/08 11:25:50:586 -- (3160) TSpamFilterForm - LoadFromFile for Corpus.db - setting Buffer size to 1588166<BR>01/21/08 11:25:56:946 -- (224) Starting to process queue directory...<BR>01/21/08 11:25:56:961 -- (1820) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 11:25:56:961 -- (1820) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 11:25:58:149 -- (616) Blacklist cache - starting cleanup<BR>01/21/08 11:25:58:164 -- (296) Saved GreyListAllowed.txt<BR>01/21/08 11:25:58:180 -- (692) Starting to process quarantine directory...<BR>01/21/08 11:25:59:180 -- (3868) Deleted Expired quarantined items<BR>01/21/08 11:25:59:743 -- Bayesian Thread is not running - starting...<BR>01/21/08 11:26:00:008 -- (2776) BayesianThread starting<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - End LoadFromFile for corpus.db (db.dat) (186)<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind493.tmp<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind492.tmp<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - LoadFromFile for Corpus.db - Reading Buffer in mem<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - LoadFromFile for Corpus.db - setting Buffer size to 1588166<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat.prb -&gt; Ind493.tmp<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat -&gt; Ind492.tmp<BR>01/21/08 11:26:00:399 -- (2776) TBayesianThread - Begin LoadFromFile for corpus.db (db.dat)<BR>01/21/08 11:26:03:149 -- (1176) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 11:26:04:133 -- (3372) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 11:26:48:633 -- (3348) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 11:26:48:633 -- (3348) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 11:26:48:633 -- (2236) Blacklist cache - starting cleanup<BR>01/21/08 11:26:51:539 -- (956) Starting to process queue directory...<BR>01/21/08 11:27:48:133 -- (3908) Starting to process queue directory...<BR>01/21/08 11:27:48:774 -- (748) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 11:27:48:774 -- (748) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 11:27:48:789 -- (2760) Blacklist cache - starting cleanup<BR>01/21/08 11:27:49:774 -- (3624) Starting to process queue directory...<BR>01/21/08 11:27:53:774 -- (268) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 11:27:53:774 -- (3092) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 11:28:48:649 -- (3848) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 11:28:48:649 -- (3848) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 11:28:48:649 -- (3308) Blacklist cache - starting cleanup<BR>01/21/08 11:29:48:758 -- (848) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 11:29:48:868 -- (848) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 11:29:49:102 -- (3536) Blacklist cache - starting cleanup<BR>01/21/08 11:29:54:321 -- (2444) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 11:29:54:321 -- (2664) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 11:30:51:274 -- (2052) Starting to process quarantine directory...<BR>01/21/08 11:30:51:274 -- (3932) Blacklist cache - starting cleanup<BR>01/21/08 11:30:51:274 -- (1816) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 11:30:51:274 -- (1816) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 11:30:51:180 -- (2300) Saved GreyListAllowed.txt<BR></DIV>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 11:34:36 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11583&amp;title=messages-are-not-being-delivered#11583</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered : jerbo128,  Good call. I was...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11581&amp;title=messages-are-not-being-delivered#11581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=22">Desperado</a><br /><strong>Subject:</strong> 6357<br /><strong>Posted:</strong> 21 January 2008 at 10:31am<br /><br /><DIV>jerbo128,</DIV><DIV>&nbsp;</DIV><DIV>Good call. I was about to answer this also.</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 10:31:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11581&amp;title=messages-are-not-being-delivered#11581</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered : Johndpatriot1:  The key to the...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11580&amp;title=messages-are-not-being-delivered#11580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=221">jerbo128</a><br /><strong>Subject:</strong> 6357<br /><strong>Posted:</strong> 21 January 2008 at 10:24am<br /><br /><DIV>Johndpatriot1:</DIV><DIV>&nbsp;</DIV><DIV>The key to the problem is this line:</DIV><DIV>&nbsp;</DIV><DIV>01/21/08 09:26:16:508 -- Exception occurred during PerformPostStartupTasks: Could not bind socket. Address and port are already in use.</DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Some other application or service is using you port (probably port 25).&nbsp; Are you running Microsoft SMTP service maybe?&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>jerbo128</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 10:24:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11580&amp;title=messages-are-not-being-delivered#11580</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered : Here is the log. Note that this...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11579&amp;title=messages-are-not-being-delivered#11579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=333">johndpatriot1</a><br /><strong>Subject:</strong> 6357<br /><strong>Posted:</strong> 21 January 2008 at 9:28am<br /><br />Here is the log.&nbsp; Note that this server is not running in produciton until I can resovle this issue.&nbsp; The issue is that the spam filter is not forwarding spam that is tagged for delivery using the web interface. <DIV>&nbsp;</DIV><DIV>01/21/08 09:26:14:055 -- SpamFilter ISP v4.0.0.768 Listening on all IPs port 25<BR>01/21/08 09:26:14:055 -- (2660) Found new domain in tbl_LocalDomains: SFI. Creating new FilterObject<BR>01/21/08 09:26:14:055 -- (2660) Detected differences in file timestamps - forcing DB export<BR>01/21/08 09:26:14:071 -- (2660) Reloading filter.ini: domains\SFI\Filters.ini<BR>01/21/08 09:26:14:086 -- (2660) Reloading file for tbl_LocalDomains: AllowedDomains.txt (18 bytes)<BR>01/21/08 09:26:14:086 -- (2660) Reloading file for tblWL_AuthorizedTOEmails: C:\AuthList.txt (6653 bytes)<BR>01/21/08 09:26:14:086 -- (2660) Reloading file for tblWL_Keywords: C:\Allowkeywords.txt (40 bytes)<BR>01/21/08 09:26:14:102 -- (2660) Reloading file for tblWL_EmailsFrom: C:\email\AllowAddress.txt (4615 bytes)<BR>01/21/08 09:26:14:102 -- (2660) Reloading file for tblWL_EmailsTO: c:\InternalAddress.txt (0 bytes)<BR>01/21/08 09:26:14:133 -- (2660) Reloading file for tblWL_AutoWhiteListForceDelivery: AutoWhiteListForceDelivery.txt (73195 bytes)<BR>01/21/08 09:26:14:133 -- (2660) Reloading file for tblBL_EmailsFrom: C:\email\Blockaddress.txt (17736 bytes)<BR>01/21/08 09:26:14:133 -- (2660) Reloading file for tblBL_EmailsTO: c:\blackto.txt (0 bytes)<BR>01/21/08 09:26:14:149 -- (2660) Reloading file for tblBL_Countries: domains\SFI\BL_Countries.txt (0 bytes)<BR>01/21/08 09:26:14:149 -- (2660) Reloading file for tblBL_MAPS: domains\SFI\BL_MAPS.txt (112 bytes)<BR>01/21/08 09:26:14:149 -- (2660) Reloading file for tblBL_Keywords: C:\keywords.txt (598 bytes)<BR>01/21/08 09:26:14:149 -- (2660) Reloading file for tblBL_Attachments: C:\Attachments.txt (256 bytes)<BR>01/21/08 09:26:14:149 -- (2660) Reloading file for tblBL_SURBL: domains\SFI\BL_SURBL.txt (220 bytes)<BR>01/21/08 09:26:14:164 -- (2660) Reloading file for tblBL_HoneypotEmails: C:\HoneyPotAddresses.txt (26 bytes)<BR>01/21/08 09:26:14:164 -- (2660) Reloading file for tblBL_HoneypotBlockedIPs: HoneypotBlockedIPs.txt (0 bytes)<BR>01/21/08 09:26:14:180 -- (2660) Reloading file for tbl_SFIFiltermatrix: AllowedDomainFilterMatrix.txt (62 bytes)<BR>01/21/08 09:26:14:180 -- Reloading local black / white lists: C:\Program Files\SpamFilter\ccTLDs.txt<BR>01/21/08 09:26:15:602 -- (380) SpamFilterForm - Begin loading corpus.db<BR>01/21/08 09:26:15:602 -- (1920) BayesianThread starting<BR>01/21/08 09:26:15:602 -- (1920) TBayesianThread - Begin LoadFromFile for corpus.db (db.dat)<BR>01/21/08 09:26:15:602 -- (1920) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat -&gt; Ind46C.tmp<BR>01/21/08 09:26:15:602 -- (1920) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat.prb -&gt; Ind46D.tmp<BR>01/21/08 09:26:16:024 -- (1920) TBayesianThread - End LoadFromFile for corpus.db (db.dat) (124)<BR>01/21/08 09:26:16:024 -- (1920) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind46D.tmp<BR>01/21/08 09:26:16:024 -- (1920) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind46C.tmp<BR>01/21/08 09:26:16:024 -- (1920) TBayesianThread - LoadFromFile for Corpus.db - Reading Buffer in mem<BR>01/21/08 09:26:16:024 -- (1920) TBayesianThread - LoadFromFile for Corpus.db - setting Buffer size to 1588166<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 4 (188)<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 3 (188)<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 2 (172)<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 1 (0)<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db - 105696 - 0<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 0c<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 0b<BR>01/21/08 09:26:16:039 -- (1920) Sync Corpus.db pass 0a<BR>01/21/08 09:26:16:055 -- (1920) Begin Sync Corpus.db<BR>01/21/08 09:26:16:102 -- (1920) Sync Corpus.db pass 5 (219)<BR>01/21/08 09:26:16:164 -- (1920) Sync Corpus.db pass 6 (297)<BR>01/21/08 09:26:16:164 -- (1920) Sync Corpus.db pass 7 (297)<BR>01/21/08 09:26:16:164 -- (1920) Sync Corpus.db pass 8 (297)<BR>01/21/08 09:26:16:164 -- (1920) End Sync Corpus.db (297)<BR>01/21/08 09:26:16:461 -- Listener Started<BR>01/21/08 09:26:16:508 -- Exception occurred during PerformPostStartupTasks: Could not bind socket. Address and port are already in use.<BR>01/21/08 09:26:16:618 -- (380) TSpamFilterForm - LoadFromFile for Corpus.db - copied db.dat.prb -&gt; Ind46F.tmp<BR>01/21/08 09:26:16:618 -- (380) TSpamFilterForm - LoadFromFile for Corpus.db - copied db.dat -&gt; Ind46E.tmp<BR>01/21/08 09:26:16:618 -- (380) TSpamFilterForm - Begin LoadFromFile for corpus.db (db.dat)<BR>01/21/08 09:26:16:789 -- (380) TSpamFilterForm - LoadFromFile for Corpus.db - setting Buffer size to 1588166<BR>01/21/08 09:26:16:789 -- (380) TSpamFilterForm - LoadFromFile for Corpus.db - Reading Buffer in mem<BR>01/21/08 09:26:16:789 -- (380) TSpamFilterForm - LoadFromFile for Corpus.db - loaded files in memory - Ind46E.tmp<BR>01/21/08 09:26:16:789 -- (380) TSpamFilterForm - LoadFromFile for Corpus.db - loaded files in memory - Ind46F.tmp<BR>01/21/08 09:26:16:789 -- (380) TSpamFilterForm - End LoadFromFile for corpus.db (db.dat) (139)<BR>01/21/08 09:26:16:789 -- (380) SpamFilterForm - End loading corpus.db<BR>01/21/08 09:26:22:164 -- (2536) Starting to process queue directory...<BR>01/21/08 09:26:22:211 -- (960) Running TTerminateIdleThreads - SFTC=0 - SFFC=0<BR>01/21/08 09:26:22:211 -- (960) Running TTerminateIdleThreads SSL - SFTC=0 - SFFC=0<BR>01/21/08 09:26:22:664 -- (3616) Blacklist cache - starting cleanup<BR>01/21/08 09:26:22:493 -- (3548) Saved GreyListAllowed.txt<BR>01/21/08 09:26:22:680 -- (1932) Starting to process quarantine directory...<BR>01/21/08 09:26:23:586 -- (3932) Deleted Expired quarantined items<BR>01/21/08 09:26:26:321 -- Bayesian Thread is not running - starting...<BR>01/21/08 09:26:26:586 -- (2372) BayesianThread starting<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - End LoadFromFile for corpus.db (db.dat) (156)<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind471.tmp<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - LoadFromFile for Corpus.db - loaded files in memory - Ind470.tmp<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - LoadFromFile for Corpus.db - Reading Buffer in mem<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - LoadFromFile for Corpus.db - setting Buffer size to 1588166<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat.prb -&gt; Ind471.tmp<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - LoadFromFile for Corpus.db - copied db.dat -&gt; Ind470.tmp<BR>01/21/08 09:26:26:946 -- (2372) TBayesianThread - Begin LoadFromFile for corpus.db (db.dat)<BR>01/21/08 09:26:27:696 -- (2608) HTTP Error in GetSFDBStats:Connect timed out.<BR>01/21/08 09:26:27:696 -- (3284) HTTP Error in GetSFDBStats:Connect timed out.</DIV><span style="font-size:10px"><br /><br />Edited by johndpatriot1 - 21 January 2008 at 9:29am</span>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 09:28:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11579&amp;title=messages-are-not-being-delivered#11579</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered : John,The database is only used...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11570&amp;title=messages-are-not-being-delivered#11570</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> 6357<br /><strong>Posted:</strong> 19 January 2008 at 9:39am<br /><br />John,<br><br>The database is only used to store the quarantined emails, it has nothing to do with the receiving&nbsp; and forwarding of emails. SpamFilter will run even if the database is not present.<br>If you can please stop and start SpamFilter, and post the log entries that are generated in the activity logfile from the time you start SpamFilter to about one minute later, we'll try to see if there's anything majorly wrong. If you want, you can zip and email us your entire logfile for the day at our support email address.<br>]]>
   </description>
   <pubDate>Sat, 19 Jan 2008 09:39:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11570&amp;title=messages-are-not-being-delivered#11570</guid>
  </item> 
  <item>
   <title><![CDATA[Messages are not being delivered : I have moved my Spam filter to...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11567&amp;title=messages-are-not-being-delivered#11567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=333">johndpatriot1</a><br /><strong>Subject:</strong> 6357<br /><strong>Posted:</strong> 18 January 2008 at 4:32pm<br /><br />I have moved my Spam filter to a new server but now no emails are being delivered properly.<DIV>&nbsp;</DIV><DIV>I am running it on:<BR></DIV><DIV>XP Pro</DIV><DIV>Running SPamfilter 4.0.0.768</DIV><DIV>&nbsp;</DIV><DIV>I think it has to do with my Access DB but am unsure.&nbsp; I have checked it and do see entries with deliver set to -1.&nbsp; I am a registered user.</DIV><DIV>&nbsp;</DIV><DIV>My question is is there a setting i need to set to get the software to deliver these messages.&nbsp; Please help</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>john,</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 18 Jan 2008 16:32:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6357&amp;PID=11567&amp;title=messages-are-not-being-delivered#11567</guid>
  </item> 
 </channel>
</rss>