From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2003 Path: news.gmane.org!not-for-mail From: Drew Raines Newsgroups: gmane.emacs.gnus.user Subject: Simple global score file problem Date: Wed, 29 Jan 2003 11:29:29 -0600 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668589 13495 80.91.229.2 (31 Jan 2006 00:49:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:49:49 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:01 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: williams.mc.vanderbilt.edu Original-X-Trace: quimby.gnus.org 1043861585 32283 160.129.208.222 (29 Jan 2003 17:33:05 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 29 Jan 2003 17:33:05 GMT X-GPG-Key: http://pgp.mit.edu:11371/pks/lookup?op=index&search=0x727A9DD2 X-Face: Ek\(yS@=Hu([f%*[p\im]h!vV9)Q,))RdBX2[/7n3d19Bd<"=p-p(%qv7#aZ|0xF!CH Ztz,c&:f"9o-YPuifF0!OXRxOsE6,#Kw;cYA7~F:Oo]JDabP:hZzd\uG=2i*cc#Nq~?4=j}puM IZDUC7@igVY*uO5CHO^y$.UzK:QRx|=r*^}>grFX;#JtE)?B["?'L;P?;=5/ba=UI3"A[Cd8)} ni~vY8NamGr\8JOY>g;LCE{p]TJ I have this in my .gnus: (setq gnus-home-score-file 'gnus-hierarchial-home-score-file) And I also have this file: ,----[ ~/News/nntp+news.gmane.org/SCORE ] | (("xref" | ("gmane.spam.detected" -1000 nil s))) `---- However, nothing with gmane.spam.detected in the Xref header is scored when I enter a gmane.* group. If I put the SCORE file in a specific group's directory, say ~/News/nntp+news.gmane.org/gmane/mail/qmail/ldap spam is scored correctly when I enter the summary buffer. Gnus just isn't honoring my global SCORE. What am I doing wrong? I want every gmane newsgroup to examine that scorefile without duplicating it on my disk. -Drew