all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnus filter
@ 2004-09-07 10:30 Elvin Peterson
  2004-09-07 11:53 ` Kai Grossjohann
       [not found] ` <mailman.1803.1094558445.1998.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 13+ messages in thread
From: Elvin Peterson @ 2004-09-07 10:30 UTC (permalink / raw)


Is there a simple filter to remove cross posted articles in gnus? I
know you can do anything in elisp, but this seems rather simple.

TIA.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-07 10:30 gnus filter Elvin Peterson
@ 2004-09-07 11:53 ` Kai Grossjohann
       [not found] ` <mailman.1803.1094558445.1998.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 13+ messages in thread
From: Kai Grossjohann @ 2004-09-07 11:53 UTC (permalink / raw)


Elvin Peterson <elvin_peterson@yahoo.com> writes:

> Is there a simple filter to remove cross posted articles in gnus? I
> know you can do anything in elisp, but this seems rather simple.

See variable gnus-use-cross-reference.  Use C-h v to see its
documentation.

Kai

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
       [not found] ` <mailman.1803.1094558445.1998.help-gnu-emacs@gnu.org>
@ 2004-09-07 13:33   ` Elvin Peterson
  2004-09-07 17:16     ` Elvin Peterson
  0 siblings, 1 reply; 13+ messages in thread
From: Elvin Peterson @ 2004-09-07 13:33 UTC (permalink / raw)


Kai Grossjohann <kai@emptydomain.de> writes:

> Elvin Peterson <elvin_peterson@yahoo.com> writes:
> 
> > Is there a simple filter to remove cross posted articles in gnus? I
> > know you can do anything in elisp, but this seems rather simple.
> 
> See variable gnus-use-cross-reference.  Use C-h v to see its
> documentation.

Thanks.  Looks like the third option 

(setq gnus-use-cross-reference 'read-in-all)

is what I need.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-07 13:33   ` Elvin Peterson
@ 2004-09-07 17:16     ` Elvin Peterson
  2004-09-07 18:55       ` Reiner Steib
  2004-09-07 20:50       ` Tim McNamara
  0 siblings, 2 replies; 13+ messages in thread
From: Elvin Peterson @ 2004-09-07 17:16 UTC (permalink / raw)


Elvin Peterson <elvin_peterson@yahoo.com> writes:

> Kai Grossjohann <kai@emptydomain.de> writes:
> 
> > Elvin Peterson <elvin_peterson@yahoo.com> writes:
> > 
> > > Is there a simple filter to remove cross posted articles in gnus? I
> > > know you can do anything in elisp, but this seems rather simple.
> > 
> > See variable gnus-use-cross-reference.  Use C-h v to see its
> > documentation.
> 
> Thanks.  Looks like the third option 
> 
> (setq gnus-use-cross-reference 'read-in-all)
> 
> is what I need.

I tried this, and according to the documentation:

If neither t nor nil, mark as read in all
newsgroups.

However, I still see the cross posted articles.  Is cross referencing
the same as cross posting?

TIA.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-07 17:16     ` Elvin Peterson
@ 2004-09-07 18:55       ` Reiner Steib
  2004-09-08  5:01         ` Elvin Peterson
  2004-09-07 20:50       ` Tim McNamara
  1 sibling, 1 reply; 13+ messages in thread
From: Reiner Steib @ 2004-09-07 18:55 UTC (permalink / raw)


On Tue, Sep 07 2004, Elvin Peterson wrote:

> However, I still see the cross posted articles.

Are you sure that the articles are cross-posts rather than multiple
copies of the same content to different newsgroups?  Do the articles
have an "Xref:" header like this:

| Xref: news.here.invalid group.one:61660 group.two:13205

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-07 17:16     ` Elvin Peterson
  2004-09-07 18:55       ` Reiner Steib
@ 2004-09-07 20:50       ` Tim McNamara
  2004-09-08  4:53         ` Elvin Peterson
  1 sibling, 1 reply; 13+ messages in thread
From: Tim McNamara @ 2004-09-07 20:50 UTC (permalink / raw)


Elvin Peterson <elvin_peterson@yahoo.com> writes:

>>> Thanks.  Looks like the third option 
>> 
>> (setq gnus-use-cross-reference 'read-in-all)
>> 
>> is what I need.
>
> I tried this, and according to the documentation:
>
> If neither t nor nil, mark as read in all
> newsgroups.
>
> However, I still see the cross posted articles.  Is cross referencing
> the same as cross posting?
>
> TIA.

Odd.  I use Gnus 5.10.6 and I don't see crossposted articles in
newsgroups.  When I read an article in one group, it is removed from
the other groups it's crossposted to.  Looking at my .gnus, I don't
see anything specific for this, only:

     (setq nnmail-crosspost nil)

I don't think that's much help to you.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-07 20:50       ` Tim McNamara
@ 2004-09-08  4:53         ` Elvin Peterson
  2004-09-08  8:57           ` Reiner Steib
  0 siblings, 1 reply; 13+ messages in thread
