<?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 : Spam with PNG attachments</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 : Spam with PNG attachments]]></description>
  <pubDate>Sun, 10 May 2026 23:05:26 +0000</pubDate>
  <lastBuildDate>Thu, 04 Jun 2009 02:21:41 +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=6670</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[Spam with PNG attachments : We modified this last build of...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12945&amp;title=spam-with-png-attachments#12945</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> 6670<br /><strong>Posted:</strong> 04 June 2009 at 2:21am<br /><br />We modified this last build of SpamFilter to support a couple of features.<br />The first one is that you can't use RegEx (at least we haven't figured out a way to do it ourselves...) to specify a keyword that will look for the presence of two different words. For example, we can use RegEx to look for either DOG or CAT, or we can use RegEX to look for the word DOG followed by the word CAT, or to look for the word CAT followed by the word DOG. But for the life of us we could not find a RegEx expression that looked for the presence of both words, in any order, in the text (other than looking for "DOG followed by CAT or CAT followed by DOG" - something like (DOG.*CAT)|(CAT.*DOG). This later expression would be rather complex when looking for the presence of 4 item as we'd have to spell out every single possibility.<br /><br />So we added an option to be able to specify multiple RegEx expressions on a single line separated by commas. This allows us to look for the presence of *all* the RegEx expressions, thus allowing us to use an AND with RegEx. The only trick here is that, in order to be compatible with all current keyword expressions, when using this format we must specify a "norma" non-RegEx keyword to appear first in the list. All this regression to explain why we need the "Content" keyword to appear first in the list.<br /><br />The new ::NEGATE option applies only to the specific keyword entry it follows, so here it only applies to the  (text/plain)|(text/html)) - neither of these must be present for the entry to match.]]>
   </description>
   <pubDate>Thu, 04 Jun 2009 02:21:41 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12945&amp;title=spam-with-png-attachments#12945</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments :   LogSat wrote: Content,(content-transfer-encoding:...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12943&amp;title=spam-with-png-attachments#12943</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> 6670<br /><strong>Posted:</strong> 04 June 2009 at 1:42am<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by LogSat" alt="Originally posted by LogSat" style="vertical-align: text-bottom;" /> <strong>LogSat wrote:</strong><br /><br /><br />Content,(content-transfer-encoding: base64),(content-disposition: inline),((content-type: image/png)|(content-type: image/jpg)),((text/plain)|(text/html))::NEGATE<br /></td></tr></table> <br /><br />Wow, big one.  Let met try and break down down.<br /><br />Content - A plain keyword, not a regex as per documentation some word (any word) is required.  In this case you use the word content<br />as it will be in all email messages.<br /><br />content-transfer-encoding: base64 - Must contain this phrase<br />content-disposition: inline - Must contain this phrase<br />(content-type: image/png)|(content-type: image/jpg) - Either of these<br />((text/plain)|(text/html))::NEGATE - Message must not be text/plain or text/html?<br /><br />The NEGATE affects only the last REGEX? ]]>
   </description>
   <pubDate>Thu, 04 Jun 2009 01:42:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12943&amp;title=spam-with-png-attachments#12943</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : We&amp;#039;ve pre-released SpamFilter...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12939&amp;title=spam-with-png-attachments#12939</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> 6670<br /><strong>Posted:</strong> 03 June 2009 at 4:55am<br /><br />We've pre-released SpamFilter v4.1.2.811 in the registered user area, and this version supports a variation in the keyword blacklist options that is helping in catching this spam. That release, along with the following keyword:<br /><br />Content,(content-transfer-encoding: base64),(content-disposition: inline),((content-type: image/png)|(content-type: image/jpg)),((text/plain)|(text/html))::NEGATE<br /><br />is helping in stopping this category of spam.]]>
   </description>
   <pubDate>Wed, 03 Jun 2009 04:55:45 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12939&amp;title=spam-with-png-attachments#12939</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : Has anyone made any progress on...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12938&amp;title=spam-with-png-attachments#12938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=285">__M__</a><br /><strong>Subject:</strong> 6670<br /><strong>Posted:</strong> 02 June 2009 at 11:07pm<br /><br />Has anyone made any progress on this?]]>
   </description>
   <pubDate>Tue, 02 Jun 2009 23:07:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12938&amp;title=spam-with-png-attachments#12938</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : I have the same problem as WebGuyz...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12912&amp;title=spam-with-png-attachments#12912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=285">__M__</a><br /><strong>Subject:</strong> 6670<br /><strong>Posted:</strong> 20 May 2009 at 9:00pm<br /><br />I have the same problem as WebGuyz and have confirmed that the ScanReceivedHeaders=1 setting is in my .ini file too.]]>
   </description>
   <pubDate>Wed, 20 May 2009 21:00:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12912&amp;title=spam-with-png-attachments#12912</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : Was already set to 1 ]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12909&amp;title=spam-with-png-attachments#12909</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> 6670<br /><strong>Posted:</strong> 20 May 2009 at 5:28pm<br /><br />Was already set to 1 <img src="http://www.logsat.com/spamfilter/forums/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" />]]>
   </description>
   <pubDate>Wed, 20 May 2009 17:28:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12909&amp;title=spam-with-png-attachments#12909</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : Webguyz,  Can you try changing...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12908&amp;title=spam-with-png-attachments#12908</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> 6670<br /><strong>Posted:</strong> 20 May 2009 at 4:48pm<br /><br />Webguyz,<br /><br />Can you try changing the following setting in the SpamFilter.ini file to 1:<br /><br />ScanReceivedHeaders=1<br />]]>
   </description>
   <pubDate>Wed, 20 May 2009 16:48:25 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12908&amp;title=spam-with-png-attachments#12908</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments :   LogSat wrote:We&amp;#039;re working...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12900&amp;title=spam-with-png-attachments#12900</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> 6670<br /><strong>Posted:</strong> 19 May 2009 at 10:34am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by LogSat" alt="Originally posted by LogSat" style="vertical-align: text-bottom;" /> <strong>LogSat wrote:</strong><br /><br />We're working to try stopping this wave of spam with either a new filter or a reliable RegEx expression. <BR><BR>The base keyword expression we're working with is: <BR><BR>Content-Transfer-Encoding: base64,Content-Disposition: inline,Content-Type: image/png <BR><BR><BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>I have this exact line and its not stopping the spam. Just got one myself today and verified that all 3 phrases are in the email, but it didn't stop it. Got a few more over the weekend as well from some customers. Is there some setting in the ini that I might not have set that would allow it to work on the format of the message, not just the text body??</DIV>]]>
   </description>
   <pubDate>Tue, 19 May 2009 10:34:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12900&amp;title=spam-with-png-attachments#12900</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : Just to confirm that we are also...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12896&amp;title=spam-with-png-attachments#12896</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> 6670<br /><strong>Posted:</strong> 19 May 2009 at 6:00am<br /><br />Just to confirm that we are also seeing an increased amount of this type of SPAM.&nbsp; Interesting though, most of the messages appear to be blank, only the inline png image.<br><br>I don't understand why the blank email option is not kicking in, I thought it used to be a configurable option but I don't see it anywhere that can be configured on a per domain level.<br>]]>
   </description>
   <pubDate>Tue, 19 May 2009 06:00:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12896&amp;title=spam-with-png-attachments#12896</guid>
  </item> 
  <item>
   <title><![CDATA[Spam with PNG attachments : We&amp;#039;re working to try stopping...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12894&amp;title=spam-with-png-attachments#12894</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> 6670<br /><strong>Posted:</strong> 15 May 2009 at 4:02pm<br /><br />We're working to try stopping this wave of spam with either a new filter or a reliable RegEx expression.<br /><br />The base keyword expression we're working with is:<br /><br />Content-Transfer-Encoding: base64,Content-Disposition: inline,Content-Type: image/png<br /><br />However that is stopping a bit more legitimate emails we'd like and are trying to tweak it. It is however more reliable than stopping all the .png inline attachments by just having the (.*\.png).<br />]]>
   </description>
   <pubDate>Fri, 15 May 2009 16:02:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6670&amp;PID=12894&amp;title=spam-with-png-attachments#12894</guid>
  </item> 
 </channel>
</rss>