<?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 : How to stop new spam</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 : How to stop new spam]]></description>
  <pubDate>Sat, 06 Jun 2026 10:29:47 +0000</pubDate>
  <lastBuildDate>Wed, 07 Jun 2006 07:46:15 +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=5640</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[How to stop new spam : The spam is harmless but its also...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8171&amp;title=how-to-stop-new-spam#8171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=102">WebGuyz</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 07 June 2006 at 7:46am<br /><br /><P>The spam is harmless but its also a way to harvest email addresses, no rejection means a valid email address. Its costing me time by customers who don't get usually get spam calling me and asking me what this is. I had 5 phone calls and one from a customer who has 150 users and they were all getting them and bugging the admin who was ended up bugging me.<IMG src="https://www.logsat.com/spamfilter/forums/smileys/smiley19.gif" border="0"></P><P>I agree that SF is successfull and as a result has become a target by the dark side. </P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 07 Jun 2006 07:46:15 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8171&amp;title=how-to-stop-new-spam#8171</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : I have a couple of those in the...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8170&amp;title=how-to-stop-new-spam#8170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=118">Marco</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 07 June 2006 at 4:41am<br /><br /><P>I have a couple of those in the QDB too, is it actually spam? is a product pushed? the mails in the DB look harmless.</P><P>&nbsp;</P><P>A bit offtopic but:</P><P>You guys know what i think is a real problem: Spammers can read over your shoulders in this open forum! On top of that: they can set up a testbed with spamfilter ISP free version and try out all sorts of combinations to see if SF will pass it through..... Think about it. Suppose i would say: block any email with subjects that only have digits: next that would happen is that random characters are inserted.. we are allways one step behind.</P><P>This is because of the way email traffic works: it's scheme is: "allow anything, unless this and that", it would be better if it was "block all, but allow under certain conditions". (like a firewall) Unfortunately, this method cannot be used by ISP's, but it can for companies.</P><P>Since companies are an important target for spams maybe this approach should be implemented into SF somehow.</P><P>Something like a 'reverse bayesian filter', a filter that learns solely of good emails, and has the power to stop anything, unless it is recognised a beeing a 'good' mail.</P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by Marco</span>]]>
   </description>
   <pubDate>Wed, 07 Jun 2006 04:41:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8170&amp;title=how-to-stop-new-spam#8170</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam :   sgeorge wrote:I see. Funny...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8166&amp;title=how-to-stop-new-spam#8166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=102">WebGuyz</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 06 June 2006 at 4:42pm<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by sgeorge" alt="Originally posted by sgeorge" style="vertical-align: text-bottom;" /> <strong>sgeorge wrote:</strong><br /><br />I see.&nbsp; Funny you should mention ^.&nbsp; In RegEx, ^ can be used to force it to identify the beginning of a line.&nbsp; $ Can be used to represent the end of a line.&nbsp; <BR><BR>Hopefully this will do:<BR><BR><table width="99%"><tr><td><pre class="BBcode">((?i)subject:^\d{3,}$) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - A subject of 3 or more digits<BR>((?i)subject:^ \d{3,}$) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - (Same, with a space in the beginning</pre></td></tr></table><BR><BR>Stephen<BR></td></tr></table> </P><P>Not catching anything at all. Will try to study the regex stuff some more. Thanks!</P>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 16:42:06 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8166&amp;title=how-to-stop-new-spam#8166</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : I see. Funny you should mention...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8162&amp;title=how-to-stop-new-spam#8162</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=150">sgeorge</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 06 June 2006 at 4:12pm<br /><br />I see.&nbsp; Funny you should mention ^.&nbsp; In RegEx, ^ can be used to force it to identify the beginning of a line.&nbsp; $ Can be used to represent the end of a line.&nbsp; <br><br>Hopefully this will do:<br><br><table width="99%"><tr><td><pre class="BBcode">((?i)subject:^\d{3,}$) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - A subject of 3 or more digits<br>((?i)subject:^ \d{3,}$) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - (Same, with a space in the beginning</pre></td></tr></table><br><br>Stephen<br>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 16:12:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8162&amp;title=how-to-stop-new-spam#8162</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : Here is what I want to catch: Subject:...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8160&amp;title=how-to-stop-new-spam#8160</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=102">WebGuyz</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 06 June 2006 at 3:51pm<br /><br /><P>Here is what I want to catch:</P><P>Subject: 455<BR>Subject: 586876<BR>Subject: 1545453</P><P>&nbsp;</P><P>The common denominator is that the first character is a number but the length varies and i don't want to catch stuff anywhere else but the first number after Subject:^(I use ^ to represent a space)</P>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 15:51:12 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8160&amp;title=how-to-stop-new-spam#8160</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : That is odd, Wes. Does the log...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8159&amp;title=how-to-stop-new-spam#8159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=150">sgeorge</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 06 June 2006 at 3:50pm<br /><br />That is odd, Wes.&nbsp; Does the log entry indicate what caused the messages to be whitelisted? You coud post the log entry (without the email addresses) here?<br><br>Stephen<br>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 15:50:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8159&amp;title=how-to-stop-new-spam#8159</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : I had the same too, http://isc.incidents.org/even...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8158&amp;title=how-to-stop-new-spam#8158</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> 5640<br /><strong>Posted:</strong> 06 June 2006 at 3:39pm<br /><br /><P>I had the same too, <A href="http://isc.incidents.org/" target="_blank">http://isc.incidents.org/</A>&nbsp;even reported such yesterday also as they were watching it and had numerous reports of the same.</P><P>What I trying to figure out is why SPF (which we use and implement for our domain) didn't stop the messages.&nbsp; After tracking them in the log, it was found that the were autowhitelisted which is baffling to me to figure out why they were white listed.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 15:39:08 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8158&amp;title=how-to-stop-new-spam#8158</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : Hey man, can you post some examples...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8156&amp;title=how-to-stop-new-spam#8156</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=150">sgeorge</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 06 June 2006 at 3:00pm<br /><br />Hey man, can you post some examples of subjects or messages with the sequences?<br><br>Also, I can tell right now why the filter you mention above is catching too much - it's way too broad:<br><br>. - will match any character<br>&#091;0-9&#093; - will match any single digit<br><br>Put together, your RegEx statement will block subjects such as<br><br>I like July<span style="text-decorati&#111;n: underline;"> 4</span>th<br>Confirmation ID <span style="text-decorati&#111;n: underline;">#2</span>35623<br><span style="text-decorati&#111;n: underline;">10</span> reasons you should return my phone calls<br><br><br>Stephen<br>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 15:00:50 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8156&amp;title=how-to-stop-new-spam#8156</guid>
  </item> 
  <item>
   <title><![CDATA[How to stop new spam : Getting tons of spam emails with...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8154&amp;title=how-to-stop-new-spam#8154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=102">WebGuyz</a><br /><strong>Subject:</strong> 5640<br /><strong>Posted:</strong> 06 June 2006 at 2:14pm<br /><br /><P>Getting tons of spam emails with same FROM &amp; TO and all just have sequence of numbers in subject and body. Tried a regex as below but I'm stopping regular emails as well. Can't enable the option to reject same from-to in SF in my case. Anyone found a good way to stop it using rejex?</P><P>((?i)Subject:.&#091;0-9&#093;)</P><P>&nbsp;</P><P>Thanks!</P>]]>
   </description>
   <pubDate>Tue, 06 Jun 2006 14:14:53 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5640&amp;PID=8154&amp;title=how-to-stop-new-spam#8154</guid>
  </item> 
 </channel>
</rss>