<?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 key words that trigger rejects."</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 key words that trigger rejects."]]></description>
  <pubDate>Mon, 15 Jun 2026 23:17:47 +0000</pubDate>
  <lastBuildDate>Wed, 24 Nov 2004 13:33: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=4615</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 key words that trigger rejects." : You were close. Here is the report...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4635&amp;title=log-key-words-that-trigger-rejects#4635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=14">CyberBob</a><br /><strong>Subject:</strong> 4615<br /><strong>Posted:</strong> 24 November 2004 at 1:33pm<br /><br /><P>You were close. Here is the report I was looking for. You may&nbsp;have to change the table name from dbo_tblQuarantine to tblQuarantine depending on your configuration.</P><P>SELECT DISTINCTROW Count(dbo_tblQuarantine.RejectDetails) AS CountOfRejectDetails, dbo_tblQuarantine.RejectDetails<BR>FROM dbo_tblQuarantine<BR>WHERE (((dbo_tblQuarantine.RejectID)=13))<BR>GROUP BY dbo_tblQuarantine.RejectDetails<BR>HAVING (((Count(dbo_tblQuarantine.RejectDetails)) Not Like "*Found prohibited attachment*"))<BR>ORDER BY Count(dbo_tblQuarantine.RejectDetails) DESC;</P>]]>
   </description>
   <pubDate>Wed, 24 Nov 2004 13:33:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4635&amp;title=log-key-words-that-trigger-rejects#4635</guid>
  </item> 
  <item>
   <title><![CDATA["Log key words that trigger rejects." : Thanks I&amp;#039;ll try this and...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4634&amp;title=log-key-words-that-trigger-rejects#4634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=14">CyberBob</a><br /><strong>Subject:</strong> 4615<br /><strong>Posted:</strong> 24 November 2004 at 10:32am<br /><br />Thanks I'll try this and get back to you!]]>
   </description>
   <pubDate>Wed, 24 Nov 2004 10:32:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4634&amp;title=log-key-words-that-trigger-rejects#4634</guid>
  </item> 
  <item>
   <title><![CDATA["Log key words that trigger rejects." : Since that feature isn&amp;#039;t...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4625&amp;title=log-key-words-that-trigger-rejects#4625</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> 4615<br /><strong>Posted:</strong> 23 November 2004 at 1:05pm<br /><br /><P>Since that feature isn't in the program now, you could try:</P><P>SELECT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rejectdetails, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COUNT(*) AS detailcount <BR>FROM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tblquarantine <BR>WHERE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rejectid=13<BR>AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; deliver = 0)<BR>AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expire = 0<BR>AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Left(RejectDetails,44) &lt;&gt; 'Found Keywords: &#091;Found prohibited attachment')<BR>GROUP BY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rejectdetails <BR>ORDER BY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; detailcount DESC</P><P>This will return all keywords found, with the corresponding number of times found in the quarantine database in descending order, but will exclude the 'prohibited attachment' records.</P><P>Will this get you closer to what you want?</P><P>-Ric</P>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 13:05:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4625&amp;title=log-key-words-that-trigger-rejects#4625</guid>
  </item> 
  <item>
   <title><![CDATA["Log key words that trigger rejects." : Thanks but let me specify better. Whether...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4622&amp;title=log-key-words-that-trigger-rejects#4622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=14">CyberBob</a><br /><strong>Subject:</strong> 4615<br /><strong>Posted:</strong> 23 November 2004 at 10:30am<br /><br /><P>Thanks but let me specify better.</P><P>Whether the box "Log key words that trigger rejects" is checked or not I see no change in the logs? What does the check box do?</P><P>I have a report setup to track error code 13 and I see the keywords that trigger the rejects if the box is checked or unchecked?</P><P>So it made me wonder if there was a separate log file being created?</P><P>**** Here's my thought. IF we could track ONLY the keywords that trigger rejects then we could create a script to compare that to our keyword list. I could then see which keywords are the most effective and keep my keyword list lean and concise. That is why I requested one other time to remove Blocked Attachments from error code 13.</P><P>I know I could run a script to look for blocked keywords also but it would be cleaner to have a list that is only keywords.</P><P>That's my two cents for now. Ideas are welcomed!</P><P>Bob</P>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 10:30:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4622&amp;title=log-key-words-that-trigger-rejects#4622</guid>
  </item> 
  <item>
   <title><![CDATA["Log key words that trigger rejects." : Bob,In the SpamFilter ISP&amp;#039;s...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4618&amp;title=log-key-words-that-trigger-rejects#4618</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> 4615<br /><strong>Posted:</strong> 22 November 2004 at 11:24pm<br /><br />Bob,<P CLASS="ASPForums"></P>In the SpamFilter ISP's activity log each time an email is blcoked because of a keyword, the log will record something like the following:<P CLASS="ASPForums"></P>09/08/04 00:02:35:032 -- (416) Found Keywords: &#091;get your free&#093;<P CLASS="ASPForums"></P>In the quarantine database, the tblQuarantine table will also log the keywords in the RejectDetails column. You can find all emails blcoked due to keywords by executing the following query:<P CLASS="ASPForums"></P>SELECT     *FROM         tblQuarantineWHERE     (RejectID = 13)<P CLASS="ASPForums"></P>Roberto F.LogSat Software]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 23:24:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4618&amp;title=log-key-words-that-trigger-rejects#4618</guid>
  </item> 
  <item>
   <title><![CDATA["Log key words that trigger rejects." : When you are looking at the &amp;#034;Keywords...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4615&amp;title=log-key-words-that-trigger-rejects#4615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=14">CyberBob</a><br /><strong>Subject:</strong> 4615<br /><strong>Posted:</strong> 22 November 2004 at 11:30am<br /><br /><P>When you are looking at the "Keywords filter"&nbsp;tab and check the box "Log key words that trigger rejects." </P><P>What log is created to track these? Where is it at?</P>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 11:30:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4615&amp;PID=4615&amp;title=log-key-words-that-trigger-rejects#4615</guid>
  </item> 
 </channel>
</rss>