<?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 : Subject RegEx</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 : Subject RegEx]]></description>
  <pubDate>Fri, 10 Jul 2026 09:41:01 +0000</pubDate>
  <lastBuildDate>Tue, 10 Feb 2004 06:27: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=2861</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[Subject RegEx : Nix the post above ... too many...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2921&amp;title=subject-regex#2921</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> 2861<br /><strong>Posted:</strong> 10 February 2004 at 6:27am<br /><br /><P>Nix the post above ... too many false positives.</P><P>I changed it to ((?i)Subject:=\?ISO\-\d*\-\1?.*?better_)&nbsp; For the moment.</P><P>Dan S.</P>]]>
   </description>
   <pubDate>Tue, 10 Feb 2004 06:27:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2921&amp;title=subject-regex#2921</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : However, Check my sanity but the...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2920&amp;title=subject-regex#2920</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> 2861<br /><strong>Posted:</strong> 10 February 2004 at 6:07am<br /><br /><P>However,&nbsp; Check my sanity but the following seems to work:</P><P>((?i)Subject:=\?ISO\-\d*\-\1?,*?.*_.*_.*)</P><P>PLEASE SHOOT IT DOWN! I have no idea if I am creating a disaster just waiting to happen!</P><P>Regards,</P><P>Dan S.</P>]]>
   </description>
   <pubDate>Tue, 10 Feb 2004 06:07:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2920&amp;title=subject-regex#2920</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : All, The following examples do,...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2919&amp;title=subject-regex#2919</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> 2861<br /><strong>Posted:</strong> 10 February 2004 at 5:24am<br /><br /><P>All,</P><P>The following examples do, in fact, work but I have no stats on false blocking yet.&nbsp; After one hour, I got "hits" on 2 out of 3 of them and nailed 23 messages.</P><P>((?i)Subject:((re:hit)|((\.){1})|((\w){0,3}(dont wait\!))))</P><P>((?i)Subject:(.){3,15}("confirmation n))</P><P>((?i)Subject:(at last).{20,})</P><P>Any comments on what is wrong with these PLEASE!</P><P>Regards,</P><P>Dan S.</P>]]>
   </description>
   <pubDate>Tue, 10 Feb 2004 05:24:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2919&amp;title=subject-regex#2919</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : I too have found the Subject line...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2907&amp;title=subject-regex#2907</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> 2861<br /><strong>Posted:</strong> 09 February 2004 at 7:24pm<br /><br /><P>I too have found the Subject line not working correctly with RegEx, but I think I found out why.</P><P>My issue is that I have found a lot of spam mail that does not get caught have Subject lines like this <STRONG>=?ISO-8859-1?B?UmU6QSBNdXN0IHJlYWQgb24gSGVhbHRo?=</STRONG> inside the header Subject line.</P><P>The&nbsp;convertion does show up though in the subject line that the user normally sees.&nbsp; The above unicode&nbsp;converts to <STRONG>Re:A Must read on Health</STRONG>.</P><P>My guess here is that SF picks up on the subject line AFTER the unicode is converted.&nbsp; If this is the case, then using a regex such as <STRONG>((?i)Subject:\s=.+?=)</STRONG> to filter out the unicode-encoded line above will not work.</P><P>Another popular one I get a lot is when the message comes in with the subject line <STRONG>hi</STRONG> and the subject line in the header shows up as unicode, my usual regex that blocks <STRONG>hi</STRONG> will not work.&nbsp; I'm not sure as to the solution to this, but this is where I see the problems coming from when it comes to filtering based on the subject line. If the subject line in both the header and 'what the user normally sees subject field' match then the regex will work as advertised.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 19:24:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2907&amp;title=subject-regex#2907</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : Hmmm ... all of a sudden my Subject...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2905&amp;title=subject-regex#2905</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> 2861<br /><strong>Posted:</strong> 09 February 2004 at 12:51pm<br /><br /><P>Hmmm ... all of a sudden my Subject RegEx is not working ... but it did.&nbsp; I am running a private beta that may have an issue though ..&nbsp; I will check on that.</P><P>Dan S.</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 12:51:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2905&amp;title=subject-regex#2905</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : Hey Dan whats going on? I emailed...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2904&amp;title=subject-regex#2904</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> 2861<br /><strong>Posted:</strong> 09 February 2004 at 12:01pm<br /><br /><P>Hey Dan whats going on?</P><P>I emailed SF support to contact you about your latest regex and no one has responded</P><P>Any chance i can get it direct for you</P><P>my email address is btrinidad at atx dot com</P><P>Thanks </P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 12:01:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2904&amp;title=subject-regex#2904</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : Sure Dan, thanks for the quick...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2903&amp;title=subject-regex#2903</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> 2861<br /><strong>Posted:</strong> 09 February 2004 at 11:53am<br /><br /><P>Sure Dan, thanks for the quick initial response!</P><P>Here is what I have in my Keywords Filter area to filter any emails with a subject of "hi" (without the quotes)...</P><P>Subject: hi<BR>Subject: (?i)hi<BR>"Subject:" (hi)</P><P>All three of these don't work!&nbsp; I've sent an inbound email from three seperate email accounts that I have on the internet, with the subject of "hi" (without the quotes), and SpamFilter isn't trapping it.</P><P>I just re-verified my version on the spamfilter.exe and spamfiltersvc.exe, and they are both: 1.2.0.212.</P><P>Thanks!</P><P>GJ</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 11:53:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2903&amp;title=subject-regex#2903</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : Can you please post an example...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2902&amp;title=subject-regex#2902</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> 2861<br /><strong>Posted:</strong> 09 February 2004 at 11:19am<br /><br /><P>Can you please post an example of what your keyword entry for the "subject" keyword looks like?</P><P>Regards,</P><P>Dan S.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 11:19:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2902&amp;title=subject-regex#2902</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : I&amp;#039;m having the same issue...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2901&amp;title=subject-regex#2901</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> 2861<br /><strong>Posted:</strong> 09 February 2004 at 11:14am<br /><br /><P>I'm having the same issue (the "Subject:" search isn't working).&nbsp; Per the release notes and bug fixes on the 'Download' page...(the third items shows that version 1.2.0.212 now has the new "Subject:" word search...</P><P>// New to VersionNumber = '1.2.0.212';<BR>{TODO -cNew : Add ini option to allow MAIL FROM command without 1st HELO command}<BR>{TODO -cNew : Incoming connections are dropped immediately when the DATA stream exceeds the max message size, before the entire email was received before being rejected}<BR><EM>{TODO -cNew : Subject lines are now prefixed with the words "Subject:", allowing RegEx searches to be more specific by limiting them to the subject line only}<BR></EM><EM></EM></P><P>I upgraded to this version, but my "Subject:" keyword searches are not working.</P><P>Any help would be greatly appreciated, I too am trying to stop the MyDoom virus in it's tracks by searching the email subjects</P><P>Thanks!</P><P>GJ</P>]]>
   </description>
   <pubDate>Mon, 09 Feb 2004 11:14:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2901&amp;title=subject-regex#2901</guid>
  </item> 
  <item>
   <title><![CDATA[Subject RegEx : The &amp;#034;Subject&amp;#034; RegEx...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2883&amp;title=subject-regex#2883</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> 2861<br /><strong>Posted:</strong> 07 February 2004 at 5:20pm<br /><br /><P>The "Subject" RegEx matching was not available until version 2 build 211 (or there abouts).</P><P>Regards,</P><P>Dan S.</P>]]>
   </description>
   <pubDate>Sat, 07 Feb 2004 17:20:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2861&amp;PID=2883&amp;title=subject-regex#2883</guid>
  </item> 
 </channel>
</rss>