Matthew Vernon <[email protected]> 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.)
[email protected] * Lars Magne Ingebrigtsen
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english