From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13212 Path: main.gmane.org!not-for-mail From: ojing-eo Newsgroups: gmane.emacs.gnus.general Subject: score extended To: line ? Date: Wed, 10 Dec 1997 17:08:46 -0500 (EST) Sender: owner-ding@hpc.uh.edu Message-ID: <199712102208.RAA07041@panix3.panix.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152618 8079 80.91.224.250 (20 Oct 2002 22:23:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:23: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 OAA18051 for ; Wed, 10 Dec 1997 14:18:16 -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 QAA00878 for ; Wed, 10 Dec 1997 16:20:44 -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 QAJ07007; Wed, 10 Dec 1997 16:10:26 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 10 Dec 1997 16:09:08 -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 QAA06975 for ; Wed, 10 Dec 1997 16:09:02 -0600 (CST) Original-Received: (qmail 14436 invoked by uid 504); 10 Dec 1997 22:08:48 -0000 Original-Received: (qmail 14433 invoked from network); 10 Dec 1997 22:08:48 -0000 Original-Received: from panix3.panix.com (?gIXIVpZ1MQv5bBQyn9NuW6g+Z/MSAXl9?@198.7.0.4) by claymore.vcinet.com with SMTP; 10 Dec 1997 22:08:48 -0000 Original-Received: (from squid@localhost) by panix3.panix.com (8.8.5/8.7/PanixU1.3) id RAA07041; Wed, 10 Dec 1997 17:08:46 -0500 (EST) Original-to: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13212 From: ojing-eo Date: 10 Dec 1997 17:08:45 -0500 In-Reply-To: Stefan Waldherr's message of "07 Dec 1997 20:10:25 -0500" Message-ID: Lines: 49 X-Mailer: Gnus v5.5/Emacs 19.34 some of my mailing lists have rather extended to lines. Does Gnus mail sorting really work for the whole To: header or just the first line of it ? for example To: "'Tom Christiansen'" , Dick Hardt , "Perl-Win32-Users (E-mail)" also, should sorting on a supposedly invariant header line work, eg ("PERL32" "^X-Info: http://www.ActiveWare.com") here'sthe code i'm using now. ~squid. ;; use gnus to browse mail (setq gnus-secondary-select-methods '((nnml "private"))) ;; sort mail into groups (setq nnmail-split-methods '(("red-hat.general" "^Resent-From:.*redhat-list@redhat.com") ("PERL32" "^To: Perl-Win32-Users Perl-Win32-Users@ActiveWare.com") ("PERL32" "^To: Perl-Win32-Users@ActiveWare.com") ("PERL32" "^To: perl-win32@ActiveState.com") ("PERL32" "^To: Perl-Win32-Users@ActiveState.com") ("PERL32" "^To: Perl-Win32-Users ") ("PERL32" "^To: Perl-Win32-Users@ActiveState.com") ("PERL32" "^Cc: Perl-Win32-Users@ActiveState.com") ("PERL32" "^Cc: Perl-Win32-Users ") ("PERL32" "^Cc: Perl-Win32-Users Perl-Win32-Users@ActiveWare.com") ;; ("PERL32" "^To: "'Dick Hardt'" ") ("PERL32" "^X-Info: http://www.ActiveWare.com") ("PERL32" "^X-From-Line: null@ActiveWare.com") ;; ("PERL32" "^X-ListMember: squid@panix.com [Perl-Win32-Users@ActiveState.com]") ("other" ""))) stil misses a lot of PERL32 posts.