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

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

Re: rescoring does not take new rules in account [fixed]


From: Sébastien Kirche
Subject: Re: rescoring does not take new rules in account [fixed]
Date: Thu, 05 May 2005 18:04:34 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

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


reply via email to

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