From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40698 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Tricky (to me) mail splitting Date: Tue, 04 Dec 2001 18:31:11 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <871yib0xem.fsf@pooh.int> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176209 2316 80.91.224.250 (21 Oct 2002 04:56:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:56:49 +0000 (UTC) Cc: ding@hpc.uh.edu Return-Path: Original-Received: (qmail 11998 invoked from network); 4 Dec 2001 17:32:13 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Dec 2001 17:32:13 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16BJQL-0007Kk-00; Tue, 04 Dec 2001 11:32:05 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 04 Dec 2001 11:31:52 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA29597 for ; Tue, 4 Dec 2001 11:31:42 -0600 (CST) Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id fB4HVHb02679; Tue, 4 Dec 2001 18:31:17 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id SAA06012; Tue, 4 Dec 2001 18:31:12 +0100 (MET) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id F18BA208C; Tue, 4 Dec 2001 18:31:11 +0100 (CET) Original-To: Kirk Strauser In-Reply-To: <871yib0xem.fsf@pooh.int> (Kirk Strauser's message of "04 Dec 2001 10:20:49 -0600") Original-Lines: 19 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40698 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40698 Kirk Strauser writes: > I am using Emacs 21.1.1 (Debian/Woody), Gnus version 5.8.8, and BBDB version > 2.32. Is Gnus 5.9 which comes with Emacs 21.1 not sufficient? > The new form of address I want to use is kirk-xxxxx@strauser, where xxxxx is > a random integer. Now, the part that's tricking me is that I want all of > those new email address to come into their own group, with bonus points if > the groups are auto-generated. In nnmail-split-methods, you can add an entry for "kirk-\\([0-9]+\\)" going into the group "kirk.\\1", where "\\1" is replaced with the first pair of parens in the regexp. kai -- Simplification good! Oversimplification bad! (Larry Wall)