<?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 : 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 : RegEx]]></description>
  <pubDate>Sun, 15 Mar 2026 00:57:51 +0000</pubDate>
  <lastBuildDate>Thu, 03 Feb 2011 18:20:29 +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=6913</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[RegEx : Thanks guys for the tips and direction....]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13967&amp;title=regex#13967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=245">meatboy</a><br /><strong>Subject:</strong> 6913<br /><strong>Posted:</strong> 03 February 2011 at 6:20pm<br /><br />Thanks guys for the tips and direction. I think I was making it harder than it really is. Maybe just missed something in the instructions. The addition is working really well and a few other tweaks are getting them. My users think its all gone quiet now but really SF is doing all the work!! <img src="http://www.logsat.com/spamfilter/forums/smileys/smiley32.gif" height="17" width="18" border="0" alt="Clap" title="Clap" />]]>
   </description>
   <pubDate>Thu, 03 Feb 2011 18:20:29 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13967&amp;title=regex#13967</guid>
  </item> 
  <item>
   <title><![CDATA[RegEx : Hmmm...I don&amp;#039;t even think...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13966&amp;title=regex#13966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=104">yapadu</a><br /><strong>Subject:</strong> 6913<br /><strong>Posted:</strong> 02 February 2011 at 10:49am<br /><br />Hmmm...<br><br>I don't even think you need the \- part.&nbsp; I think you are safe to use (we-spam) because the - is not defined as part of a character set &#091;&#093;.<br><br>I could be wrong of course as I am no regex expert but the test I just did says you don't need it (but did not seem to hurt putting it in either).<br><br>As roberto said, you don't really need regex for that example though.<br>]]>
   </description>
   <pubDate>Wed, 02 Feb 2011 10:49:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13966&amp;title=regex#13966</guid>
  </item> 
  <item>
   <title><![CDATA[RegEx : meatboy,A RegEx keyword in SpamFilter...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13965&amp;title=regex#13965</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> 6913<br /><strong>Posted:</strong> 01 February 2011 at 9:45pm<br /><br />meatboy,<div><br></div><div>A RegEx keyword in SpamFilter to block info@we-spam.com would be (the parenthesis are used in SpamFilter to indicate that the keyword is a RegEx expression):</div><div>(we\-spam)</div><div><br></div><div>you could also use a non-regex keyword by simply spelling out the literal characters you wish to look for:</div><div>we-spam</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 21:45:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13965&amp;title=regex#13965</guid>
  </item> 
  <item>
   <title><![CDATA[RegEx : Hi, we&amp;#039;ve been running SF...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13963&amp;title=regex#13963</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=245">meatboy</a><br /><strong>Subject:</strong> 6913<br /><strong>Posted:</strong> 01 February 2011 at 8:19pm<br /><br />Hi,&nbsp; we've been running SF v424.834 for sometime and its been very good. Recently we have been hit with some spam that requires key words to sort them but every time I look at regex, I just can't get my head around it.<br><br>I'd like to block an email address used in the text of the spam for example :<br><br>info@we-spam.com<br><br>Now clearly I could use the "we-spam" text but how do I put this literally into the keyword area, the dash of course has an effect in specifying a range.<br><br>Is the correct method to use say we\-spam to remove the metacharacter function of the dash?&nbsp; Should I be using square brackets as well &#091;we\-spam&#093;&nbsp; ??<br><br>How can I use absolute literal text no matter the character?<br><br>Hope this is not too dumb a question. Thanks.<br>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 20:19:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6913&amp;PID=13963&amp;title=regex#13963</guid>
  </item> 
 </channel>
</rss>