Gnus development mailing list
 help / color / mirror / Atom feed
* Score file ignored?
@ 1999-03-27 14:26 Dmitry Yaitskov
  1999-03-28 17:31 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Yaitskov @ 1999-03-27 14:26 UTC (permalink / raw)


Hi,

I have the following in my .gnus.el:

(setq gnus-home-score-file
	  '(("^rec" "rec.SCORE")
		("^comp" "comp.SCORE")))

And here's my rec.SCORE file:

(("subject"
  ("playlist" -1000 nil s)
  ("money" -1000 nil s)
  ("^\\(FS\\|WTB\\|WANTED\\|WTD\\|NEED\\)" -1000 nil r)
  ("$" -1000 nil s)
  ("!" -1000 nil s)
  ("free[^a-z]*$" -1000 nil r)
  ("our prices" -1000 nil s)
  ("for sale" -1000 nil s)))

Now, not that it doesn't work... but, it does not work *sometimes*.
I.e. I opened a rec.* group, and my scoring definitely was off - lots
of articles with all the stuff that shouldn't be there. I looked at
the file, even edited it, re-entered the group - no effect. Then, I
selected "edit current score file" from the menu, got my rec.SCORE
file, added a new - basically meaningless - line there, C-c C-c, and
voila! - my scoring caught on. Does anybody know what's wrong here?
Thanks.

-- 
Cheers,
-Dima.



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

* Re: Score file ignored?
  1999-03-27 14:26 Score file ignored? Dmitry Yaitskov
@ 1999-03-28 17:31 ` Lars Magne Ingebrigtsen
  1999-03-28 18:04   ` Dmitry Yaitskov
  1999-03-29  3:33   ` François Pinard
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-03-28 17:31 UTC (permalink / raw)


Dmitry Yaitskov <dimas@home.com> writes:

> voila! - my scoring caught on. Does anybody know what's wrong here?

Sounds like your score cache wasn't flushed.  If you want to edit the
score files outside of Gnus, then you should `W q' to flush the
cache. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Score file ignored?
  1999-03-28 17:31 ` Lars Magne Ingebrigtsen
@ 1999-03-28 18:04   ` Dmitry Yaitskov
  1999-04-02 13:22     ` Lars Magne Ingebrigtsen
  1999-03-29  3:33   ` François Pinard
  1 sibling, 1 reply; 7+ messages in thread
From: Dmitry Yaitskov @ 1999-03-28 18:04 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> Dmitry Yaitskov <dimas@home.com> writes:
> 
> > voila! - my scoring caught on. Does anybody know what's wrong here?
> 
> Sounds like your score cache wasn't flushed.  If you want to edit the
> score files outside of Gnus, then you should `W q' to flush the
> cache. 

No, the way I see it it still displayed a bug in gnus - the score file 
that was ignored by gnus was there at the time I stared gnus. It had
all the necessary rules then, my editing it was just an attempt to
make gnus aware of what had been there before gnus stared (I suppose
gnus doesn't keep caches between runs).

-- 
Cheers,
-Dima.



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

* Re: Score file ignored?
  1999-03-28 17:31 ` Lars Magne Ingebrigtsen
  1999-03-28 18:04   ` Dmitry Yaitskov
@ 1999-03-29  3:33   ` François Pinard
  1999-04-02 13:21     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: François Pinard @ 1999-03-29  3:33 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> [...] you should `W q' to flush the cache.

>From which map?  In the summary, `W q' decodes quoted-unreadable.  In the
group, `W q' is not defined.  This is with pgnus 0.80.

-- 
François Pinard                            mailto:pinard@iro.umontreal.ca
Join the free Translation Project!    http://www.iro.umontreal.ca/~pinard



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

* Re: Score file ignored?
  1999-03-29  3:33   ` François Pinard
@ 1999-04-02 13:21     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-04-02 13:21 UTC (permalink / raw)


François Pinard <pinard@iro.umontreal.ca> writes:

> > [...] you should `W q' to flush the cache.
> 
> From which map?  In the summary, `W q' decodes quoted-unreadable.  In the
> group, `W q' is not defined.  This is with pgnus 0.80.

`W f' in the group buffer, I meant.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Score file ignored?
  1999-03-28 18:04   ` Dmitry Yaitskov
@ 1999-04-02 13:22     ` Lars Magne Ingebrigtsen
  1999-04-02 14:43       ` Dmitry Yaitskov
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-04-02 13:22 UTC (permalink / raw)


Dmitry Yaitskov <dimas@home.com> writes:

> No, the way I see it it still displayed a bug in gnus - the score file 
> that was ignored by gnus was there at the time I stared gnus. 

That's odd.  Are you able to repeat the bug?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Score file ignored?
  1999-04-02 13:22     ` Lars Magne Ingebrigtsen
@ 1999-04-02 14:43       ` Dmitry Yaitskov
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Yaitskov @ 1999-04-02 14:43 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> Dmitry Yaitskov <dimas@home.com> writes:
> 
> > No, the way I see it it still displayed a bug in gnus - the score file 
> > that was ignored by gnus was there at the time I stared gnus. 
> 
> That's odd.  Are you able to repeat the bug?

No. I'm still reasonably :) sure of what I wrote earlier... dunno.

-- 
Cheers,
-Dima.



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

end of thread, other threads:[~1999-04-02 14:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-27 14:26 Score file ignored? Dmitry Yaitskov
1999-03-28 17:31 ` Lars Magne Ingebrigtsen
1999-03-28 18:04   ` Dmitry Yaitskov
1999-04-02 13:22     ` Lars Magne Ingebrigtsen
1999-04-02 14:43       ` Dmitry Yaitskov
1999-03-29  3:33   ` François Pinard
1999-04-02 13:21     ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).