<?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 : issue with quarrantine database...</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 : issue with quarrantine database...]]></description>
  <pubDate>Mon, 13 Apr 2026 13:32:44 +0000</pubDate>
  <lastBuildDate>Mon, 18 Jul 2005 13:54:52 +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=1600</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[issue with quarrantine database... :  This is what I found out.  SpamFilter...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6261&amp;title=issue-with-quarrantine-database#6261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=125">deano92964</a><br /><strong>Subject:</strong> 1600<br /><strong>Posted:</strong> 18 July 2005 at 1:54pm<br /><br /><FONT face="Times New Roman" size=3><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">This is what I found out.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">SpamFilter does appear to create the tables forcing the use of the MyISAM engine.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">However, in the Windows version of MySQL version 4.1 the MyISAM engine will not allow that foreign key to be created. It does not return an error, it simply ignores the query to create it. It cannot be added manually either. Again, no error, the query just seems to be ignored.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">However, if you change the tables to use the InnoDB engine the foreign key can be created by manually executing the query.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">Is there a specific reason for using the MyISAM engine in SpamFilter?</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">So far I have not had any problem using the InnoDB engine, and the addition of the foreign key seems to have fixed the missing MsgID problem. So far things look good.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">You may have to change the scripts to create the tables using InnoDB instead.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">This may be something recent with the 4.1 version, or perhaps it only affects the Windows version. I do not know this. I do not have this new of a version on any of my Linux boxes. But I do know that this foreign key will not insert with this version of MySQL while using the MyISAM engine.</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt">Dean</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><O:P>&nbsp;</O:P></P><P style="MARGIN: 0in 0in 0pt" ="Ms&#111;normal"></FONT><O:P><FONT face="Times New Roman" size=3></FONT></O:P></P><P style="MARGIN: 0in 0in 0pt" ="Ms&#111;normal"><O:P><FONT face="Times New Roman" size=3></FONT></O:P></P><span style="font-size:10px"><br /><br />Edited by deano92964</span>]]>
   </description>
   <pubDate>Mon, 18 Jul 2005 13:54:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6261&amp;title=issue-with-quarrantine-database#6261</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : I just ran a quick test to see...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6260&amp;title=issue-with-quarrantine-database#6260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=125">deano92964</a><br /><strong>Subject:</strong> 1600<br /><strong>Posted:</strong> 18 July 2005 at 2:46am<br /><br /><P>I just ran a quick test to see if the install of my copy just goofed and that key didn't get added. I installed it on another machine and had it create the tables in another database server i am running, and again, it did not add that foreign key that is missing.</P><P>When i get a chance i am going to see if the default database engine used for the tables makes any difference in how the keys are created by spamfilter. MySQL 4.1 defaults to MyISAM databases. The think it used to be just ISAM which is no longer used. </P><P>Perhaps it makes a difference what database engine is used.</P><P>Anyhow. I let you know if i find anything out.</P><P>Dean</P>]]>
   </description>
   <pubDate>Mon, 18 Jul 2005 02:46:47 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6260&amp;title=issue-with-quarrantine-database#6260</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : The foreign key was indeed missing....]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6259&amp;title=issue-with-quarrantine-database#6259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=125">deano92964</a><br /><strong>Subject:</strong> 1600<br /><strong>Posted:</strong> 18 July 2005 at 2:24am<br /><br /><P>The foreign key was indeed missing. Manual addition of it was sucessful. I have not yet tested it. I will through out the day today to see if this has taken care of the problem.</P><P>&nbsp;</P><P>Thanks.</P>]]>
   </description>
   <pubDate>Mon, 18 Jul 2005 02:24:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6259&amp;title=issue-with-quarrantine-database#6259</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : Dean,  The update in the MySQL...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6258&amp;title=issue-with-quarrantine-database#6258</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> 1600<br /><strong>Posted:</strong> 17 July 2005 at 6:34pm<br /><br />Dean,<br><br>The update in the MySQL script was added a long time ago. <br><br>From the solution in the previous postings:<br>========================================<br>It looks like the problem is caused by a missing foreign key in theMySQL database between the&nbsp;MsgID field in the&nbsp;tblMsgs and thetblQuarantine tables.<br>========================================<br><br>Can you please verify that in your database the foreign key is actuallymissing? If it is indeed missing, can you try to manually add it byrunning the following SQL query:<br><br>ALTER TABLE `tblQuarantine` ADD <br>&nbsp;&nbsp;&nbsp; CONSTRAINT `FK_tblQuarantine_tblMsgs` FOREIGN KEY <br>&nbsp;&nbsp;&nbsp; (<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; `MsgID`<br>&nbsp;&nbsp;&nbsp; ) REFERENCES `tblMsgs` (<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; `MsgID`<br>&nbsp;&nbsp;&nbsp; ) ON DELETE CASCADE;<br><br>]]>
   </description>
   <pubDate>Sun, 17 Jul 2005 18:34:38 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6258&amp;title=issue-with-quarrantine-database#6258</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : This is strange. I know this topic...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6255&amp;title=issue-with-quarrantine-database#6255</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=125">deano92964</a><br /><strong>Subject:</strong> 1600<br /><strong>Posted:</strong> 17 July 2005 at 3:05am<br /><br /><P>This is strange. I know this topic is allmost 2 years old, but i found it when i was searching the forum for the problem i am having.</P><P>The strange thing is i am running 2.5.1.441 using MySQL version 4.1 and having the exact same problem. I would have thought seems how this problem has been reported before, that it would have been fixed by now.</P><P>When a person marks a message to be deleted that was sent to more than one recipient, when spamfilter expires the messages, it removes the msgid from tblmsgs so the other recipients will get a No message found error for that ID when they try to view it. Same thing occures when Spamfilter purges messages beyond the number of days set to leave messages in the quarantine.</P><P>It doesn't appear that this problem has been fixed. Money is very tight for me right now. I am having enough problems trying to come up with the cash to pay for this software. I certainaly don't want to have to switch to MS SQL.</P><P>Dean</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 17 Jul 2005 03:05:51 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=6255&amp;title=issue-with-quarrantine-database#6255</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : I haven&amp;#039;t followed up on...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=2016&amp;title=issue-with-quarrantine-database#2016</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> 1600<br /><strong>Posted:</strong> 17 September 2003 at 12:14pm<br /><br />I haven't followed up on this is awhile - but I'm still experiencing this problem.&nbsp; Is this an issue I can correct by adding a key in the MySQL tables, or is it a problem within the program code itself?]]>
   </description>
   <pubDate>Wed, 17 Sep 2003 12:14:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=2016&amp;title=issue-with-quarrantine-database#2016</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : Ric, You are correct, we were...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1620&amp;title=issue-with-quarrantine-database#1620</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> 1600<br /><strong>Posted:</strong> 05 August 2003 at 10:56pm<br /><br /><P>Ric,</P><P>You are correct, we were able to duplicate the issue with MySQL. It looks like the problem is caused by a missing foreign key in the MySQL database between the&nbsp;MsgID field in the&nbsp;tblMsgs and the tblQuarantine tables. The MS SQL server database has it, MySQL does not. We'll try to have an updated MySQL script in the next build.</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Tue, 05 Aug 2003 22:56:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1620&amp;title=issue-with-quarrantine-database#1620</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : Dan - Currently running v1.2.0.190...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1610&amp;title=issue-with-quarrantine-database#1610</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> 1600<br /><strong>Posted:</strong> 05 August 2003 at 12:40pm<br /><br /><P>Dan -</P><P>Currently running v1.2.0.190 on MySQL 4.0.14...</P><P>-Ric</P>]]>
   </description>
   <pubDate>Tue, 05 Aug 2003 12:40:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1610&amp;title=issue-with-quarrantine-database#1610</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : Ric, What version of SpamFilter...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1605&amp;title=issue-with-quarrantine-database#1605</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> 1600<br /><strong>Posted:</strong> 05 August 2003 at 12:53am<br /><br /><P>Ric,</P><P>What version of SpamFilter and type DB are you using?&nbsp; I am not able to duplicate your error.&nbsp; I dant a message to 2 of my accounts by putting both addresses in the "To" field.&nbsp; I made sure it had content that would get blocked.&nbsp; I the went to the quarantine for one of the addresses and deleted the message.&nbsp; I the waited until the message actually deleted and went to the other account.&nbsp; Not only was it there, but I was able to view it and the send it and it showed up in my other account.</P><P>Dan S.</P>]]>
   </description>
   <pubDate>Tue, 05 Aug 2003 00:53:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1605&amp;title=issue-with-quarrantine-database#1605</guid>
  </item> 
  <item>
   <title><![CDATA[issue with quarrantine database... : Hello - I have found a small...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1600&amp;title=issue-with-quarrantine-database#1600</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> 1600<br /><strong>Posted:</strong> 04 August 2003 at 1:12pm<br /><br /><P>Hello -</P><P>I have found a small issue with the quarrantine database, and I don't know the resolution.&nbsp; If a message that was blocked is supposed to be delivered to more than one recipient, SpamFilter ISP creates a quarrantine record for each, and one message record.&nbsp; If any of the recipents flag their message for deletion (which flags the quar. record) and then the system processes the flagged records, the message gets deleted, possibly before the other recipients even get a chance to see the message, and they get&nbsp;a 'No message found for MsgID=xxxx' warning when they try to view the message.</P><P>Any suggestions?</P><P>-Ric</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 04 Aug 2003 13:12:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1600&amp;PID=1600&amp;title=issue-with-quarrantine-database#1600</guid>
  </item> 
 </channel>
</rss>