info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why doesn't this SCORE file work?


From: Lars Magne Ingebrigtsen
Subject: Re: Why doesn't this SCORE file work?
Date: Tue, 15 Mar 2011 20:23:24 +0100
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Matthew Vernon <matthew@debian.org> writes:

> This is my SCORE file for uk.misc. I want to score down cross-posts to 2
> or more groups, excepting that an article posted to uk.misc and
> uk.rec.sheds (and no other groups) shouldn't be scored down. This
> fragment doesn't seem to score down posts to uk.misc and one other
> group...

[...]

> ((&
>   ("xref" "[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+" r)
>   !(&
>     ("xref" "uk.rec.sheds" s)
>     ("xref" "uk.misc" s)
>     )
>   -1000)
>  ("xref"
>   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
>    -1000 nil r))
> )

I think that should be:

((&
  ("xref" "[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+" r)
  (! (&
      ("xref" "uk.rec.sheds" s)
      ("xref" "uk.misc" s)))
  -1000)
 ("xref"
   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
     -1000 nil r)))

Although I haven't tested it.
     
-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]