From: Elvin Peterson @ 2004-09-08  4:53 UTC (permalink / raw)


Tim McNamara <timmcn@bitstream.net> writes:

> Elvin Peterson <elvin_peterson@yahoo.com> writes:
> 
> >>> Thanks.  Looks like the third option 
> >> 
> >> (setq gnus-use-cross-reference 'read-in-all)
> >> 
> >> is what I need.
> >
> > I tried this, and according to the documentation:
> >
> > If neither t nor nil, mark as read in all
> > newsgroups.
> >
> > However, I still see the cross posted articles.  Is cross referencing
> > the same as cross posting?
> >
> > TIA.
> 
> Odd.  I use Gnus 5.10.6 and I don't see crossposted articles in
> newsgroups.  When I read an article in one group, it is removed from
> the other groups it's crossposted to.  Looking at my .gnus, I don't
> see anything specific for this, only:
> 
>      (setq nnmail-crosspost nil)
> 
> I don't think that's much help to you.

I guess I wasn't very clear the first time around.  I don't want to
see cross posted articles, even if they are unread.  I want to avoid
the usual flame wars which are posted to both, say, MS and Linux
newsgroups.  I am using version 5.9.0.

Thanks.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-07 18:55       ` Reiner Steib
@ 2004-09-08  5:01         ` Elvin Peterson
  0 siblings, 0 replies; 13+ messages in thread
From: Elvin Peterson @ 2004-09-08  5:01 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Tue, Sep 07 2004, Elvin Peterson wrote:
> 
> > However, I still see the cross posted articles.
> 
> Are you sure that the articles are cross-posts rather than multiple
> copies of the same content to different newsgroups?  Do the articles
> have an "Xref:" header like this:
> 
> | Xref: news.here.invalid group.one:61660 group.two:13205

No, they are cross posts all right.  The really bad part about this is
a few hundred posts which are cross posted to some advocacy group, and
contentless.

Thanks.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-08  4:53         ` Elvin Peterson
@ 2004-09-08  8:57           ` Reiner Steib
  2004-09-09  4:51             ` Elvin Peterson
  2004-09-10 18:40             ` Elvin Peterson
  0 siblings, 2 replies; 13+ messages in thread
From: Reiner Steib @ 2004-09-08  8:57 UTC (permalink / raw)


On Wed, Sep 08 2004, Elvin Peterson wrote:

> I don't want to see cross posted articles, even if they are unread.
> I want to avoid the usual flame wars which are posted to both, say,
> MS and Linux newsgroups.  I am using version 5.9.0.

Put the following in your score file:

(("xref"
  (":.+:.+:" -1000 nil r))
 (mark-and-expunge -900))

":.+:.+:" will match all articles posted to three or more newsgroups.
Without the expunge line, the articles are marked as read, but still
visible.  Adjust to your needs.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-08  8:57           ` Reiner Steib
@ 2004-09-09  4:51             ` Elvin Peterson
  2004-09-10 18:40             ` Elvin Peterson
  1 sibling, 0 replies; 13+ messages in thread
From: Elvin Peterson @ 2004-09-09  4:51 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Wed, Sep 08 2004, Elvin Peterson wrote:
> 
> > I don't want to see cross posted articles, even if they are unread.
> > I want to avoid the usual flame wars which are posted to both, say,
> > MS and Linux newsgroups.  I am using version 5.9.0.
> 
> Put the following in your score file:
> 
> (("xref"
>   (":.+:.+:" -1000 nil r))
>  (mark-and-expunge -900))
> 
> ":.+:.+:" will match all articles posted to three or more newsgroups.
> Without the expunge line, the articles are marked as read, but still
> visible.  Adjust to your needs.
> 

Thanks.  Looks like this is what I need.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-08  8:57           ` Reiner Steib
  2004-09-09  4:51             ` Elvin Peterson
@ 2004-09-10 18:40             ` Elvin Peterson
  2004-09-11 16:22               ` Reiner Steib
  1 sibling, 1 reply; 13+ messages in thread
From: Elvin Peterson @ 2004-09-10 18:40 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Wed, Sep 08 2004, Elvin Peterson wrote:
> 
> > I don't want to see cross posted articles, even if they are unread.
> > I want to avoid the usual flame wars which are posted to both, say,
> > MS and Linux newsgroups.  I am using version 5.9.0.
> 
> Put the following in your score file:
> 
> (("xref"
>   (":.+:.+:" -1000 nil r))
>  (mark-and-expunge -900))
> 
> ":.+:.+:" will match all articles posted to three or more newsgroups.
> Without the expunge line, the articles are marked as read, but still
> visible.  Adjust to your needs.
> 

This didn't work either.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-10 18:40             ` Elvin Peterson
@ 2004-09-11 16:22               ` Reiner Steib
  2004-09-12  1:08                 ` Elvin Peterson
  0 siblings, 1 reply; 13+ messages in thread
From: Reiner Steib @ 2004-09-11 16:22 UTC (permalink / raw)


On Fri, Sep 10 2004, Elvin Peterson wrote:

> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:
>> Put the following in your score file:
>> 
>> (("xref"
>>   (":.+:.+:" -1000 nil r))
>>  (mark-and-expunge -900))
>> 
>> ":.+:.+:" will match all articles posted to three or more newsgroups.
>> Without the expunge line, the articles are marked as read, but still
>> visible.  Adjust to your needs.
>
> This didn't work either.

I works for me.

If you want help, you should give a more useful problem description.
What did you try?  How does it fail?  What doesn't work?  Scoring (see
`V t'), expunge?  In which score file did you put the entry?  Do other
score entries from this file work as expected?  Show us Xref line of
the article.  Did you modify my example? ...

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: gnus filter
  2004-09-11 16:22               ` Reiner Steib
@ 2004-09-12  1:08                 ` Elvin Peterson
  0 siblings, 0 replies; 13+ messages in thread
From: Elvin Peterson @ 2004-09-12  1:08 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Fri, Sep 10 2004, Elvin Peterson wrote:
> 
> > Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:
> >> Put the following in your score file:
> >> 
> >> (("xref"
> >>   (":.+:.+:" -1000 nil r))
> >>  (mark-and-expunge -900))
> >> 
> >> ":.+:.+:" will match all articles posted to three or more newsgroups.
> >> Without the expunge line, the articles are marked as read, but still
> >> visible.  Adjust to your needs.
> >
> > This didn't work either.
> 
> I works for me.
> 
> If you want help, you should give a more useful problem description.
> What did you try?  How does it fail?  What doesn't work?  Scoring (see
> `V t'), expunge?  In which score file did you put the entry?  Do other
> score entries from this file work as expected?  Show us Xref line of
> the article.  Did you modify my example? ...

Well, the original didn't work, but now I have modified it as follows:

(("xref"
  (" .+ .+ " -1000 nil r))
 (mark-and-expunge -900))

And I no longer see the offending posts.  Thanks for the help.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-09-12  1:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 10:30 gnus filter Elvin Peterson
2004-09-07 11:53 ` Kai Grossjohann
     [not found] ` <mailman.1803.1094558445.1998.help-gnu-emacs@gnu.org>
2004-09-07 13:33   ` Elvin Peterson
2004-09-07 17:16     ` Elvin Peterson
2004-09-07 18:55       ` Reiner Steib
2004-09-08  5:01         ` Elvin Peterson
2004-09-07 20:50       ` Tim McNamara
2004-09-08  4:53         ` Elvin Peterson
2004-09-08  8:57           ` Reiner Steib
2004-09-09  4:51             ` Elvin Peterson
2004-09-10 18:40             ` Elvin Peterson
2004-09-11 16:22               ` Reiner Steib
2004-09-12  1:08                 ` Elvin Peterson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.