<?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 : deleting quarantined messages in the Access 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 : deleting quarantined messages in the Access database]]></description>
  <pubDate>Wed, 11 Mar 2026 09:09:51 +0000</pubDate>
  <lastBuildDate>Wed, 11 Jun 2003 23:35: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=850</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[deleting quarantined messages in the Access database : Abel, We can&amp;#039;t officially...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=909&amp;title=deleting-quarantined-messages-in-the-access-database#909</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> 850<br /><strong>Posted:</strong> 11 June 2003 at 11:35pm<br /><br /><P>Abel,</P><P>We can't officially support DB2 yet, however SpamFilter's code is very generic and should work with most databases out there, as long as their OLE or ODBC drivers provide the capabilities SpamFilter needs. If your DBAs are able to port the SQL/Oracle/MySQL or Access in DB2, and DB2 supports, either natively or thru use of triggers, auto-number colums, it may work.</P><P>We have not tested MSDE yet, however since it's based on SQL server it may work without problems. Please let us know if it does or not if you try!</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Wed, 11 Jun 2003 23:35:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=909&amp;title=deleting-quarantined-messages-in-the-access-database#909</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : Roberto, Thanks for the quick...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=891&amp;title=deleting-quarantined-messages-in-the-access-database#891</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> 850<br /><strong>Posted:</strong> 11 June 2003 at 9:23am<br /><br /><P>Roberto,</P><P>Thanks for the quick answers.</P><P>We have 2 problems here. The first one is that I´m not a database expert so using access was the best option for me. The second one is that our database plataform is IBM-DB2, and I need to talk to the experts here about if it will be possible to use the quarantine DB into DB2. Does&nbsp;quarantine DB work with MSDE ?</P><P>Do you have any documentation about setting this using&nbsp;databases ?</P><P>Thanks again,</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 11 Jun 2003 09:23:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=891&amp;title=deleting-quarantined-messages-in-the-access-database#891</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : Hi Abel,  The Access platform...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=889&amp;title=deleting-quarantined-messages-in-the-access-database#889</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> 850<br /><strong>Posted:</strong> 11 June 2003 at 8:33am<br /><br /><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2>Hi Abel,</FONT></SPAN></DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2>The Access platform is not very efficient, Microsoft does not do a very good job in recovering unused space when records are deleted, that is why they offer a "Compact database" function to shrink down the database. Unfortunately there is no solution there that we can think of, other than manually compacting it periodically. Other DB platforms (SQL/MySQL/Oracle) work much more efficiently (note that MySQL is free!).</FONT></SPAN></DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2>I'll be checking on the delete process again. We're pretty sure it is done hourly, but bugs are always present. I'll make sure to test with Access, as to be honest most testing we do is done with MS SQL and MySQL.</FONT></SPAN></DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2>Good ideas in having a log entry with the num of records delete, same with the "Delete NOW" button. We'll be adding them if not in the&nbsp;next build that addresses&nbsp;some access violation, in the one after.</FONT></SPAN></DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN class=554352612-11062003><FONT face=Verdana color=#000080 size=2>Roberto Franceschetti<BR>LogSat Software</FONT></SPAN></DIV>]]>
   </description>
   <pubDate>Wed, 11 Jun 2003 08:33:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=889&amp;title=deleting-quarantined-messages-in-the-access-database#889</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : Roberto, I was using .147. Now...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=888&amp;title=deleting-quarantined-messages-in-the-access-database#888</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> 850<br /><strong>Posted:</strong> 11 June 2003 at 8:22am<br /><br /><P>Roberto,</P><P>I was using .147. Now I have .148 running here. And the quarantine is deleting messages older than 1 day. But the deleted messages (pressing the del key) are still there. I have some questions/suggestions about the quarantine and the number of days to store:</P><P>1) The quarantine itens are deleted, but the size of the file (access database) keep growing. Why this ?</P><P>2) The delete process seems to me to run only once per day, and not at each hour. I have a quarantine item dated 10/06/2003 00:23:07 and its 11/06/2003 09:20 AM here.</P><P>3) Can this delete process create an entry in the logs telling us, at least, how many messages were deleted and when ?</P><P>4) Can we have a "FLUSH" button to really delete the itens from the quarantine ? Like the one that we used to have&nbsp;in the version without database.</P><P>Thanks and keep the good work,</P><P>Abel.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 11 Jun 2003 08:22:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=888&amp;title=deleting-quarantined-messages-in-the-access-database#888</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : Abel,  Are you running the latest...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=877&amp;title=deleting-quarantined-messages-in-the-access-database#877</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> 850<br /><strong>Posted:</strong> 10 June 2003 at 7:21pm<br /><br /><DIV><SPAN class=928291923-10062003><FONT face=Verdana color=#000080 size=2>Abel,</FONT></SPAN></DIV><DIV><SPAN class=928291923-10062003><FONT face=Verdana color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN class=928291923-10062003><FONT face=Verdana color=#000080 size=2>Are you running the latest beta build .148? There was a bug in .147 that caused it not to delete emails and not to deliver the registration password to end-users who registered to access the quarantine.</FONT></SPAN></DIV><DIV><SPAN class=928291923-10062003><FONT face=Verdana color=#000080 size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN class=928291923-10062003><FONT face=Verdana color=#000080 size=2>Roberto Franceschetti<BR>LogSat Software</FONT></SPAN></DIV>]]>
   </description>
   <pubDate>Tue, 10 Jun 2003 19:21:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=877&amp;title=deleting-quarantined-messages-in-the-access-database#877</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : I&#180;m having problems withmy access...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=872&amp;title=deleting-quarantined-messages-in-the-access-database#872</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> 850<br /><strong>Posted:</strong> 10 June 2003 at 12:28pm<br /><br /><P>I´m having problems with&nbsp;my access database. Its set to store it for 1 day and the itens are still there. Pressing del doesnt work too. More than 24 hours has passed and Im still have older (more than 1 day) and deleted itens in the quarantine.</P><P>What Am I doing wrong here ?</P><P>&nbsp;</P><P>Thanks,</P><P>Abel.</P>]]>
   </description>
   <pubDate>Tue, 10 Jun 2003 12:28:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=872&amp;title=deleting-quarantined-messages-in-the-access-database#872</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : I take it that only works with...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=865&amp;title=deleting-quarantined-messages-in-the-access-database#865</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> 850<br /><strong>Posted:</strong> 09 June 2003 at 10:13pm<br /><br />I take it that only works with the access database and not the SQL database.]]>
   </description>
   <pubDate>Mon, 09 Jun 2003 22:13:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=865&amp;title=deleting-quarantined-messages-in-the-access-database#865</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : George, Actually if you hit the...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=860&amp;title=deleting-quarantined-messages-in-the-access-database#860</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> 850<br /><strong>Posted:</strong> 09 June 2003 at 6:34pm<br /><br /><P>George,</P><P>Actually if you hit the "delete" key on the keyboard the record will be erased. We need to work more on the GUI grid display as it's not that user-friendly...</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Mon, 09 Jun 2003 18:34:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=860&amp;title=deleting-quarantined-messages-in-the-access-database#860</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : Paul, Hitting the &amp;#034;delete&amp;#034;...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=858&amp;title=deleting-quarantined-messages-in-the-access-database#858</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> 850<br /><strong>Posted:</strong> 09 June 2003 at 6:33pm<br /><br /><P>Paul,</P><P>Hitting the "delete" key on the keyboard will do the trick. We will add a note to make it more user-friendly.</P><P>Roberto Franceschetti<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Mon, 09 Jun 2003 18:33:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=858&amp;title=deleting-quarantined-messages-in-the-access-database#858</guid>
  </item> 
  <item>
   <title><![CDATA[deleting quarantined messages in the Access database : Paul,It is done when the user...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=854&amp;title=deleting-quarantined-messages-in-the-access-database#854</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> 850<br /><strong>Posted:</strong> 09 June 2003 at 2:33pm<br /><br /><P>Paul,<BR>It is done when the user uses the web client. It is not done from the admin interface.</P><P>g</P>]]>
   </description>
   <pubDate>Mon, 09 Jun 2003 14:33:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=850&amp;PID=854&amp;title=deleting-quarantined-messages-in-the-access-database#854</guid>
  </item> 
 </channel>
</rss>