Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* rescoring does not take new rules in account
@ 2005-05-04 20:14 Sébastien Kirche
  2005-05-05 16:04 ` rescoring does not take new rules in account [fixed] Sébastien Kirche
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Kirche @ 2005-05-04 20:14 UTC (permalink / raw)


Hi,

I have made a change to my all.Score file in order to ignore some advice
messages in french groups and I cannot rescore the existing messages.

Twice a month in the fr.*  hierarchy there is one (or several, following
the  group) message that  publishes the  charter of  the group  and some
rules for good usage and/or the faq.

Those messages are crossposted between the given group and another named
fr.usenet.reponses.

Thus, i  would like  to mark-and-expunge  them like I  do with  the spam
messages with the Gmane.org gateway by considering the Xref: header.

I added a rule to the all.Score file :
,----[ all.Score ]
| (("Xref"
|   ("gmane.spam.detected" -1000 nil s))
|  ("Xref"
|   ("gmane.mail.spam.spamassassin.sightings" -1000 nil s))
|  ("Xref"
|   ("fr.usenet.reponses" -1000 nil s))
|  (mark-and-expunge -900))
`----

And i  tried to rescore  the groups that  I already subscribed with  V R
(gnus-summary-rescore), but  the messages  i would like  to rid  are not
rescored and expunged.

Tracing the score (V t) shows  that the all.Score is not involved, while
(gnus-all-score-files) do lists all.Score.

If i try  to trace the score  for an already expunged spam  in a gmane.*
group  i can  see  that the  score is  -1000  and the  trace shows  that
all.Score was used.

I wonder :
- if  the added rule  will only be  considered for the next  messages (i
  guess it will)
- and why i cannot rescore  the existing messages taking the new rule in
  account.

Thank you if you can provide some help.

-- 
Sébastien Kirche


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

* Re: rescoring does not take new rules in account [fixed]
  2005-05-04 20:14 rescoring does not take new rules in account Sébastien Kirche
@ 2005-05-05 16:04 ` Sébastien Kirche
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Kirche @ 2005-05-05 16:04 UTC (permalink / raw)


Le 4 mai 2005, Sébastien Kirche a formulé :

> I added a rule to the all.Score file :
> ,----[ all.Score ]
> > (("Xref"
> > ("gmane.spam.detected" -1000 nil s))
> > ("Xref"
> > ("gmane.mail.spam.spamassassin.sightings" -1000 nil s))
> > ("Xref"
> > ("fr.usenet.reponses" -1000 nil s))
> > (mark-and-expunge -900))
> `----

Thanks to fr.comp.applications.emacs, I rewrote the file as :

,----[ all.Score ]
| (("Xref"
|   ("gmane.spam.detected" -1000 nil s)
|   ("gmane.mail.spam.spamassassin.sightings" -1000 nil s)
|   ("fr.usenet.reponses" -1000 nil s))
|  (mark-and-expunge -900))
`----

And it seems to work. Only one entry per header.

-- 
Sébastien Kirche


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

end of thread, other threads:[~2005-05-05 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-04 20:14 rescoring does not take new rules in account Sébastien Kirche
2005-05-05 16:04 ` rescoring does not take new rules in account [fixed] Sébastien Kirche

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).