From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22447 Path: main.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: Confusion wrt nnmail-split-fancy Date: Fri, 16 Apr 1999 18:05:02 GMT Organization: Carnegie Mellon University : KANTOO Project Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160365 29333 80.91.224.250 (21 Oct 2002 00:32:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:32:45 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA27875 for ; Fri, 16 Apr 1999 14:10:05 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB02020; Fri, 16 Apr 1999 13:05:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 16 Apr 1999 13:06:05 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA24350 for ; Fri, 16 Apr 1999 13:05:52 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id OAA27625 for ; Fri, 16 Apr 1999 14:05:41 -0400 (EDT) Original-Received: (qmail 16266 invoked by uid 509); 16 Apr 1999 18:05:03 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Mail-Copies-To: never Original-Lines: 30 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3 Original-NNTP-Posting-Host: 128.2.110.42 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 924285902 128.2.110.42 (Fri, 16 Apr 1999 20:05:02 MET DST) Original-NNTP-Posting-Date: Fri, 16 Apr 1999 20:05:02 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22447 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22447 Jack Twilley writes: > Here's a chunk of my summary buffer: > > ! [ 14: usef@devel.igo.org ] Diplomacy notice: atom02 > ! [ 66: usef@devel.igo.org ] Diplomacy results atom02 S1904M > > So I'd want something like this in my nnmail-split-fancy variable: > > (from "usef@devel\\.igo\\.org" > (| (subject "Diplomacy notice: \\(\\w+\\)") > (subject "Diplomacy results \\(\\w+\\)") > "mail.diplomacy.usef.\\1")) You're pretty close here, assuming I am guessing correctly as to what you want. (| (from "usef@devel\\.igo\\.org" ("subject" "Diplomacy \\(results\\|notice:\\) \\(\\w+\\)" "mail.diplomacy.\\2)) ...other splits... "default.split") Use `B q' on articles after changing `nnmail-split-fancy' to see where they are ending up. -- Michael Duggan (md5i@cs.cmu.edu) .