From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15840 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Confusion about headers I can score on Date: Thu, 27 Sep 2012 08:49:12 +0200 Message-ID: <87wqzgj6zb.fsf@thinkpad.tsdh.de> 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 1348728576 19850 80.91.229.3 (27 Sep 2012 06:49:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 06:49:36 +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:49: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 1TH7um-0000XG-IP for gegu-info-gnus-english@m.gmane.org; Thu, 27 Sep 2012 08:49:40 +0200 Original-Received: from localhost ([::1]:39984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7uh-0005OS-FP for gegu-info-gnus-english@m.gmane.org; Thu, 27 Sep 2012 02:49:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7uc-0005OK-Ob for info-gnus-english@gnu.org; Thu, 27 Sep 2012 02:49:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH7uX-0004Hu-1V for info-gnus-english@gnu.org; Thu, 27 Sep 2012 02:49:30 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:36725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH7uW-0004Hj-Qh for info-gnus-english@gnu.org; Thu, 27 Sep 2012 02:49:24 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TH7ua-0000S7-B5 for info-gnus-english@gnu.org; Thu, 27 Sep 2012 08:49:28 +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:49:28 +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:49:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 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:a1ioQKrzLN8zkJF4FNhhyNU0gIY= 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:15840 Archived-At: Hi all, I'm a bit confused about the meaning and effects of what header I chose to score on with `I' and `L'. Basically, I almost always want to say: score (up/down) the article at point and all followups (also future followups) recursively, i.e., the (sub)thread whose root is the article at point. Guessing by the name, I've thought `I t ...' and `I T', that is, score on thread, is what I want. But it isn't. When I do `I T' on some article, exit and reenter the summary, it's score is only adapted by my adaptive scoring rules, so its score changes +/-5, but not +/-1000 as said by `gnus-score-interactive-default-score'. So how do I do what I want? And another thing. Does scoring on followups have a different semantics with interactive and adaptive scoring? At least the docs say so: ,----[ (info "(gnus)Summary Score Commands") ] | `f' | Score on followups--this matches the author name, and adds | scores to the followups to this author. (Using this key | leads to the creation of `ADAPT' files.) `---- Whereas: ,----[ (info "(gnus)Adaptive Scoring") ] | The headers you can score on are `from', `subject', `message-id', | `references', `xref', `lines', `chars' and `date'. In addition, you | can score on `followup', which will create an adaptive score entry that | matches on the `References' header using the `Message-ID' of the | current article, thereby matching the following thread. `---- Bye, Tassilo