From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14522 Path: main.gmane.org!not-for-mail From: Harald Meland Newsgroups: gmane.emacs.gnus.general Subject: Re: Scoring oddities Date: 10 Mar 1998 01:13:19 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035153698 16621 80.91.224.250 (20 Oct 2002 22:41:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:41:38 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id QAA28483 for ; Mon, 9 Mar 1998 16:22:07 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA08618 for ; Mon, 9 Mar 1998 18:17:11 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id SAH00610; Mon, 9 Mar 1998 18:17:19 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 09 Mar 1998 18:13:46 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id SAA00597 for ; Mon, 9 Mar 1998 18:13:39 -0600 (CST) Original-Received: (qmail 5347 invoked by uid 504); 10 Mar 1998 00:13:25 -0000 Original-Received: (qmail 5344 invoked from network); 10 Mar 1998 00:13:24 -0000 Original-Received: from pat.uio.no (6089@129.240.130.16) by claymore.vcinet.com with SMTP; 10 Mar 1998 00:13:24 -0000 Original-Received: from octarine.uio.no (actually octarine.uio.no [129.240.186.25]) by pat.uio.no with SMTP (PP); Tue, 10 Mar 1998 01:13:20 +0100 Original-Received: by octarine.uio.no ; Tue, 10 Mar 1998 01:13:19 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "08 Mar 1998 20:00:49 +0100" Original-Lines: 43 X-Mailer: Quassia Gnus v0.34/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14522 [Lars Magne Ingebrigtsen] | I have not been able to reproduce it. Could y'all check around a bit | and report back to this list any anomalies and stuff? Not sure this problem is related, but I had some troubles getting the "advanced scoring" stuff to work. Reading the postmaster mail here kinda takes a lot of time with all the (malformed, and therefore rejected) spam, so I thought I'd score down the most frequently encountered candidates (as I believe there is no way of splitting mail into different groups on body content). After some testing, I arrived at this score file: ((mark -100) ((and ("subject" "Postmaster notify: User unknown" E) (or ("body" "^>>> MAIL From:<\\([^@]*\\|.*@[^.]+\\)>$" r) ("body" "^>>> MAIL From:.*\\.\\(com\\|edu\\|net\\|org\\|web\\)>$" r) (not ("body" "^>>> MAIL From:" r)))) -200)) However, the articles that should have been hit, weren't (neither by "V S" nor "V t"). After adding a dummy rule to the score file, like this: ((mark -100) ((and ("subject" "Postmaster notify: User unknown" E) (or ("body" "^>>> MAIL From:<\\([^@]*\\|.*@[^.]+\\)>$" r) ("body" "^>>> MAIL From:.*\\.\\(com\\|edu\\|net\\|org\\|web\\)>$" r) (not ("body" "^>>> MAIL From:" r)))) -200) ("subject" ("Postmaster notify: User unknown" 0 nil E))) , flushing the score cache ("V F"), quitting the mail group with "Q" and then re-entering, the articles were scored as they should be (both according to "V S" and "V t"). I've tested this again while writing this, and it seems like most times "V F" and "V R" is enough to get the articles rescored with the updated score file -- however, sometimes "V F", "Q" and re-entering is needed. I see no pattern behind this. -- Harald