<?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.webwizguide.com/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums</title>
  <link>http://www.logsat.com/spamfilter/forums/</link>
  <description>This is an XML content feed of; Spam Filter ISP Forums : Last 10 Posts</description>
  <pubDate>Fri, 03 Sep 2010 01:45:38 +0000</pubDate>
  <lastBuildDate>Thu, 02 Sep 2010 17:38:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.61</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.logsat.com/spamfilter/forums/RSS_topic_feed.asp</WebWizForums:feedURL>
  <item>
   <title>Spam Filter ISP Support : 451 Error resulted in 550 Error back</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6871&amp;PID=13787#13787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056" rel="nofollow">dotme</a><br /><strong>Subject:</strong> 451 Error resulted in 550 Error back<br /><strong>Posted:</strong> 02 September 2010 at 5:38pm<br /><br />Hi Roberto - Thanks for the reply, and yes - maybe the new feature needs a little refinement. One other interesting side-effect was&nbsp;in tracing&nbsp;an email released from quarantine 12 hours after it arrived. Again, struck down by the grelylisting, the logfile said it was sending 550 back to the sender SMTP server. But of course that original connection was long gone. <DIV>&nbsp;</DIV><DIV>Not a big deal, since the sender would have received an NDR when we quarantined anyway, but I thought I'd pass it along.</DIV><DIV>&nbsp;</DIV><DIV>As for the greylisting server, we got the client to turn that off. The server was a SmarterMail box, and it seems to greylist based on sender email address, not IP. That's a bizarre way of doing things, but it explains why the 451 came after the Rcpt To.</DIV><span style="font-size:10px"><br /><br />Edited by dotme - Yesterday at 5:39pm</span>]]>
   </description>
   <pubDate>Thu, 02 Sep 2010 17:38:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6871&amp;PID=13787#13787</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : 451 Error resulted in 550 Error back</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6871&amp;PID=13786#13786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8" rel="nofollow">LogSat</a><br /><strong>Subject:</strong> 451 Error resulted in 550 Error back<br /><strong>Posted:</strong> 28 August 2010 at 4:29pm<br /><br />dotme,<div><br></div><div>That scenario is indeed a bit unusual. With the new builds, SpamFilter places the sender "on hold" while SpamFilter tries to make sure the destination SMTP server accepts the recipient. SpamFilter actually issues an RCPT TO command to your destination SMTP server, and if the email address specified is accepted, then everything proceeds normally. If your SMTP server rejects the recipient, then SpamFilter issues a 550 SMTP error code back to the sender to notify them of the delivery problem. If your destination SMTP server is offline, SpamFilter won't be able to even connect to the server to send the RCPT TO command to begin with, so in this case the email will be accepted from the sender (assuming it passes all filtering rules), and is placed in a queue for later delivery whenever your SMTP server is back online.</div><div>Back to this specific case now however. Your customer's SMTP server implemented greylisting, but it did not reply with a 451 error right away when SpamFilter connected to it (this would have indeed caused the email to be queued for re-delivery, as SpamFilter would not have been able to connect to your server to begin with). The 451 greylisting error was sent by the SMTP server <i>after</i>&nbsp;SpamFilter connected and sent the HELO command (which indicates a successful connection), specifically the 451 error was sent only after SpamFilter issued the RCPT TO command to verify the existence of the recipient. Since the SMTP server rejected this recipient, this caused the bounce you saw.</div><div><br></div><div>We could in theory have SpamFilter only respond to 5xx errors when it comes to verifying recipients, and ignore any 3xx and 4xx error codes - we'll look into this to see if this could cause any kind of other issues.</div>]]>
   </description>
   <pubDate>Sat, 28 Aug 2010 16:29:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6871&amp;PID=13786#13786</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : 451 Error resulted in 550 Error back</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6871&amp;PID=13784#13784</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1056" rel="nofollow">dotme</a><br /><strong>Subject:</strong> 451 Error resulted in 550 Error back<br /><strong>Posted:</strong> 27 August 2010 at 1:37pm<br /><br />We have one of the latest builds with the new backscatter protection,&nbsp;and encountered a strange problem with it. <DIV>&nbsp;</DIV><DIV>One of the clients we filter for had managed to enable greylisting on their server (We told them to fix that by the way). But in tracing emails, the Logsat behavior was a bit unexpected. When SF tried to deliever an email and was given the 451&nbsp;"try again&nbsp;later"&nbsp;error, it returned a 550 permanent error to the sending server and dropped the email. Here's the logfile line...</DIV><DIV>&nbsp;</DIV><DIV>08/25/10 10:26:36:333 -- (620) Some recipients do not exist, <B>sending 550 to sender SMTP server</B>. The destination SMTP server said:sales@redacted.com: 451 Greylisted, please try again in 300 seconds</DIV><DIV>&nbsp;</DIV><DIV>So my questions are:</DIV><DIV>&nbsp;</DIV><DIV>1) If the receiving server issues a 451 temporary SMTP error, I realize at some point SF needs to give up and return a 550&nbsp;but can I request a feature where you can set the number of retries rather than giving up on the first attempt? That seems a bit harsh.</DIV><DIV>2) What if the receiving server is offline? Does this new routine mean that mail will be dumped if the receiving server happens to be down?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance!</DIV>]]>
   </description>
   <pubDate>Fri, 27 Aug 2010 13:37:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6871&amp;PID=13784#13784</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : some whitelisted mails get tagged, others not</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13783#13783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1311" rel="nofollow">Pierre</a><br /><strong>Subject:</strong> some whitelisted mails get tagged, others not<br /><strong>Posted:</strong> 27 August 2010 at 5:18am<br /><br />While collecting the needed info, I found the cause. On one (of the 3) relay servers, there was the option "TagSPAMAndQuarantine=1" set in "filters.ini". One the other 2 relays, that settign was set to 0. That was why some of the whitelisted e-mail got tagged and others not.<DIV>Thanks for helping me out. This post can be closed.</DIV>]]>
   </description>
   <pubDate>Fri, 27 Aug 2010 05:18:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13783#13783</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : some whitelisted mails get tagged, others not</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13782#13782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8" rel="nofollow">LogSat</a><br /><strong>Subject:</strong> some whitelisted mails get tagged, others not<br /><strong>Posted:</strong> 26 August 2010 at 9:40pm<br /><br />Pierre,<div><br></div><div>If you can zip and email us SpamFilter's activity logfile for a day this happened, and let us know the to/from email addresses involved, we'll take a look to try to see what is happening. Please also include your SpamFilter.ini file, and the entire \SpamFilter\Domains directory tree. If you are storing any of your blacklist/whitelist files outside that Domains directory, please include those as well.</div><div><br></div><div>If the zip file is over 8MB in size, I'll send you a PM with the info on how to FTP the file to us.</div>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 21:40:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13782#13782</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : some whitelisted mails get tagged, others not</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13781#13781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1311" rel="nofollow">Pierre</a><br /><strong>Subject:</strong> some whitelisted mails get tagged, others not<br /><strong>Posted:</strong> 26 August 2010 at 5:19am<br /><br /><P>Hi, Thanks for the reply.</P><P>The "unfiltered emails" list is empty. So I don't think that is the reason. When I looked at some of the emails that get tagged, I first thouht it was a combination of filter type and whitelist that triggered it, but I now rather think it is the combination of receiving address and whitelist. Not sure if it is. Also, the log file does not mention anything regarding the tagging of e-mails.</P>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 05:19:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13781#13781</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : some whitelisted mails get tagged, others not</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13780#13780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8" rel="nofollow">LogSat</a><br /><strong>Subject:</strong> some whitelisted mails get tagged, others not<br /><strong>Posted:</strong> 25 August 2010 at 11:14pm<br /><br />Peter,<div><br></div><div>Please see this section of the manual for the "Unfiltered Emails" whitelist. Does this apply to you?</div><div><br></div><div><br></div><div><span ="Apple-style-span" style="font-family: Verdana; line-height: normal; font-size: 13px; "><div style="text-align: left; text-indent: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><table border="0" cellpadding="0" cellspacing="0" style="font-size: 10pt; font-family: Verdana; font-style: normal; font-weight: normal; color: rgb0, 0, 0; text-decorati&#111;n: n&#111;ne; line-height: normal; "><t><tr valign="line" style="vertical-align: line; "><td><span style="font-weight: bold; color: rgb0, 0, 0; ">Unfiltered Emails -&nbsp;</span><span style="color: rgb0, 0, 0; ">Any local email address listed here will cause SpamFilter to bypass all blacklist rules for it. If you have any users who do not want to have their email filtered, enter them here. Wildcards (* and ?, same rules as DOS wildcards) are allowed. You can also use&nbsp;</span><span style="color: rgb0, 0, 255; text-decorati&#111;n: underline; ">Regular Expressions</span><span style="color: rgb0, 0, 0; ">(RegEx).This list supports two :TAG options to bypass the default "pass all" rule for entries on this list.</span></td></tr></t></table></div><div style="text-align: left; text-indent: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 13px; "><table border="0" cellpadding="0" cellspacing="0" style="font-size: 10pt; font-family: Verdana; font-style: normal; font-weight: normal; color: rgb0, 0, 0; text-decorati&#111;n: n&#111;ne; line-height: normal; "><t><tr valign="line" style="vertical-align: line; "><td width="13"><span style="font-size: 10pt; font-family: 'Courier New'; color: rgb0, 0, 0; ">o</span></td><td><span style="color: rgb0, 0, 0; ">If an entry is in the form&nbsp;</span><span style="font-style: italic; font-weight: bold; ">user@domain1.com:TAGSUBJECT</span><span style="color: rgb0, 0, 0; ">&nbsp;it will cause all emails sent to user@domain1.com to be accepted and then delivered to that user no matter what. However emails that are classified as spam by the various filters will have the prefix "SPAM:" added to the subject line.</span></td></tr></t></table></div><div style="text-align: left; text-indent: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 13px; "><table border="0" cellpadding="0" cellspacing="0" style="font-size: 10pt; font-family: Verdana; font-style: normal; font-weight: normal; color: rgb0, 0, 0; text-decorati&#111;n: n&#111;ne; line-height: normal; "><t><tr valign="line" style="vertical-align: line; "><td width="13"><span style="font-size: 10pt; font-family: 'Courier New'; color: rgb0, 0, 0; ">o</span></td><td><span style="color: rgb0, 0, 0; ">If an entry is in the form&nbsp;</span><span style="font-style: italic; font-weight: bold; ">user@domain1.com:TAG</span><span style="color: rgb0, 0, 0; ">&nbsp;it will cause all emails sent to user@domain1.com to be accepted and then delivered to that user no matter what. However emails that are classified as spam by the various filters will have the header&nbsp;</span><span style="font-style: italic; color: rgb0, 0, 0; ">"X-SF-SPAM:Y"</span><span style="color: rgb0, 0, 0; ">&nbsp;added to them.</span></td></tr></t></table></div></span></div>]]>
   </description>
   <pubDate>Wed, 25 Aug 2010 23:14:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13780#13780</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : some whitelisted mails get tagged, others not</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13779#13779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1311" rel="nofollow">Pierre</a><br /><strong>Subject:</strong> some whitelisted mails get tagged, others not<br /><strong>Posted:</strong> 24 August 2010 at 10:13am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>We use Spamfilter-ISP 4.1.2.812.</DIV><DIV>We&nbsp;use AutoWhiteListForceDelivery.txt to whitelist domains or individual mail addresses.</DIV><DIV>For those whitelisted e-mails, some of them get tagged in the subject and others don't. When tagged, the subject is preceded with "&#091;*probably spam*&#093;:"</DIV><DIV>(spamfilter.ini has 'SPAMTagPrefix=&#091;*probably spam*&#093;:).</DIV><DIV>In the filter settings, we did not tick "Tag spam in subject &amp; deliver".</DIV><DIV>Do you know why some of the e-mail still get tagged?</DIV><DIV>&nbsp;</DIV><DIV>Kind regards,</DIV><DIV>&nbsp;</DIV><DIV>Peter.</DIV>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 10:13:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6870&amp;PID=13779#13779</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : Large Attachment Problem</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6869&amp;PID=13778#13778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=11" rel="nofollow">kspare</a><br /><strong>Subject:</strong> Large Attachment Problem<br /><strong>Posted:</strong> 22 August 2010 at 12:01am<br /><br />I did a wireshark trace and found the following:<br>SMTP&nbsp;&nbsp;&nbsp; S: 552 4.3.1 Session size exceeds fixed maximum session size<br><br>Spamfilter disconnects and retries again later. I guess it just doesn't know how to deal with this problem?<br>]]>
   </description>
   <pubDate>Sun, 22 Aug 2010 00:01:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6869&amp;PID=13778#13778</guid>
  </item> 
  <item>
   <title>Spam Filter ISP Support : Update SQL script missing in step 2b</title>
   <link>http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6868&amp;PID=13777#13777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8" rel="nofollow">LogSat</a><br /><strong>Subject:</strong> Update SQL script missing in step 2b<br /><strong>Posted:</strong> 21 August 2010 at 12:26pm<br /><br />For the record, the activity log in the database tab showed:<div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Step 1:&nbsp; Successfully connected to database!</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Step 2:&nbsp; ==============</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">please wait...</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Found tblQuarantine</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; "><b>tblMsgs - not found</b></span><b><o:p></o:p></b></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Found tblRejectCodes</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Found tblLogins</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Found tblServers</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">Some Database tables not found - recreating...</span><o:p></o:p></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">&nbsp;</span><o:p></o:p></p><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; "><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">CREATE TABLE `tblMsgs` (</span><o:p></o:p></p></div></div><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">&nbsp; `MsgID` int(11) NOT NULL auto_increment,</span><o:p></o:p></p></div></div><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">&nbsp; `Msg` longtext,</span><o:p></o:p></p></div></div><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">&nbsp; PRIMARY KEY&nbsp; (`MsgID`)</span><o:p></o:p></p></div></div><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">) TYPE=MyISAM</span><o:p></o:p></p></div></div><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">&#091;MySQL&#093;&#091;ODBC 3.51 Driver&#093;&#091;mysqld-5.0.19-nt&#093;<b>Table 'tblmsgs' already exists</b></span><o:p></o:p></p></div></div><div style="color: rgb0, 0, 0; font-family: Verdana; font-size: medium; "><div></div></div></span></p></div></div><div style="font-family: Verdana; line-height: normal; font-size: medium; "><div><p ="Ms&#111;normal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb31, 73, 125; ">&nbsp;</span></p></div></div><div>Checking the tblMsgs table on MySQL we noticed it was corrupted. As simple "repair table" command issued via MySQL solved the issue.</div><div><br></div><div>table tblMsgs in MySQL was corrupted.&nbsp;</div></div>]]>
   </description>
   <pubDate>Sat, 21 Aug 2010 12:26:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6868&amp;PID=13777#13777</guid>
  </item> 
 </channel>
</rss>