Re: Reading python list as a newsgroup (was ...)

2016-12-17 Thread Grant Edwards
On 2016-12-17, D'Arcy Cain  wrote:
> On 2016-12-16 08:16 PM, Dennis Lee Bieber wrote:
>>  Unfortunately, my client can only "pre filter" on subject and author; I
>> could kill all @gmail.*, but could not focus on just Google Groups
>> submissions...
>
> I don't know what client you use but perhaps you can adapt this procmail 
> recipe.
>
>:0 Hir
> * ^List-Id:.*python-list.python.org
> * ^From:.*@gmail.com
> * ^Newsgroups:.*
> /dev/null

That's not what he wants to do.  He wants to filter out posts made via
Google Groups, not posts sent from people who use gmail addresses.

Here's the rule for slrn:

Score:: =-
 Message-ID: .*googlegroups.com
 


-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Reading python list as a newsgroup (was ...)

2016-12-17 Thread Grant Edwards
On 2016-12-17, Dennis Lee Bieber  wrote:
> On Fri, 16 Dec 2016 15:11:54 + (UTC), Grant Edwards
> declaimed the following:
>
>>I didn't notice much spam on c.l.p (but then again, I filter out all
>>posts from google-groups).  The problem on c.l.p that caused me to
>>switch to gmane's NNTP server was the number of broken references.
>>They both have references that break in various scenarios, but my
>>tests indicated that it was worse on c.l.p.  [Yes, I actually wrote a
>>Python program that used an NNTP client library to check all the
>>reference values in a large sample of posts from both sources.]
>
>   Unfortunately, my client can only "pre filter" on subject and author; I
> could kill all @gmail.*, but could not focus on just Google Groups
> submissions...
>
>   Probably time for me to spend the $19 to upgrade from Agent 6.0

Or use the One True Newsreader: SLRN.

;)

--
Grant


-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Reading python list as a newsgroup (was ...)

2016-12-16 Thread D'Arcy Cain

On 2016-12-16 08:16 PM, Dennis Lee Bieber wrote:

Unfortunately, my client can only "pre filter" on subject and author; I
could kill all @gmail.*, but could not focus on just Google Groups
submissions...


I don't know what client you use but perhaps you can adapt this procmail 
recipe.


:0 Hir
* ^List-Id:.*python-list.python.org
* ^From:.*@gmail.com
* ^Newsgroups:.*
/dev/null


--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:da...@vex.net
VoIP: sip:da...@vex.net
--
https://mail.python.org/mailman/listinfo/python-list


Re: Reading python list as a newsgroup (was ...)

2016-12-16 Thread Tim Golden

On 16/12/2016 16:12, D'Arcy Cain wrote:

On 2016-12-16 10:11 AM, Grant Edwards wrote:

I didn't notice much spam on c.l.p (but then again, I filter out all
posts from google-groups).  The problem on c.l.p that caused me to


Yes, blocking GG was the biggest improvement to my reading this list
(mailing list in my case).  That and a few judicious PLONKs and it is
now useful.

Al I need to do now is figure out how to filter out the almost daily
Windows installer questions.



The ever-so-slight irony is that Mailman decided it didn't like this 
post and held it for moderation! (Something to do with the headers; I 
didn't bother to check since I recognised the sender).


TJG
--
https://mail.python.org/mailman/listinfo/python-list


Re: Reading python list as a newsgroup (was ...)

2016-12-16 Thread D'Arcy Cain

On 2016-12-16 10:11 AM, Grant Edwards wrote:

I didn't notice much spam on c.l.p (but then again, I filter out all
posts from google-groups).  The problem on c.l.p that caused me to


Yes, blocking GG was the biggest improvement to my reading this list 
(mailing list in my case).  That and a few judicious PLONKs and it is 
now useful.


Al I need to do now is figure out how to filter out the almost daily 
Windows installer questions.


--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:da...@vex.net
VoIP: sip:da...@vex.net
--
https://mail.python.org/mailman/listinfo/python-list


Re: Reading python list as a newsgroup (was ...)

2016-12-16 Thread Grant Edwards
On 2016-12-16, Dennis Lee Bieber  wrote:
> On Thu, 15 Dec 2016 13:34:32 -0500, Terry Reedy  declaimed 
> the following:
>>
>>If you want to read python-list as a news group, you might try 
>>news.gmane.org.  About once a year, it goes down for a few hours to a 
>>day, but has otherwise been dependable.  I found it when my ISP dropped 
>>newsgroup access around a decade ago.
>
> And I found it when the spam on comp.lang.python got overly
> annoying.

I didn't notice much spam on c.l.p (but then again, I filter out all
posts from google-groups).  The problem on c.l.p that caused me to
switch to gmane's NNTP server was the number of broken references.
They both have references that break in various scenarios, but my
tests indicated that it was worse on c.l.p.  [Yes, I actually wrote a
Python program that used an NNTP client library to check all the
reference values in a large sample of posts from both sources.]

-- 
Grant Edwards   grant.b.edwardsYow! I wonder if I could
  at   ever get started in the
  gmail.comcredit world?

-- 
https://mail.python.org/mailman/listinfo/python-list


Reading python list as a newsgroup (was ...)

2016-12-15 Thread Terry Reedy

On 12/15/2016 6:23 AM, skybuck2...@hotmail.com wrote:


Anyway... my ISP has problems accessing their newsserver. ...


If you want to read python-list as a news group, you might try 
news.gmane.org.  About once a year, it goes down for a few hours to a 
day, but has otherwise been dependable.  I found it when my ISP dropped 
newsgroup access around a decade ago.


--
https://mail.python.org/mailman/listinfo/python-list