Reading python list as a newsgroup (was ...)
Grant Edwards
grant.b.edwards at gmail.com
Sat Dec 17 12:23:01 EST 2016
More information about the Python-list mailing list
Sat Dec 17 12:23:01 EST 2016
- Previous message (by thread): Reading python list as a newsgroup (was ...)
- Next message (by thread): Reading python list as a newsgroup (was ...)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2016-12-17, D'Arcy Cain <darcy at vex.net> 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:: =-9999 Message-ID: .*googlegroups.com
- Previous message (by thread): Reading python list as a newsgroup (was ...)
- Next message (by thread): Reading python list as a newsgroup (was ...)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list