From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15838 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Scoring Date: Thu, 27 Sep 2012 08:12:15 +0200 Message-ID: <87ehlokn9c.fsf@thinkpad.tsdh.de> References: <873924eg32.fsf@thinkpad.tsdh.de> <87r4poo3o0.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348726357 3625 80.91.229.3 (27 Sep 2012 06:12:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 06:12:37 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Sep 27 08:12:42 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TH7Kw-0001V6-95 for gegu-info-gnus-english@m.gmane.org; Thu, 27 Sep 2012 08:12:38 +0200 Original-Received: from localhost ([::1]:58263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7Kr-00039f-4d for gegu-info-gnus-english@m.gmane.org; Thu, 27 Sep 2012 02:12:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7Kp-00039Z-Kq for info-gnus-english@gnu.org; Thu, 27 Sep 2012 02:12:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH7Ko-0008TL-9w for info-gnus-english@gnu.org; Thu, 27 Sep 2012 02:12:31 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7Ko-0008SU-3D for info-gnus-english@gnu.org; Thu, 27 Sep 2012 02:12:30 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TH7Kq-0001Rn-GK for info-gnus-english@gnu.org; Thu, 27 Sep 2012 08:12:32 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 08:12:32 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 08:12:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:KCABZZaqqJonMMyMbMeylClLelg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15838 Archived-At: Oleksandr Gavenko writes: Hi Oleksandr, >> Incidentally, my adaptive scoring rules add the score 5 to read >> messages. So can it be that adaptive scoring overrides my manual >> score changes? > > Currently I have trapped to same issue. Look for response to me: > > http://permalink.gmane.org/gmane.emacs.gnus.general/82354 > > The usual reason for score not working as expected is that there is a > different rule that lowers or rises the score. Could eg. be a rule on > the subject that classifies it as something you don't want to see. > > I use adaptive scoring: > > ;; .emacs > (setq gnus-default-adaptive-score-alist > '( > (gnus-unread-mark) > (gnus-ticked-mark (subject 100)) > (gnus-dormant-mark (subject 100)) > > ;; ~/.gnus/score/all.SCORE > ("from" > ("gavenkoa" 200 nil s)) > > and instead of getting 200 point for my articles I have 100 point as I > previously (so I reload Gnus and Emacs) mark some articles in thread > with same subject... > > It is bad to have adaptive scoring that overwrite user setting with > probably have high height in most cases. Thanks for confirming that there's indeed some problem here. I'll go and ask on the development list. And the hint with `V t' to check how a score is computed also confirms the issue. For the thread I wanted to score manually, `V t' only shows score contributions from adaptive scoring rules. Bye, Tassilo