<?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 : Filter Rules / Order Question</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 : Filter Rules / Order Question]]></description>
  <pubDate>Mon, 13 Apr 2026 11:13:14 +0000</pubDate>
  <lastBuildDate>Fri, 24 Feb 2017 08:15:22 +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=7148</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[Filter Rules / Order Question : Yes, other users (us at LogSat...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14869&amp;title=filter-rules-order-question#14869</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> 7148<br /><strong>Posted:</strong> 24 February 2017 at 8:15am<br /><br />Yes, other users (us at LogSat included) employ database triggers to act upon new messages that are added to the quarantine. We fully support SpamFilter even with users making changes to the DB, even adding their own tables to obtain new functionality they need in their environment.<div><br></div><div>In regards to your need, I was personally thinking about a scheduled query within your SQL Server to perform the cleanup - the difficulty is with coming up with a query that will handle entries in SpamFilter's keyword list and "convert" them into keywords that SQL server can use. But once this query is discovered, applying it with a database trigger would indeed be better than a scheduled job.</div>]]>
   </description>
   <pubDate>Fri, 24 Feb 2017 08:15:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14869&amp;title=filter-rules-order-question#14869</guid>
  </item> 
  <item>
   <title><![CDATA[Filter Rules / Order Question : We&amp;#039;ve been looking into this...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14868&amp;title=filter-rules-order-question#14868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=895">insitec</a><br /><strong>Subject:</strong> 7148<br /><strong>Posted:</strong> 23 February 2017 at 11:01pm<br /><br />We've been looking into this a bit more, and we were thinking we might have to write a custom database trigger.<div><br></div><div>The trigger would fire whenever a new message is quarantined, and it would immediately run a regex match of the keywords. If it gets a hit, it will delete the message.&nbsp;</div><div><br></div><div>Have you ever heard / seen anyone doing something similar, or is there something else you would suggest?</div><div><br></div><div>--Andy</div>]]>
   </description>
   <pubDate>Thu, 23 Feb 2017 23:01:33 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14868&amp;title=filter-rules-order-question#14868</guid>
  </item> 
  <item>
   <title><![CDATA[Filter Rules / Order Question : Thanks Roberto,I figured it was...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14867&amp;title=filter-rules-order-question#14867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=895">insitec</a><br /><strong>Subject:</strong> 7148<br /><strong>Posted:</strong> 16 February 2017 at 9:27pm<br /><br />Thanks Roberto,<div><br></div><div>I figured it was probably non-trivial!&nbsp;</div><div><br></div><div>We are using regex for most of our keywords, and we've got them all set to ::NULL. To confirm - we are not currently quarantining anything that filters on a keyword match.</div><div><br></div><div>We are using MSSQL as our database.</div><div><br></div><div>Cheers,</div><div>Andy</div>]]>
   </description>
   <pubDate>Thu, 16 Feb 2017 21:27:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14867&amp;title=filter-rules-order-question#14867</guid>
  </item> 
  <item>
   <title><![CDATA[Filter Rules / Order Question : Andy,This one is not going to...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14866&amp;title=filter-rules-order-question#14866</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> 7148<br /><strong>Posted:</strong> 16 February 2017 at 4:17pm<br /><br />Andy,<div><br></div><div>This one is not going to be simple... SpamFilter does not allow the order of the filters to be changed, so the only option I can think of so far is to query the database to delete records that match your keywords from the database itself.</div><div><br></div><div>The difficulties are with the fact that SpamFilter's keywords can be plain or RegEx, there may be multiple keywords on one line, and that you may be using the ::NULL option for some of the keywords to tell SpamFilter to not quarantine the emails containing that keyword, but otherwise quarantine the others.</div><div><br></div><div>Are you configuring SpamFilter to not quarantine your entire blacklist keyword filter, or just individual keywords? What is your DB platform - SQL or MySQL?</div>]]>
   </description>
   <pubDate>Thu, 16 Feb 2017 16:17:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14866&amp;title=filter-rules-order-question#14866</guid>
  </item> 
  <item>
   <title><![CDATA[Filter Rules / Order Question : Hi Folks,One of the things we&amp;#039;re...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14865&amp;title=filter-rules-order-question#14865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=895">insitec</a><br /><strong>Subject:</strong> 7148<br /><strong>Posted:</strong> 16 February 2017 at 12:07am<br /><br />Hi Folks,<div><br></div><div>One of the things we're experiencing at the moment is a huge amount of spam that's being picked up by reverse DNS, or MAPS search; and is getting quarantined. Our issue is that around 90% of that spam would be set to 'do not quarantine' from a keyword match.&nbsp;</div><div><br></div><div>I don't want to set reverse DNS or MAPS to 'not quarantine' because we're still getting around 0.5% to 1% of emails on those categories being legitimate.</div><div><br></div><div>Any ideas? I've increased the number of countries we're blacklisting (and not quarantining), in an attempt to reduce it; but I'm keen to know how other people have tackled this issue?</div><div><br></div><div>Cheers,</div><div>Andy</div>]]>
   </description>
   <pubDate>Thu, 16 Feb 2017 00:07:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7148&amp;PID=14865&amp;title=filter-rules-order-question#14865</guid>
  </item> 
 </channel>
</rss>