<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Groups KillFile 3.4.2 Released</title>
	<atom:link href="http://www.penney.org/google-groups-killfile-342-released.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.penney.org/google-groups-killfile-342-released.html</link>
	<description>a little knowledge is a dangerous thing</description>
	<lastBuildDate>Sat, 15 May 2010 18:31:41 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Damian</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-30928</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Thu, 11 Jun 2009 13:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-30928</guid>
		<description>Until Chrome supports plugins this isn&#039;t something I&#039;m going to actively work on. I think there is a way you can install GM scripts in Chrome, so it might work as-is but it&#039;s not something I&#039;ve tried.</description>
		<content:encoded><![CDATA[<p>Until Chrome supports plugins this isn&#8217;t something I&#8217;m going to actively work on. I think there is a way you can install GM scripts in Chrome, so it might work as-is but it&#8217;s not something I&#8217;ve tried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-30901</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 11 Jun 2009 06:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-30901</guid>
		<description>Do you have a version of this for Google Chrome yet? Or do you plan on setting one up in the near future? Thanking you in advance.</description>
		<content:encoded><![CDATA[<p>Do you have a version of this for Google Chrome yet? Or do you plan on setting one up in the near future? Thanking you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16517</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 19 Mar 2008 12:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16517</guid>
		<description>Ahh, good idea Tim, I&#039;ll incorporate this change in the next release.</description>
		<content:encoded><![CDATA[<p>Ahh, good idea Tim, I&#8217;ll incorporate this change in the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16516</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 19 Mar 2008 12:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16516</guid>
		<description>Hmm, Seem to be having problems posting a comment. Second try.

I&#039;ve made the following changes to my version that fixes the problem where multiple patterns attempt to kill the same topic:

--- googlegroupskillfile.user.js.orig   2008-03-19 12:45:16.791559000 +0000
+++ googlegroupskillfile.user.js        2008-03-19 12:45:16.081662000 +0000
@@ -179,8 +179,7 @@
       var user = cand.textContent;
       var blocked = false;

-      for (var j=0; j&lt;list.length; j++) {
-        blocked = false;
+      for (var j=0; !blocked &amp;&amp; j&lt;list.length; j++) {

         topicRE.compile(&quot;^&quot; + list[j]);
         if (topicRE.test(topic) &#124;&#124; topicRE.test(user)) {
@@ -275,9 +274,9 @@
     for (var i=0; i&lt;candidates.snapshotLength; i++) {
       var cand = candidates.snapshotItem(i);
       var user = cand.textContent;
+      blocked=false;

-      for (var j=0; j&lt;list.length; j++) {
-        blocked = false;
+      for (var j=0; !blocked &amp;&amp; j= 0) {
           wrappingTable = document.evaluate(&quot;ancestor::table[2]&quot;, cand, null,  XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);


Tim.</description>
		<content:encoded><![CDATA[<p>Hmm, Seem to be having problems posting a comment. Second try.</p>
<p>I&#8217;ve made the following changes to my version that fixes the problem where multiple patterns attempt to kill the same topic:</p>
<p>&#8212; googlegroupskillfile.user.js.orig   2008-03-19 12:45:16.791559000 +0000<br />
+++ googlegroupskillfile.user.js        2008-03-19 12:45:16.081662000 +0000<br />
@@ -179,8 +179,7 @@<br />
       var user = cand.textContent;<br />
       var blocked = false;</p>
<p>-      for (var j=0; j&lt;list.length; j++) {<br />
-        blocked = false;<br />
+      for (var j=0; !blocked &amp;&amp; j&lt;list.length; j++) {</p>
<p>         topicRE.compile(&#8220;^&#8221; + list[j]);<br />
         if (topicRE.test(topic) || topicRE.test(user)) {<br />
@@ -275,9 +274,9 @@<br />
     for (var i=0; i&lt;candidates.snapshotLength; i++) {<br />
       var cand = candidates.snapshotItem(i);<br />
       var user = cand.textContent;<br />
+      blocked=false;</p>
<p>-      for (var j=0; j&lt;list.length; j++) {<br />
-        blocked = false;<br />
+      for (var j=0; !blocked &amp;&amp; j= 0) {<br />
           wrappingTable = document.evaluate(&#8220;ancestor::table[2]&#8220;, cand, null,  XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);</p>
<p>Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16396</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Tue, 11 Mar 2008 18:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16396</guid>
		<description>I&#039;ve just uploaded an updated script 3.4.3 that I think has addressed the problems. Please let me know of any cases where it doesn&#039;t work (include a URL and the username) and I&#039;ll update things as necessary.

Happy Blocking.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just uploaded an updated script 3.4.3 that I think has addressed the problems. Please let me know of any cases where it doesn&#8217;t work (include a URL and the username) and I&#8217;ll update things as necessary.</p>
<p>Happy Blocking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16374</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Mon, 10 Mar 2008 04:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16374</guid>
		<description>It is yes. I plan to get this fixed early this week. Bear with me.</description>
		<content:encoded><![CDATA[<p>It is yes. I plan to get this fixed early this week. Bear with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael McNeil</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16369</link>
		<dc:creator>Michael McNeil</dc:creator>
		<pubDate>Sun, 09 Mar 2008 23:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16369</guid>
		<description>Seems to find this type of address difficult to block:
el...@no.spam
probably: ellis@no.spam

Is it something to do with munged addresses?
This is the origial:

Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!club-internet.fr!feedme-small.clubint.net!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!bandi.nntp.kabelfoon.nl!sn-xt-ams-06!sn-xt-ams-05!sn-post-ams-02!sn-post-sjc-01!supernews.com!news.supernews.com!not-for-mail
From: el...@no.spam ()
Newsgroups: sci.geo.earthquakes,alt.talk.weather
Subject: Re: 17:14
Date: Sun, 09 Mar 2008 18:16:11 -0000
Organization: S.P.C.A.A.
Message-ID: 
X-No-Archive: Yes
References:    
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
Originator: el...@no.spam ()
Cache-Post-Path: no.spam!unkn...@no.spam
X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/)
X-Complaints-To: abuse@supernews.com
Lines: 9</description>
		<content:encoded><![CDATA[<p>Seems to find this type of address difficult to block:<br />
<a href="mailto:el...@no.spam">el&#8230;@no.spam</a><br />
probably: <a href="mailto:ellis@no.spam">ellis@no.spam</a></p>
<p>Is it something to do with munged addresses?<br />
This is the origial:</p>
<p>Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!club-internet.fr!feedme-small.clubint.net!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!bandi.nntp.kabelfoon.nl!sn-xt-ams-06!sn-xt-ams-05!sn-post-ams-02!sn-post-sjc-01!supernews.com!news.supernews.com!not-for-mail<br />
From: <a href="mailto:el...@no.spam">el&#8230;@no.spam</a> ()<br />
Newsgroups: sci.geo.earthquakes,alt.talk.weather<br />
Subject: Re: 17:14<br />
Date: Sun, 09 Mar 2008 18:16:11 -0000<br />
Organization: S.P.C.A.A.<br />
Message-ID:<br />
X-No-Archive: Yes<br />
References:<br />
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)<br />
Originator: <a href="mailto:el...@no.spam">el&#8230;@no.spam</a> ()<br />
Cache-Post-Path: no.spam!unkn&#8230;@no.spam<br />
X-Cache: nntpcache 3.0.1 (see <a href="http://www.nntpcache.org/)" rel="nofollow">http://www.nntpcache.org/)</a><br />
X-Complaints-To: <a href="mailto:abuse@supernews.com">abuse@supernews.com</a><br />
Lines: 9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16327</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Thu, 06 Mar 2008 21:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16327</guid>
		<description>You are all right, the regexp thing hosed the app... I&#039;ll get it fixed in short order. Sorry about that.</description>
		<content:encoded><![CDATA[<p>You are all right, the regexp thing hosed the app&#8230; I&#8217;ll get it fixed in short order. Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16025</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 13 Feb 2008 17:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16025</guid>
		<description>It used to work, but I haven&#039;t tested it since we moved to using regular expressions to do the matching (and . is a special regexp character)

I&#039;ll do some testing and see if something broke.</description>
		<content:encoded><![CDATA[<p>It used to work, but I haven&#8217;t tested it since we moved to using regular expressions to do the matching (and . is a special regexp character)</p>
<p>I&#8217;ll do some testing and see if something broke.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Smith</title>
		<link>http://www.penney.org/google-groups-killfile-342-released.html/comment-page-1#comment-16024</link>
		<dc:creator>Jeff Smith</dc:creator>
		<pubDate>Wed, 13 Feb 2008 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.penney.org/google-groups-killfile-342-released.html#comment-16024</guid>
		<description>Is there a known issue with Ignoring &#039;truncated&#039; user names.  When new users sign up and don&#039;t give a nickname but give a long email address (ie. &gt;35 characters),  google truncates the username and inserts ellipsis just before the &quot;@&quot; sign in the User field of the post.  At least in some cases, this seems to break the &#039;Ignore User&#039; function.  I&#039;ve came across a particular case where a single poster is using two different User IDs: one with a nickname - which I can Ignore - and one with only the long email address - which I can&#039;t.  
To control harvesting of email address from Usenet, google now protects the expansion of those truncated User names with a character recognition task.   Perhaps that&#039;s somehow blocking the &#039;matching&#039; process between the entry in the Killfile, and the Used ID at the top of each post?</description>
		<content:encoded><![CDATA[<p>Is there a known issue with Ignoring &#8216;truncated&#8217; user names.  When new users sign up and don&#8217;t give a nickname but give a long email address (ie. &gt;35 characters),  google truncates the username and inserts ellipsis just before the &#8220;@&#8221; sign in the User field of the post.  At least in some cases, this seems to break the &#8216;Ignore User&#8217; function.  I&#8217;ve came across a particular case where a single poster is using two different User IDs: one with a nickname &#8211; which I can Ignore &#8211; and one with only the long email address &#8211; which I can&#8217;t.<br />
To control harvesting of email address from Usenet, google now protects the expansion of those truncated User names with a character recognition task.   Perhaps that&#8217;s somehow blocking the &#8216;matching&#8217; process between the entry in the Killfile, and the Used ID at the top of each post?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
